|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.core.api.management.AdminObject
public class AdminObject

Represents an admin object instance
| Constructor Summary | |
|---|---|
AdminObject(Object ao)
Constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AdminObject(Object ao)
ao - The admin object instance| Method Detail |
|---|
public 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 availablepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||