Class ServerContextInformation


  • public class ServerContextInformation
    extends Object
    Encapsulates server context information
    • Method Detail

      • getServerContext

        public Object getServerContext()
      • setServerContext

        public void setServerContext​(Object serverContext)
      • addProperty

        public void addProperty​(String key,
                                Object value)
      • setServerState

        public void setServerState​(ServerState serverState)
      • setSynapseConfiguration

        public void setSynapseConfiguration​(SynapseConfiguration synapseConfiguration)
      • setSynapseEnvironment

        public void setSynapseEnvironment​(SynapseEnvironment synapseEnvironment)
      • setSynapseCallbackReceiver

        public void setSynapseCallbackReceiver​(SynapseCallbackReceiver synapseCallbackReceiver)
      • getCallbackCount

        public int getCallbackCount()
        Returns the number of current callbacks.
        Returns:
        the number of current callbacks.
      • setSynapseDebugManager

        public void setSynapseDebugManager​(SynapseDebugManager debugManager)
      • setSynapseDebugInterface

        public void setSynapseDebugInterface​(SynapseDebugInterface debugInterface)
      • isServerDebugModeEnabled

        public boolean isServerDebugModeEnabled()
      • isServerUnitTestModeEnabled

        public boolean isServerUnitTestModeEnabled()
      • setServerDebugModeEnabled

        public void setServerDebugModeEnabled​(boolean isDebugModeEnabled)
      • setServerUnitTestModeEnabled

        public void setServerUnitTestModeEnabled​(boolean isUnitTestModeEnabled)