Package wt.method.jmx

Interface MethodServerMBean

All Superinterfaces:
SelfEmailingMBean

public interface MethodServerMBean extends SelfEmailingMBean
Overview information and statistics for method server

Supported API: true

Extendable: true
  • Field Details

    • METHOD_SERVER_READY_NOTIF_TYPE

      static final String METHOD_SERVER_READY_NOTIF_TYPE
      Type of notification produced when method server becomes ready

      Supported API: true
  • Method Details

    • getServiceName

      String getServiceName()
      Service name of method server

      Supported API: true
    • getDisplayName

      String getDisplayName()
      Display name of method server

      Supported API: true
    • getStartDate

      Date getStartDate()
      Method server start time

      Supported API: true
    • getTotalInvokeCalls

      int getTotalInvokeCalls()
      Number of invoke() calls

      Supported API: true
    • getLocalJvmId

      int getLocalJvmId()
      Local id of JVM

      Supported API: true
    • getJmxServiceURL

      String getJmxServiceURL()
      JMX service URL

      Supported API: true
    • getTotalContexts

      int getTotalContexts()
      Total method contexts

      Supported API: true
    • getActiveContexts

      int getActiveContexts()
      Currently active method contexts

      Supported API: true
    • getDatabaseConnections

      int getDatabaseConnections()
      Number of database connections

      Supported API: true
    • isReady

      boolean isReady()
      Whether method server is fully started

      Supported API: true