|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHandleImpl
com.bea.console.handles.JMXHandle
public class JMXHandle
Wraps a JMX ObjectName and is used to correlate an
org.apache.struts.action.ActionForm
bean with the MBean from
which the bean has been populated.
This class implements the Handle
interface
and contains methods to retrieve the wrapped JMX ObjectName and other data.
Constructor Summary | |
---|---|
protected |
JMXHandle()
|
|
JMXHandle(ObjectName objectName)
Creates a handle for the specified JMX ObjectName . |
|
JMXHandle(String objectIdentifier)
Creates a handle and assumes that the objectIdentifier
parameter is a String representation of a JMX
ObjectName . |
Method Summary | |
---|---|
String |
getDisplayName()
If you used the JMXHandle.JMXHandle(String objectIdentifier) constructor,
returns the objectIdentifier that this object wraps. |
ObjectName |
getObjectName()
If you used the JMXHandle.JMXHandle(ObjectName objectName) constructor,
returns the javax.management.ObjectName that this object
wraps. |
String |
getObjectType()
Returns the value of the Type key property that was passed to the constructor of this handle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JMXHandle()
public JMXHandle(String objectIdentifier)
Creates a handle and assumes that the objectIdentifier
parameter is a String
representation of a JMX
ObjectName
. Does not require the ObjectName
to be registered in an MBean server.
The objectIdentifier
must contain a key property
whose keyword is Type
. For example:
com.bea:Name=myserver,Type=Server
public JMXHandle(ObjectName objectName)
Creates a handle for the specified JMX ObjectName
. Does not
require the ObjectName
to be registered in an MBean server.
The ObjectName
must contain a key property whose keyword is
Type
. For example:
com.bea:Name=myserver,Type=Server
Method Detail |
---|
public ObjectName getObjectName() throws MalformedObjectNameException
JMXHandle.JMXHandle(ObjectName objectName)
constructor,
returns the javax.management.ObjectName
that this object
wraps. Otherwise returns null.
MalformedObjectNameException
public String getObjectType()
Returns the value of the Type key property that was passed to the constructor of this handle.
Handle.getObjectType()
public String getDisplayName()
JMXHandle.JMXHandle(String objectIdentifier)
constructor,
returns the objectIdentifier
that this object wraps.
Otherwise returns null.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |