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.RemoteException
void shutDown() throws java.rmi.RemoteException
java.rmi.RemoteException
void shutDown(java.lang.String serviceType) throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Date reloadDBConnections() throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Date restartRegistry() throws java.rmi.RemoteException
java.rmi.RemoteException
int getRemoteUsersSize() throws java.rmi.RemoteException
java.rmi.RemoteException
int getDBConnTotal() throws java.rmi.RemoteException
java.rmi.RemoteException
int getDBConnUsed() throws java.rmi.RemoteException
java.rmi.RemoteException
int getDBConnFree() throws java.rmi.RemoteException
java.rmi.RemoteException
void enableService(java.lang.String module) throws java.rmi.RemoteException
java.rmi.RemoteException
void disableService(java.lang.String module) throws java.rmi.RemoteException
java.rmi.RemoteException
void setLoggerLevel(java.lang.String nameValue) throws java.rmi.RemoteException
java.rmi.RemoteException
void mboCount(boolean on) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[] getMemory() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[] getFreeMemory() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.management.RuntimeMXBean getRuntimeManagedBean() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[] getHeapUsage() throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Vector getGarbageCollectors() throws java.rmi.RemoteException
java.rmi.RemoteException