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

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.JCAActivationSpec

public class JCAActivationSpec
extends J2EEManagedObject

MBean class for JCA ActivationSpec 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
JCAActivationSpec(String oName, String jndiname, String description, List prop)
          MBean constructor
 
Method Summary
 String getDescription()
          return the description
 String getJndiName()
          return the jndi name
 List getPropertiesList()
          return the ActivationSpec required property list
 
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

JCAActivationSpec

public JCAActivationSpec(String oName,
                         String jndiname,
                         String description,
                         List prop)
MBean constructor

Parameters:
oName - object name of the managed object
jndiname - String of ActivationSpec jndi name
description - String of ActivationSpec description
prop - Properties of the ActivationSpec required properties
Method Detail

getDescription

public String getDescription()
return the description

Returns:
String description

getJndiName

public String getJndiName()
return the jndi name

Returns:
String jndi name

getPropertiesList

public List getPropertiesList()
return the ActivationSpec required property list

Returns:
List ActivationSpec properties


Copyright © 2010 OW2 Consortium. All Rights Reserved.