org.jcoderz.commons.config
Class ConfigurationServiceAdminSession

java.lang.Object
  extended by org.jcoderz.commons.config.ConfigurationServiceCommonImpl
      extended by org.jcoderz.commons.config.ConfigurationServiceAdminImpl
          extended by org.jcoderz.commons.config.ConfigurationServiceAdminBean
              extended by org.jcoderz.commons.config.ConfigurationServiceAdminSession
All Implemented Interfaces:
Serializable, EnterpriseBean, SessionBean, ConfigurationServiceAdminInterface, ConfigurationServiceCommonInterface

public class ConfigurationServiceAdminSession
extends ConfigurationServiceAdminBean
implements SessionBean

Session layer for ConfigurationServiceAdmin.

See Also:
Serialized Form

Constructor Summary
ConfigurationServiceAdminSession()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void setSessionContext(SessionContext ctx)
           
 void unsetSessionContext()
           
 
Methods inherited from class org.jcoderz.commons.config.ConfigurationServiceAdminImpl
getBoolean, getInt, getKeys, getLong, 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

ConfigurationServiceAdminSession

public ConfigurationServiceAdminSession()
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.