org.objectweb.jonas.resource.mbean
Class JCAAdminObject
java.lang.Object
javax.management.NotificationBroadcasterSupport
org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
org.objectweb.jonas.resource.mbean.JCAAdminObject
- All Implemented Interfaces:
- NotificationBroadcaster, NotificationEmitter
public class JCAAdminObject
- extends J2EEManagedObject
MBean class for JCA AdminObject Management
- Author:
- Eric Hardesty
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.