org.jboss.jca.core.api.management
Class AdminObject

java.lang.Object
  extended by org.jboss.jca.core.api.management.AdminObject

public class AdminObject
extends Object

Represents an admin object instance

Author:
Jesper Pedersen

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

AdminObject

public AdminObject(Object ao)
Constructor

Parameters:
ao - The admin object instance
Method Detail

getAdminObject

public Object getAdminObject()
Get the admin object instance. Note, that the value may be null if the admin object was undeployed and this object wasn't cleared up correctly.

Returns:
The instance

getConfigProperties

public List<ConfigProperty> getConfigProperties()
Get the list of config property's

Returns:
The value

getJndiName

public String getJndiName()
Get the jndiName.

Returns:
the jndiName.

setJndiName

public void setJndiName(String jndiName)
Set the jndiName.

Parameters:
jndiName - The jndiName to set.

getStatistics

public StatisticsPlugin getStatistics()
Get the statistics

Returns:
The value; null if no statistics is available

toString

public String toString()
String representation

Overrides:
toString in class Object
Returns:
The string


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)