org.ow2.jasmine.probe.util
Class MetaData

java.lang.Object
  extended by org.ow2.jasmine.probe.util.MetaData

public class MetaData
extends Object


Field Summary
static String DOMAIN
           
static String MBEAN
           
static String MISC_CORRELATE_MBEAN
          Can't say which MBean is, indicator's value may be a result of combining values of indicators corresponding to different MBeans.
static String MISC_DOMAIN
          Can't say which management domain is, indicator's value may be a result of combining values of indicators having different domains.
static String MISC_MBEAN
          Can't say which MBean it is.
static String MISC_SERVER
          Can't say which server is, indicator's value may be a result of combining values of indicators having different servers.
static String SERVER
          Keys for different metadata (or properties) that characterize JasmineProbe results.
static String URL
           
 
Constructor Summary
MetaData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

public static final String SERVER
Keys for different metadata (or properties) that characterize JasmineProbe results.

See Also:
Constant Field Values

DOMAIN

public static final String DOMAIN
See Also:
Constant Field Values

MBEAN

public static final String MBEAN
See Also:
Constant Field Values

URL

public static final String URL
See Also:
Constant Field Values

MISC_DOMAIN

public static final String MISC_DOMAIN
Can't say which management domain is, indicator's value may be a result of combining values of indicators having different domains.

See Also:
Constant Field Values

MISC_SERVER

public static final String MISC_SERVER
Can't say which server is, indicator's value may be a result of combining values of indicators having different servers.

See Also:
Constant Field Values

MISC_MBEAN

public static final String MISC_MBEAN
Can't say which MBean it is.

See Also:
Constant Field Values

MISC_CORRELATE_MBEAN

public static final String MISC_CORRELATE_MBEAN
Can't say which MBean is, indicator's value may be a result of combining values of indicators corresponding to different MBeans.

See Also:
Constant Field Values
Constructor Detail

MetaData

public MetaData()


Copyright © 2013 OW2 Consortium. All Rights Reserved.