com.caucho.management.j2ee
Class ResourceAdapter

java.lang.Object
  extended by com.caucho.management.j2ee.J2EEManagedObject
      extended by com.caucho.management.j2ee.ResourceAdapter

public class ResourceAdapter
extends J2EEManagedObject

Management interface for a resource adpater.


Field Summary
 
Fields inherited from class com.caucho.management.j2ee.J2EEManagedObject
_objectName
 
Constructor Summary
ResourceAdapter()
           
 
Method Summary
 java.lang.String getJcaResource()
          Returns the ObjectName of the JCAResource management bean that is associated with this resource adapter.
protected  java.lang.String getName()
          Returns the value to use for the the `name' key of the ObjectName.
 
Methods inherited from class com.caucho.management.j2ee.J2EEManagedObject
createObjectName, getObjectName, isEventProvider, isJ2EEApplication, isJ2EEServer, isStateManageable, isStatisticsProvider, queryObjectNames, queryObjectNamesSet, quote, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceAdapter

public ResourceAdapter()
Method Detail

getName

protected java.lang.String getName()
Description copied from class: J2EEManagedObject
Returns the value to use for the the `name' key of the ObjectName. The returned value is raw, users of the method must escape the returned value for use in an ObjectName.

Specified by:
getName in class J2EEManagedObject

getJcaResource

public java.lang.String getJcaResource()
Returns the ObjectName of the JCAResource management bean that is associated with this resource adapter.