org.ow2.jonas.resource.internal.mbean
Class JCAResource

java.lang.Object
  extended by org.ow2.jonas.lib.management.javaee.ManagedObject
      extended by org.ow2.jonas.lib.management.javaee.J2EEManagedObject
          extended by org.ow2.jonas.lib.management.javaee.J2EEResource
              extended by org.ow2.jonas.resource.internal.mbean.JCAResource

public class JCAResource
extends J2EEResource

MBean class for JCA Resource Management

Author:
Adriana Danes JSR 77 (J2EE Management Standard)

Field Summary
 
Fields inherited from class org.ow2.jonas.lib.management.javaee.J2EEManagedObject
J2EE_TYPE_APPLICATION, J2EE_TYPE_SERVER, NAME
 
Fields inherited from class org.ow2.jonas.lib.management.javaee.ManagedObject
logger
 
Constructor Summary
JCAResource(String objectName)
          Constructor
 
Method Summary
 String[] getActivationSpecs()
          Get the Activationspec names
 String[] getAdminObjects()
          Get the AdminObject names
 String[] getConnectionFactories()
          get the ConnectionFactory names
 void setActivationSpecs(String activationSpecsObjectName)
          set the ActivationSpec name
 void setAdminObjects(String adminObjectName)
          set the AdminObject name
 void setConnectionFactory(String connectionFactoryObjectName)
          set the ConnectionFactory name
 
Methods inherited from class org.ow2.jonas.lib.management.javaee.J2EEResource
isJ2eeResourceType
 
Methods inherited from class org.ow2.jonas.lib.management.javaee.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider, setEventProvider, setObjectName, setStateManageable, setStatisticsProvider
 
Methods inherited from class org.ow2.jonas.lib.management.javaee.ManagedObject
sendNotification, sendReconfigNotification, sendSaveNotification, setModelMBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCAResource

public JCAResource(String objectName)
Constructor

Parameters:
objectName - String of object name
Method Detail

getActivationSpecs

public String[] getActivationSpecs()
Get the Activationspec names

Returns:
String [] list of Activationspec names

getAdminObjects

public String[] getAdminObjects()
Get the AdminObject names

Returns:
String [] list of AdminObject names

getConnectionFactories

public String[] getConnectionFactories()
get the ConnectionFactory names

Returns:
String [] list of ConnectionFactory names

setAdminObjects

public void setAdminObjects(String adminObjectName)
set the AdminObject name

Parameters:
adminObjectName - String of AdminObject name

setActivationSpecs

public void setActivationSpecs(String activationSpecsObjectName)
set the ActivationSpec name

Parameters:
activationSpecsObjectName - String of activationSpecs name

setConnectionFactory

public void setConnectionFactory(String connectionFactoryObjectName)
set the ConnectionFactory name

Parameters:
connectionFactoryObjectName - String of ConnectionFactory name


Copyright © 2010 OW2 Consortium. All Rights Reserved.