org.objectweb.easybeans.container.session.stateless.management
Class StatelessSessionFactoryIdentifier

java.lang.Object
  extended by org.objectweb.easybeans.jsr77.JSR77ManagementIdentifier<T>
      extended by org.objectweb.easybeans.container.session.SessionFactoryIdentifier<StatelessSessionFactory>
          extended by org.objectweb.easybeans.container.session.stateless.management.StatelessSessionFactoryIdentifier
All Implemented Interfaces:
EZBManagementIdentifier<StatelessSessionFactory>

public class StatelessSessionFactoryIdentifier
extends SessionFactoryIdentifier<StatelessSessionFactory>

Generates an ObjectName for an StatelessSessionBean MBean.

Author:
Guillaume Sauthier

Field Summary
private static java.lang.String TYPE
          JMX MBean Type.
 
Constructor Summary
StatelessSessionFactoryIdentifier()
           
 
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

StatelessSessionFactoryIdentifier

public StatelessSessionFactoryIdentifier()
Method Detail

getTypeValue

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

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