Frames | No Frames |
Methods with parameter type javax.management.ObjectName | |
void | Server.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Registers the supplied listener with the specified management
bean. |
void | Server.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback)
Registers the supplied listener with the specified management
bean. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance | Server.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInputStream | Deserializes a byte array using the same class loader for its context
as was used to load the given class. |
ObjectInputStream | Deserializes a byte array using the class loader of the specified
management bean as its context.
|
Object | Returns the value of the supplied attribute from the specified
management bean.
|
AttributeList | Returns the values of the named attributes from the specified
management bean.
|
ClassLoader | Returns the specified class loader. |
ClassLoader | Returns the class loader of the specified management bean. |
MBeanInfo | Returns information on the given management bean.
|
ObjectInstance | Returns the ObjectInstance created for the specified
management bean on registration.
|
Object |
Creates an instance of the specified class using the supplied
class loader. |
Object | Creates an instance of the specified class using the supplied
class loader. |
Object | Invokes the supplied operation on the specified management
bean. |
boolean |
Returns true if the specified management bean is an instance
of the supplied class.
|
boolean | Returns true if the specified management bean is registered with
the server.
|
Set |
Returns a set of ObjectInstance s matching the specified
criteria. |
Set |
Returns a set of ObjectName s matching the specified
criteria. |
ObjectInstance | Registers the supplied instance with the server, using the specified
ObjectName . |
void | Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | Server.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | Server.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | Sets the value of the specified attribute of the supplied
management bean.
|
AttributeList | Sets the value of each of the specified attributes
of the supplied management bean to that specified by
the Attribute object. |
void | Unregisters the specified management bean. |
Methods with parameter type javax.management.ObjectName | |
ObjectInstance | RMIConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject)
Handles MBeanServerConnection.createMBean(String, ObjectName,
ObjectName) by instantiating a new instance of the specified
management bean using the default constructor and registering
it with the server under the supplied name. |
ObjectInstance |
Handles MBeanServerConnection.createMBean(String, ObjectName) by
instantiating a new instance of the specified management bean
using the default constructor and registering it with the server
under the supplied name. |
Object | Handles MBeanServerConnection.getAttribute(ObjectName, String) ,
returning the value of the supplied attribute from the specified
management bean.
|
AttributeList | Handles MBeanServerConnection.getAttribute(ObjectName, String) ,
returning the values of the named attributes from the specified
management bean.
|
MBeanInfo | Handles MBeanServerConnection.getMBeanInfo(ObjectName) by returning
information on the given management bean.
|
ObjectInstance | Handles MBeanServerConnection.getObjectInstance(ObjectName) by returning
the ObjectInstance created for the specified management
bean on registration.
|
boolean |
Handles |
boolean | Handles |
void | RMIConnection.removeNotificationListener(ObjectName name, ObjectName listener, Subject delegationSubject) Handles MBeanServerConnection.removeNotificationListener(ObjectName,
ObjectName) by removing the specified listener from the list
of recipients of notifications from the supplied bean. |
void | RMIConnection.removeNotificationListeners(ObjectName name, Integer[] listenerIds, Subject delegationSubject) Removes one or more NotificationListener s from the specified
management bean. |
void | Handles MBeanServerConnection.unregisterMBean(ObjectName) by unregistering
the specified management bean. |
Constructors with parameter type javax.management.ObjectName | |
Constructs a new MBeanPermission with the specified class name,
member, object name and actions. | |
MBeanServerInvocationHandler.MBeanServerInvocationHandler(MBeanServerConnection conn, ObjectName name) Constructs a new MBeanServerInvocationHandler
which forwards methods to the supplied bean via the
given MBeanServerConnection . | |
MBeanServerInvocationHandler.MBeanServerInvocationHandler(MBeanServerConnection conn, ObjectName name, boolean mxBean) Constructs a new MBeanServerInvocationHandler
which forwards methods to the supplied bean via the
given MBeanServerConnection . | |
MBeanServerNotification.MBeanServerNotification(String type, Object source, long seqNo, ObjectName name) Constructs a new MBeanServerNotification of the specified
type for an event relating to the supplied bean, with the given
source and sequence number.
| |
Constructs a new ObjectInstance for the specified bean
with the supplied class name. |
Fields of type javax.management.ObjectName | |
ObjectName | The wildcard ObjectName "*:*"
|
Methods with parameter type javax.management.ObjectName | |
Returns a proxy for a standard management bean, using
the specified connection to access the named implementation.
| |
Returns a proxy for a standard management bean, using
the specified connection to access the named implementation,
as with newMBeanProxy(MBeanServerConnection, ObjectName,
Class) . | |
Returns a proxy for a MXBean , using the specified
connection to access the named implementation.
| |
void | MBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Registers the supplied listener with the specified management
bean. |
void | MBeanServerConnection.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Registers the supplied listener with the specified management
bean. |
void | MBeanServer.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback)
Registers the supplied listener with the specified management
bean. |
void | MBeanServerConnection.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback)
Registers the supplied listener with the specified management
bean. |
ValueExp | Applies the AttributeValueExp to the specified
management bean by obtaining the attribute value from
the MBeanServer and using it to create a
StringValueExp .
|
boolean |
Attempts to find a match between this name and the one supplied.
|
boolean | Applies the query to the specified management bean.
|
ValueExp | Applies the StringValueExp to the specified
management bean by simply returning the value.
|
ValueExp | Applies the value expression to the specified management bean.
|
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance | MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance | MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInputStream | Deserializes a byte array using the same class loader for its context
as was used to load the given class. |
ObjectInputStream | Deserializes a byte array using the class loader of the specified
management bean as its context.
|
Object | Returns the value of the attribute by calling the
MBeanServer.getAttribute(ObjectName) method of
the server returned by QueryEval.getMBeanServer() .
|
Object | Returns the value of the supplied attribute from the specified
management bean.
|
Object | Returns the value of the supplied attribute from the specified
management bean.
|
AttributeList | Returns the values of the named attributes from the specified
management bean.
|
AttributeList | Returns the values of the named attributes from the specified
management bean.
|
ClassLoader | Returns the specified class loader. |
ClassLoader | Returns the class loader of the specified management bean. |
ObjectName | Returns an ObjectName instance that is substitutable for the
one given. |
MBeanInfo | Returns information on the given management bean.
|
MBeanInfo | Returns information on the given management bean.
|
ObjectInstance | Returns the ObjectInstance created for the specified
management bean on registration.
|
ObjectInstance | Returns the ObjectInstance created for the specified
management bean on registration.
|
Object |
Creates an instance of the specified class using the supplied
class loader. |
Object | Creates an instance of the specified class using the supplied
class loader. |
Object | Invokes the supplied operation on the specified management
bean. |
Object | Invokes the supplied operation on the specified management
bean. |
boolean |
Returns true if the specified management bean is an instance
of the supplied class.
|
boolean |
Returns true if the specified management bean is an instance
of the supplied class.
|
boolean | Returns true if the specified management bean is registered with
the server.
|
boolean | Returns true if the specified management bean is registered with
the server.
|
ObjectName | This method is called prior to registration, with a reference to the
server and ObjectName supplied to the server for registration.
|
Set |
Returns a set of ObjectInstance s matching the specified
criteria. |
Set |
Returns a set of ObjectInstance s matching the specified
criteria. |
Set |
Returns a set of ObjectName s matching the specified
criteria. |
Set |
Returns a set of ObjectName s matching the specified
criteria. |
ObjectInstance | Registers the supplied instance with the server, using the specified
ObjectName . |
void | Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | MBeanServer.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | MBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | Sets the value of the specified attribute of the supplied
management bean.
|
void | Sets the value of the specified attribute of the supplied
management bean.
|
AttributeList | Sets the value of each of the specified attributes
of the supplied management bean to that specified by
the Attribute object. |
AttributeList | Sets the value of each of the specified attributes
of the supplied management bean to that specified by
the Attribute object. |
void | Unregisters the specified management bean. |
void | Unregisters the specified management bean. |
Methods with return type javax.management.ObjectName | |
ObjectName | Returns an ObjectName instance for the specified name, represented
as a String . |
ObjectName | Returns an ObjectName instance for the specified name, represented
as a domain String and a table of properties. |
ObjectName | Returns an ObjectName instance for the specified name, represented
as a series of String objects for the domain and a single
property, as a key-value pair. |
ObjectName | Returns an ObjectName instance that is substitutable for the
one given. |
ObjectName | Returns the name of the bean this notification concerns.
|
ObjectName | Returns the name of the bean to which method calls are made.
|
ObjectName | Returns the name of the bean.
|
ObjectName | This method is called prior to registration, with a reference to the
server and ObjectName supplied to the server for registration.
|