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
|
Constructor Summary |
JCAAdminObject(java.lang.String oName,
java.lang.String jndiname,
java.lang.String description,
java.util.Properties prop)
MBean constructor |
|
Method Summary |
java.lang.String |
getDescription()
return the description |
java.lang.String |
getJndiName()
return the jndi name |
java.util.Properties |
getProperties()
return the AdminObject Properties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCAAdminObject
public JCAAdminObject(java.lang.String oName,
java.lang.String jndiname,
java.lang.String description,
java.util.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 java.lang.String getDescription()
- return the description
- Returns:
- String description
getJndiName
public java.lang.String getJndiName()
- return the jndi name
- Returns:
- String jndi name
getProperties
public java.util.Properties getProperties()
- return the AdminObject Properties
- Returns:
- Properties AdminObject properties
Copyright © 2010 OW2 Consortium. All Rights Reserved.