org.jcoderz.commons.config
Class ConfigurationServiceSession

java.lang.Object
  extended by org.jcoderz.commons.config.ConfigurationServiceCommonImpl
      extended by org.jcoderz.commons.config.ConfigurationServiceImpl
          extended by org.jcoderz.commons.config.ConfigurationServiceBean
              extended by org.jcoderz.commons.config.ConfigurationServiceSession
All Implemented Interfaces:
Serializable, EnterpriseBean, SessionBean, ConfigurationServiceCommonInterface, ConfigurationServiceInterface

public class ConfigurationServiceSession
extends ConfigurationServiceBean
implements SessionBean

Session layer for ConfigurationService.

See Also:
Serialized Form

Constructor Summary
ConfigurationServiceSession()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void setSessionContext(SessionContext ctx)
           
 void unsetSessionContext()
           
 
Methods inherited from class org.jcoderz.commons.config.ConfigurationServiceImpl
addConfigurationListener, getBoolean, getInt, getLong, getServiceConfiguration, getString
 
Methods inherited from class org.jcoderz.commons.config.ConfigurationServiceCommonImpl
getConfigurationCacheCurrent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationServiceSession

public ConfigurationServiceSession()
Method Detail

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface SessionBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface SessionBean

setSessionContext

public void setSessionContext(SessionContext ctx)
Specified by:
setSessionContext in interface SessionBean

unsetSessionContext

public void unsetSessionContext()

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface SessionBean

ejbCreate

public void ejbCreate()
               throws CreateException
Throws:
CreateException


Copyright 2007 The jCoderZ Project.