org.objectweb.easybeans.container.session.stateful.management
Class StatefulSessionFactoryIdentifier

java.lang.Object
  extended by org.objectweb.easybeans.jsr77.JSR77ManagementIdentifier<T>
      extended by org.objectweb.easybeans.container.session.SessionFactoryIdentifier<StatefulSessionFactory>
          extended by org.objectweb.easybeans.container.session.stateful.management.StatefulSessionFactoryIdentifier
All Implemented Interfaces:
EZBManagementIdentifier<StatefulSessionFactory>

public class StatefulSessionFactoryIdentifier
extends SessionFactoryIdentifier<StatefulSessionFactory>

Generates an ObjectName for an Stateful Session Factory MBean.

Author:
Guillaume Sauthier

Field Summary
private static java.lang.String TYPE
          JMX MBean Type.
 
Constructor Summary
StatefulSessionFactoryIdentifier()
           
 
Method Summary
 java.lang.String getTypeValue()
          This method has to be implemented by each EZBManagementIdentifier.
 
Methods inherited from class org.objectweb.easybeans.container.session.SessionFactoryIdentifier
getAdditionnalProperties, getNamePropertyValue
 
Methods inherited from class org.objectweb.easybeans.jsr77.JSR77ManagementIdentifier
getDomain, getInheritedPropertiesAsString, getLogger, getParentNameProperty, getTypeName, getTypeProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

private static final java.lang.String TYPE
JMX MBean Type.

See Also:
Constant Field Values
Constructor Detail

StatefulSessionFactoryIdentifier

public StatefulSessionFactoryIdentifier()
Method Detail

getTypeValue

public java.lang.String getTypeValue()
This method has to be implemented by each EZBManagementIdentifier.

Returns:
Returns the type value. (example : J2EEServer)