org.objectweb.jonas.resource.mbean
Class JCAActivationSpec

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
          extended by org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
              extended by org.objectweb.jonas.resource.mbean.JCAActivationSpec
All Implemented Interfaces:
NotificationBroadcaster, NotificationEmitter

public class JCAActivationSpec
extends J2EEManagedObject

MBean class for JCA ActivationSpec Management

Author:
Eric Hardesty

Field Summary
 
Fields inherited from class org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
J2EE_TYPE_APPLICATION, J2EE_TYPE_SERVER, NAME
 
Fields inherited from class org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
RECONFIG_TYPE, SAVE_RECONFIG_TYPE
 
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.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 
Methods inherited from class org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
initLogger, sendReconfigNotification, sendSaveNotification
 
Methods inherited from class javax.management.NotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
 
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 © 2007 OW2 Consortium. All Rights Reserved.