|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.loading.MBeanElement
Dataholder class used with MBean file parsers. Contains the information that at minimum should allow the MBean loaded and registered to the MBean server.
MBeanFileParser
(src) ,
MLetParser
(src) ,
org.jboss.mx.loading.XMLMBeanParser
Field Summary | |
static java.lang.String |
MLET_DELEGATE_TO_CLR
Property key for setting the boolean value 'delegateToCLR' for MLet MBeans (JMX 1.2) |
Constructor Summary | |
MBeanElement()
|
Method Summary | |
void |
addArg(java.lang.String type,
java.lang.String value)
|
java.util.List |
getArchives()
Returns MBean archives. |
java.lang.String |
getCode()
Returns fully qualified class name of the MBean. |
java.lang.String |
getCodebase()
Returns MBean codebase URL. |
java.lang.String[] |
getConstructorTypes()
|
java.lang.String[] |
getConstructorValues()
|
java.lang.String |
getName()
Returns the object name of the MBean. |
java.lang.String |
getObject()
Returns the name of a serialized MBean representation in the archive. |
java.lang.Object |
getProperty(java.lang.String key)
|
java.util.List |
getVersions()
Returns MBean versions. |
void |
setArchive(java.lang.String archive)
|
void |
setCode(java.lang.String code)
Sets the fully qualified class name of the MBean entry. |
void |
setCodebase(java.lang.String url)
Sets the code base for an MLET entry. |
void |
setName(java.lang.String name)
Sets the object name of the MBean. |
void |
setObject(java.lang.String object)
Sets the name of the serialized MBean instance. |
void |
setProperty(java.lang.String key,
java.lang.Object value)
|
void |
setVersion(java.lang.String version)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String MLET_DELEGATE_TO_CLR
Constructor Detail |
public MBeanElement()
Method Detail |
public java.lang.String getCode()
public java.lang.String getObject()
public java.lang.String getName()
public java.util.List getArchives()
public java.util.List getVersions()
public java.lang.String getCodebase()
public void setCode(java.lang.String code)
code
- fully qualified class name of the MBeanpublic void setObject(java.lang.String object)
object
- file name and path in the archivepublic void setName(java.lang.String name)
name
- string representation of an MBean object namepublic void setCodebase(java.lang.String url)
url
- url string pointing to the codebasepublic void setArchive(java.lang.String archive)
public void setVersion(java.lang.String version)
public void addArg(java.lang.String type, java.lang.String value)
public java.lang.String[] getConstructorTypes()
public java.lang.String[] getConstructorValues()
public void setProperty(java.lang.String key, java.lang.Object value)
public java.lang.Object getProperty(java.lang.String key)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |