|
|||||||||||
| PREV CLASS NEXT CLASS | 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,
MLetParser,
org.jboss.mx.loading.XMLMBeanParser| Field Summary | |
static 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(String type,
String value)
|
List |
getArchives()
Returns MBean archives. |
String |
getCode()
Returns fully qualified class name of the MBean. |
String |
getCodebase()
Returns MBean codebase URL. |
String[] |
getConstructorTypes()
|
String[] |
getConstructorValues()
|
String |
getName()
Returns the object name of the MBean. |
String |
getObject()
Returns the name of a serialized MBean representation in the archive. |
Object |
getProperty(String key)
|
List |
getVersions()
Returns MBean versions. |
void |
setArchive(String archive)
|
void |
setCode(String code)
Sets the fully qualified class name of the MBean entry. |
void |
setCodebase(String url)
Sets the code base for an MLET entry. |
void |
setName(String name)
Sets the object name of the MBean. |
void |
setObject(String object)
Sets the name of the serialized MBean instance. |
void |
setProperty(String key,
Object value)
|
void |
setVersion(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 String MLET_DELEGATE_TO_CLR
| Constructor Detail |
public MBeanElement()
| Method Detail |
public String getCode()
public String getObject()
public String getName()
public List getArchives()
public List getVersions()
public String getCodebase()
public void setCode(String code)
code - fully qualified class name of the MBeanpublic void setObject(String object)
object - file name and path in the archivepublic void setName(String name)
name - string representation of an MBean object namepublic void setCodebase(String url)
url - url string pointing to the codebasepublic void setArchive(String archive)
public void setVersion(String version)
public void addArg(String type, String value)
public String[] getConstructorTypes()
public String[] getConstructorValues()
public void setProperty(String key, Object value)
public Object getProperty(String key)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||