com.caucho.management.j2ee
Class ResourceAdapterModule

java.lang.Object
  extended by com.caucho.management.j2ee.J2EEManagedObject
      extended by com.caucho.management.j2ee.J2EEDeployedObject
          extended by com.caucho.management.j2ee.J2EEModule
              extended by com.caucho.management.j2ee.ResourceAdapterModule

public class ResourceAdapterModule
extends J2EEModule

Management interface for a resource adapter module (RAR).


Field Summary
 
Fields inherited from class com.caucho.management.j2ee.J2EEManagedObject
_objectName
 
Constructor Summary
ResourceAdapterModule()
           
 
Method Summary
 java.lang.String getDeploymentDescriptor()
          The original XML deployment descriptor that was created for this object.
protected  java.lang.String getName()
          Returns the value to use for the the `name' key of the ObjectName.
 java.lang.String[] getResourceAdapters()
          Returns the ObjectNames of the ResourceAdapter management beans that are contained within this application.
 
Methods inherited from class com.caucho.management.j2ee.J2EEModule
getJavaVMs
 
Methods inherited from class com.caucho.management.j2ee.J2EEDeployedObject
getServer
 
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

ResourceAdapterModule

public ResourceAdapterModule()
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

getDeploymentDescriptor

public java.lang.String getDeploymentDescriptor()
Description copied from class: J2EEDeployedObject
The original XML deployment descriptor that was created for this object.

Specified by:
getDeploymentDescriptor in class J2EEDeployedObject

getResourceAdapters

public java.lang.String[] getResourceAdapters()
Returns the ObjectNames of the ResourceAdapter management beans that are contained within this application.