|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.NotificationBroadcasterSupport
org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
org.objectweb.jonas.management.j2eemanagement.J2EEResource
org.objectweb.jonas.resource.mbean.JCAResource
public class JCAResource
MBean class for JCA Resource Management
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 |
---|
public JCAResource(String objectName)
objectName
- String of object nameMethod Detail |
---|
public String[] getActivationSpecs()
public String[] getAdminObjects()
public String[] getConnectionFactories()
public void setAdminObjects(String adminObjectName)
adminObjectName
- String of AdminObject namepublic void setActivationSpecs(String activationSpecsObjectName)
activationSpecsObjectName
- String of activationSpecs namepublic void setConnectionFactory(String connectionFactoryObjectName)
connectionFactoryObjectName
- String of ConnectionFactory name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |