|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glassfish.gmbal.ManagedObjectManagerFactory
public final class ManagedObjectManagerFactory
Factory used to create ManagedObjectManager instances.
Method Summary | |
---|---|
static ManagedObjectManager |
createFederated(javax.management.ObjectName rootParentName)
Alternative form of the create method to be used when the rootName is not needed explicitly. |
static ManagedObjectManager |
createNOOP()
Return a ManagedObjectManager that performs no operations. |
static ManagedObjectManager |
createStandalone(java.lang.String domain)
Create a new ManagedObjectManager. |
static java.lang.reflect.Method |
getMethod(java.lang.Class<?> cls,
java.lang.String name,
java.lang.Class<?>... types)
Convenience method for getting access to a method through reflection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.reflect.Method getMethod(java.lang.Class<?> cls, java.lang.String name, java.lang.Class<?>... types)
cls
- The class to search for a method.name
- The method name.types
- The array of argument types.
GmbalException
- if no such method is found.public static ManagedObjectManager createStandalone(java.lang.String domain)
domain
- The domain to use for all ObjectNames created when
MBeans are registered.
public static ManagedObjectManager createFederated(javax.management.ObjectName rootParentName)
rootParentName
- The JMX ObjectName of the parent of the root.
The parent is outside of the control of this ManagedObjectManager.
The ManagedObjectManager root is a child of the MBean identified
by the rootParentName.
public static ManagedObjectManager createNOOP()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |