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


Method Summary
 int getActiveContexts()
          Currently active method contexts

Supported API: true
 int getDatabaseConnections()
          Number of database connections

Supported API: true
 String getJmxServiceURL()
          JMX service URL

Supported API: true
 int getLocalJvmId()
          Local id of JVM

Supported API: true
 Date getStartDate()
          Method server start time

Supported API: true
 int getTotalContexts()
          Total method contexts

Supported API: true
 int getTotalInvokeCalls()
          Number of invoke() calls

Supported API: true
 
Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
 

Method Detail

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