org.ow2.jonas.resource.internal.mbean
Class JCAAdminObject
java.lang.Object
javax.management.NotificationBroadcasterSupport
org.ow2.jonas.lib.reconfig.ReconfigEmitter
org.ow2.jonas.lib.management.javaee.J2EEManagedObject
org.ow2.jonas.resource.internal.mbean.JCAAdminObject
- All Implemented Interfaces:
- NotificationBroadcaster, NotificationEmitter
public class JCAAdminObject
- extends org.ow2.jonas.lib.management.javaee.J2EEManagedObject
MBean class for JCA AdminObject Management
- Author:
- Eric Hardesty
| 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.reconfig.ReconfigEmitter |
RECONFIG_TYPE, SAVE_RECONFIG_TYPE |
| Methods inherited from class org.ow2.jonas.lib.management.javaee.J2EEManagedObject |
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider |
| Methods inherited from class org.ow2.jonas.lib.reconfig.ReconfigEmitter |
initLogger, sendReconfigNotification, sendSaveNotification |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCAAdminObject
public JCAAdminObject(String oName,
String jndiname,
String description,
Properties prop)
- MBean constructor
- Parameters:
oName - object name of the managed objectjndiname - String of AdminObjectdescription - String of AdminObject descriptionprop - Properties of the AdminObject
getDescription
public String getDescription()
- return the description
- Returns:
- String description
getJndiName
public String getJndiName()
- return the jndi name
- Returns:
- String jndi name
getProperties
public Properties getProperties()
- return the AdminObject Properties
- Returns:
- Properties AdminObject properties
Copyright © 2007 OW2 Consortium. All Rights Reserved.