org.jcoderz.commons.config
Class ConfigurationServiceBean
java.lang.Object
org.jcoderz.commons.config.ConfigurationServiceCommonImpl
org.jcoderz.commons.config.ConfigurationServiceImpl
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationServiceBean
public ConfigurationServiceBean()
Copyright 2007 The jCoderZ Project.