org.jcoderz.commons.config
Class ConfigurationServiceBean

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

public abstract class ConfigurationServiceBean
extends ConfigurationServiceImpl
implements SessionBean

The (stateless) session bean facade of the Configuration Service. XDoclet tags for the Bean must be declared in this class; XDoclet tags for the Bean methods must be declared in the super impl class.

See Also:
Serialized Form
ejb.bean
name="ConfigurationService" type="Stateless" jndi-name="ConfigurationService" remote-business-interface="org.jcoderz.commons.config.ConfigurationServiceInterface"
ejb.interface
extends="javax.ejb.EJBObject"
ejb.ejb-ref
ejb-name="ConfigEntity" ref-name="ejb/ConfigEntity"
ejb.transaction
type="Required"
weblogic.enable-call-by-reference
True

Constructor Summary
ConfigurationServiceBean()
           
 
Method Summary
 
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
 
Methods inherited from interface javax.ejb.SessionBean
ejbActivate, ejbPassivate, ejbRemove, setSessionContext
 

Constructor Detail

ConfigurationServiceBean

public ConfigurationServiceBean()


Copyright 2007 The jCoderZ Project.