org.ow2.jonas.lib.jmbeans
Class J2EEResource
java.lang.Object
org.ow2.jonas.lib.jmbeans.J2EEManagedObject
org.ow2.jonas.lib.jmbeans.J2EEResource
public class J2EEResource
- extends J2EEManagedObject
|
Constructor Summary |
J2EEResource(String objectName)
MBean constructor. |
J2EEResource(String objectName,
boolean stateManageable,
boolean statisticsProvider,
boolean eventProvider)
MBean constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J2EEResource
public J2EEResource(String objectName,
boolean stateManageable,
boolean statisticsProvider,
boolean eventProvider)
- MBean constructor.
- Parameters:
objectName - object name of the managed objectstateManageable - if true, this managed object implements J2EE State Management ModelstatisticsProvider - if true, this managed object implements the J2EE StatisticProvide ModeleventProvider - if true, this managed object implements the J2EE EventProvider Model
J2EEResource
public J2EEResource(String objectName)
- MBean constructor.
- Parameters:
objectName - object name of the managed object
isJ2eeResourceType
public static boolean isJ2eeResourceType(String type)
- Allow detecting a J2EEResource MBean.
- Parameters:
type - MBean type
- Returns:
- true if the type corresponds to a J2EEResource type
Copyright © 2008 OW2 Consortium. All Rights Reserved.