com.esf.net.netconf.service
Interface INetconfService
public interface INetconfService
SERVICE_NAME
static final java.lang.String SERVICE_NAME
start
void start()
registerNetconfModule
void registerNetconfModule(INetconfModule module)
throws java.lang.Exception
- Throws:
java.lang.Exception
unregisterNetconfModule
void unregisterNetconfModule(java.lang.String id)
throws java.lang.Exception
- Throws:
java.lang.Exception
setSessionTimeout
void setSessionTimeout(int sessionTimeout)
getSessionTimeout
int getSessionTimeout()