org.jmx4odp.j4oNet
Interface JsRegistryManagerMBean

All Known Implementing Classes:
JsRegistryManager

public interface JsRegistryManagerMBean

Author:
Lucas McGregor

Field Summary
static int CACHED
           
static int HIGH_ALL
           
static int LOCAL
           
static int LOCAL_NET
           
static int LOW_ALL
           
static int NET
           
 
Method Summary
 JmxServiceObj[] fullResolveMBeans(JmxServiceObj jso)
           
 int getHashcode()
           
 JmxServiceObj[] localNetResolveMBeans(JmxServiceObj jso)
           
 JmxServiceObj[] localResolveMBeans(JmxServiceObj jso)
           
 JmxServiceObj[] resolveJmxService(JmxServiceObj jso, int low, int high)
           
 

Field Detail

LOW_ALL

static final int LOW_ALL
See Also:
Constant Field Values

LOCAL

static final int LOCAL
See Also:
Constant Field Values

CACHED

static final int CACHED
See Also:
Constant Field Values

LOCAL_NET

static final int LOCAL_NET
See Also:
Constant Field Values

NET

static final int NET
See Also:
Constant Field Values

HIGH_ALL

static final int HIGH_ALL
See Also:
Constant Field Values
Method Detail

getHashcode

int getHashcode()
                throws java.lang.Exception
Throws:
java.lang.Exception

localResolveMBeans

JmxServiceObj[] localResolveMBeans(JmxServiceObj jso)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

localNetResolveMBeans

JmxServiceObj[] localNetResolveMBeans(JmxServiceObj jso)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

fullResolveMBeans

JmxServiceObj[] fullResolveMBeans(JmxServiceObj jso)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

resolveJmxService

JmxServiceObj[] resolveJmxService(JmxServiceObj jso,
                                  int low,
                                  int high)
                                  throws java.lang.Exception
Throws:
java.lang.Exception