org.ow2.easybeans.container.session.management
Class SessionFactoryIdentifier<T extends org.ow2.easybeans.container.session.SessionFactory>

java.lang.Object
  extended by org.ow2.easybeans.jsr77.JSR77ManagementIdentifier<T>
      extended by org.ow2.easybeans.container.session.management.SessionFactoryIdentifier<T>
Type Parameters:
T - SessionFactory subclass
All Implemented Interfaces:
org.ow2.easybeans.api.jmx.EZBManagementIdentifier<T>
Direct Known Subclasses:
StatefulSessionFactoryIdentifier, StatelessSessionFactoryIdentifier

public abstract class SessionFactoryIdentifier<T extends org.ow2.easybeans.container.session.SessionFactory>
extends JSR77ManagementIdentifier<T>

Generates an ObjectName for an session factory MBean.

Author:
Guillaume Sauthier

Constructor Summary
SessionFactoryIdentifier()
           
 
Method Summary
 java.lang.String getAdditionnalProperties(T instance)
          
 java.lang.String getNamePropertyValue(T instance)
          
 
Methods inherited from class org.ow2.easybeans.jsr77.JSR77ManagementIdentifier
getDomain, getInheritedPropertiesAsString, getJ2EEServerString, getLogger, getParentNameProperty, getPropertyNameValue, getServerName, getTypeName, getTypeProperty, setDomain, setServerName, shorterName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easybeans.api.jmx.EZBManagementIdentifier
getTypeValue
 

Constructor Detail

SessionFactoryIdentifier

public SessionFactoryIdentifier()
Method Detail

getAdditionnalProperties

public java.lang.String getAdditionnalProperties(T instance)


getNamePropertyValue

public java.lang.String getNamePropertyValue(T instance)



Copyright © 2006-2008 OW2 Consortium. All Rights Reserved.