public class AdminObject
extends java.lang.Object
| Constructor and Description |
|---|
AdminObject(java.lang.Object ao)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAdminObject()
Get the admin object instance.
|
java.util.List<ConfigProperty> |
getConfigProperties()
Get the list of config property's
|
java.lang.String |
getJndiName()
Get the jndiName.
|
StatisticsPlugin |
getStatistics()
Get the statistics
|
void |
setJndiName(java.lang.String jndiName)
Set the jndiName.
|
java.lang.String |
toString()
String representation
|
public AdminObject(java.lang.Object ao)
ao - The admin object instancepublic java.lang.Object getAdminObject()
null if the admin object was
undeployed and this object wasn't cleared up correctly.public java.util.List<ConfigProperty> getConfigProperties()
public java.lang.String getJndiName()
public void setJndiName(java.lang.String jndiName)
jndiName - The jndiName to set.public StatisticsPlugin getStatistics()
null if no statistics is availablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 IronJacamar (http://www.ironjacamar.org)