public class AdminObject extends Object
Constructor and Description |
---|
AdminObject(Object ao)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Object |
getAdminObject()
Get the admin object instance.
|
List<ConfigProperty> |
getConfigProperties()
Get the list of config property's
|
String |
getJndiName()
Get the jndiName.
|
StatisticsPlugin |
getStatistics()
Get the statistics
|
void |
setJndiName(String jndiName)
Set the jndiName.
|
String |
toString()
String representation
|
public AdminObject(Object ao)
ao
- The admin object instancepublic Object getAdminObject()
null
if the admin object was
undeployed and this object wasn't cleared up correctly.public List<ConfigProperty> getConfigProperties()
public String getJndiName()
public void setJndiName(String jndiName)
jndiName
- The jndiName to set.public StatisticsPlugin getStatistics()
null
if no statistics is availableCopyright © 2021 JBoss by Red Hat. All rights reserved.