org.ow2.jonas.resource.internal.mbean
Class JCAAdminObject
java.lang.Object
org.ow2.jonas.lib.management.javaee.ManagedObject
org.ow2.jonas.lib.management.javaee.J2EEManagedObject
org.ow2.jonas.resource.internal.mbean.JCAAdminObject
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 © 2012 OW2 Consortium. All Rights Reserved.