public interface SrvCommRemote
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
checkMemory() |
void |
disableService(java.lang.String module) |
void |
enableService(java.lang.String module) |
int |
getDBConnFree() |
int |
getDBConnTotal() |
int |
getDBConnUsed() |
java.lang.String[] |
getFreeMemory() |
java.util.Vector |
getGarbageCollectors() |
java.lang.String[] |
getHeapUsage() |
java.lang.String[] |
getMemory() |
int |
getRemoteUsersSize() |
java.lang.management.RuntimeMXBean |
getRuntimeManagedBean() |
void |
mboCount(boolean on) |
java.util.Date |
reloadDBConnections() |
java.util.Date |
restartRegistry() |
void |
setLoggerLevel(java.lang.String nameValue) |
void |
shutDown() |
void |
shutDown(java.lang.String serviceType) |
java.lang.String checkMemory()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid shutDown()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid shutDown(java.lang.String serviceType)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.util.Date reloadDBConnections()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.util.Date restartRegistry()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getRemoteUsersSize()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getDBConnTotal()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getDBConnUsed()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getDBConnFree()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid enableService(java.lang.String module)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid disableService(java.lang.String module)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setLoggerLevel(java.lang.String nameValue)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid mboCount(boolean on)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getMemory()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getFreeMemory()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.management.RuntimeMXBean getRuntimeManagedBean()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getHeapUsage()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.util.Vector getGarbageCollectors()
throws java.rmi.RemoteException
java.rmi.RemoteException