public interface INetconfService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
int |
getSessionTimeout() |
void |
registerNetconfModule(INetconfModule module) |
void |
setSessionTimeout(int sessionTimeout) |
void |
start() |
void |
unregisterNetconfModule(java.lang.String id) |
void start()
void registerNetconfModule(INetconfModule module) throws java.lang.Exception
java.lang.Exception
void unregisterNetconfModule(java.lang.String id) throws java.lang.Exception
java.lang.Exception
void setSessionTimeout(int sessionTimeout)
int getSessionTimeout()
Copyright © 2009 Eurotech Inc. All rights reserved.