|
AdventNet CLI 2.0 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is the RMI interface implemented by the CLIResourceManagerImpl class. The interface provides methods which are normally available in the non RMI CLIResourceManager class.
| Method Summary | |
void |
closeAllConnections()
|
int |
getKeepAliveTimeout()
Gets the keepAlive time-out in seconds. |
int |
getMaxConnections()
Gets the maximum no of CLI Connections that can exist for any session opened. |
int |
getSystemWideMaxConnections()
Gets the maximum no of connections System Wide that can exist at any given instant. |
boolean |
isSetPooling()
Gets the pooling Flag common to CLI sessions. |
void |
setKeepAliveTimeout(int timeout)
Sets the Keep Alive time-out in seconds. |
void |
setMaxConnections(int connections)
Sets the maximum no of CLI Connections that can exist per device for any session opened. |
void |
setPooling(boolean poolFlag)
Enables/Disables the pooling of CLITransport Sessions. |
void |
setSystemWideMaxConnections(int connections)
Sets the maximum no of connections System Wide that can exist at any given instant. |
| Method Detail |
public void setSystemWideMaxConnections(int connections)
throws java.rmi.RemoteException
connections - number of maximum allowed connections System Wide.
public int getSystemWideMaxConnections()
throws java.rmi.RemoteException
public void setKeepAliveTimeout(int timeout)
throws java.rmi.RemoteException
timeout - the time-out value (in seconds).
public int getKeepAliveTimeout()
throws java.rmi.RemoteException
public void setMaxConnections(int connections)
throws java.rmi.RemoteException
connections - number of maximum allowed connections.
public int getMaxConnections()
throws java.rmi.RemoteException
public void setPooling(boolean poolFlag)
throws java.rmi.RemoteException
poolFlag - boolean to indicate whether pooling is enabled or disabled.
public boolean isSetPooling()
throws java.rmi.RemoteException
public void closeAllConnections()
throws java.rmi.RemoteException
|
AdventNet CLI 2.0 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||