org.ow2.jasmine.monitoring.mbeancmd.commands
Class Stat.StatContext

java.lang.Object
  extended byorg.ow2.jasmine.monitoring.mbeancmd.commands.Stat.StatContext
Enclosing class:
Stat

private class Stat.StatContext
extends java.lang.Object

Statistics context.


Field Summary
private  java.lang.String domain
          Server domain.
protected  JmxAP jmxap
          JMX Access Point.
protected  java.lang.String jmxUrl
          JMX URL to connect to.
protected  java.lang.String name
          Name set for the server in the jmxurls.properties file.
protected  java.util.Set onames
          Targeted names.
protected  long refreshDeadLine
          Refresh timeout.
protected  java.lang.String server
          Server name.
 
Constructor Summary
private Stat.StatContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Name set for the server in the jmxurls.properties file.


server

protected java.lang.String server
Server name.


domain

private java.lang.String domain
Server domain.


jmxUrl

protected java.lang.String jmxUrl
JMX URL to connect to.


jmxap

protected JmxAP jmxap
JMX Access Point.


refreshDeadLine

protected long refreshDeadLine
Refresh timeout.


onames

protected java.util.Set onames
Targeted names.

Constructor Detail

Stat.StatContext

private Stat.StatContext()