All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mobicents.protocols.sctp.NonPersistentManagementImpl Maven / Gradle / Ivy

There is a newer version: 2.0.18
Show newest version
package org.mobicents.protocols.sctp;

import java.io.IOException;

public class NonPersistentManagementImpl extends ManagementImpl {

	public NonPersistentManagementImpl(String name) throws IOException {
		super(name);
	}
	
	@Override
	public void load() {
	
	}
	
	@Override
	public void store() {
	
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy