org.ow2.jonas.resource.internal.mbean
Class JCAAdminObject

java.lang.Object
  extended by org.ow2.jonas.lib.management.javaee.ManagedObject
      extended by org.ow2.jonas.lib.management.javaee.J2EEManagedObject
          extended by org.ow2.jonas.resource.internal.mbean.JCAAdminObject

public class JCAAdminObject
extends J2EEManagedObject

MBean class for JCA AdminObject Management

Author:
Eric Hardesty

Field Summary
 
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.management.javaee.ManagedObject
logger
 
Constructor Summary
JCAAdminObject(String oName, String jndiname, String description, Properties prop)
          MBean constructor
 
Method Summary
 String getDescription()
          return the description
 String getJndiName()
          return the jndi name
 Properties getProperties()
          return the AdminObject Properties
 
Methods inherited from class org.ow2.jonas.lib.management.javaee.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider, setEventProvider, setObjectName, setStateManageable, setStatisticsProvider
 
Methods inherited from class org.ow2.jonas.lib.management.javaee.ManagedObject
sendNotification, sendReconfigNotification, sendSaveNotification, setModelMBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCAAdminObject

public JCAAdminObject(String oName,
                      String jndiname,
                      String description,
                      Properties prop)
MBean constructor

Parameters:
oName - object name of the managed object
jndiname - String of AdminObject
description - String of AdminObject description
prop - Properties of the AdminObject
Method Detail

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 © 2010 OW2 Consortium. All Rights Reserved.