org.objectweb.jonas.resource.mbean
Class JCAResource

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
          extended by org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
              extended by org.objectweb.jonas.management.j2eemanagement.J2EEResource
                  extended by org.objectweb.jonas.resource.mbean.JCAResource
All Implemented Interfaces:
NotificationBroadcaster, NotificationEmitter

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.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
J2EE_TYPE_APPLICATION, J2EE_TYPE_SERVER, NAME
 
Fields inherited from class org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
RECONFIG_TYPE, SAVE_RECONFIG_TYPE
 
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.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 
Methods inherited from class org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
initLogger, sendReconfigNotification, sendSaveNotification
 
Methods inherited from class javax.management.NotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
 
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 © 2007 OW2 Consortium. All Rights Reserved.