Class EmbeddedServerReference

    • Method Detail

      • getProcessState

        public String getProcessState()
        Deprecated.
        Description copied from interface: EmbeddedManagedProcess
        Returns the current process state of this managed process.

        The returned value is a String representation of one of the possible ControlledProcessState.State values.

        Specified by:
        getProcessState in interface EmbeddedManagedProcess
        Returns:
        The current process state, or null if currently the process state is unknown.
      • canQueryProcessState

        public boolean canQueryProcessState()
        Deprecated.
        Description copied from interface: EmbeddedManagedProcess
        Check if the implementation of this interface is able to use getProcessState() to retrieve the current process state.

        The implementation class could be an implementation comming from an older server version that does not support to check the process state directly.

        Specified by:
        canQueryProcessState in interface EmbeddedManagedProcess
        Returns:
        Whether the implementation supports to query for the process state.
      • getStandaloneServer

        public StandaloneServer getStandaloneServer()
        Deprecated.
      • getHostController

        public HostController getHostController()
        Deprecated.
      • isHostController

        public boolean isHostController()
        Deprecated.