psdi.server

Interface SrvCommRemote

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    SrvComm


    public interface SrvCommRemote
    extends java.rmi.Remote
    A Remote Command and Control interface for the SrvContext.
    • Method Detail

      • checkMemory

        java.lang.String checkMemory()
                              throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • shutDown

        void shutDown()
               throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • shutDown

        void shutDown(java.lang.String serviceType)
               throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • reloadDBConnections

        java.util.Date reloadDBConnections()
                                    throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • restartRegistry

        java.util.Date restartRegistry()
                                throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getRemoteUsersSize

        int getRemoteUsersSize()
                        throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getDBConnTotal

        int getDBConnTotal()
                    throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getDBConnUsed

        int getDBConnUsed()
                   throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getDBConnFree

        int getDBConnFree()
                   throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • enableService

        void enableService(java.lang.String module)
                    throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • disableService

        void disableService(java.lang.String module)
                     throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • setLoggerLevel

        void setLoggerLevel(java.lang.String nameValue)
                     throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • mboCount

        void mboCount(boolean on)
               throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getMemory

        java.lang.String[] getMemory()
                              throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getFreeMemory

        java.lang.String[] getFreeMemory()
                                  throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getRuntimeManagedBean

        java.lang.management.RuntimeMXBean getRuntimeManagedBean()
                                                          throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getHeapUsage

        java.lang.String[] getHeapUsage()
                                 throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • getGarbageCollectors

        java.util.Vector getGarbageCollectors()
                                       throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException