org.jboss.ejb3.metamodel
Class SessionEnterpriseBean
java.lang.Object
org.jboss.metamodel.descriptor.EnvironmentRefGroup
org.jboss.ejb3.metamodel.EnterpriseBean
org.jboss.ejb3.metamodel.SessionEnterpriseBean
- All Implemented Interfaces:
- Injectable
public class SessionEnterpriseBean
- extends EnterpriseBean
Represents a Session EJB element of the ejb-jar.xml deployment descriptor for
the 1.4 schema
- Version:
- $Revision: 62273 $
- Author:
- William DeCoste
Fields inherited from class org.jboss.metamodel.descriptor.EnvironmentRefGroup |
ejbLocalRefs, ejbRefs, envEntries, jndiRefs, messageDestinationRefs, messageDestinationRefsByLink, persistenceContextRefs, persistenceUnitRefs, resourceEnvRefs, resourceRefs, serviceRefs |
Methods inherited from class org.jboss.ejb3.metamodel.EnterpriseBean |
addDependency, addIgnoreDependency, addRemoteBinding, addSecurityRoleRef, addXmlAnnotation, getAopDomainName, getDependencies, getEjbClass, getEjbName, getHome, getHomeJndiName, getIgnoreDependencies, getJndiName, getLocal, getLocalHome, getLocalHomeJndiName, getLocalJndiName, getMethodAttributes, getPoolConfig, getPortComponent, getRemote, getRemoteBindings, getSecurityDomain, getSecurityIdentity, getSecurityRoleRefs, getTransactionManagementType, getXmlAnnotations, isCallByValue, isConsumer, isEntityBean, isMessageDrivenBean, isService, isSessionBean, mergeMessageDestinationRef, mergeResourceEnvRef, mergeResourceRef, setAopDomainName, setCallByValue, setEjbClass, setEjbName, setHome, setHomeJndiName, setJndiName, setLocal, setLocalHome, setLocalHomeJndiName, setLocalJndiName, setMethodAttributes, setPoolConfig, setPortComponent, setRemote, setRunAsPrincipal, setSecurityDomain, setSecurityIdentity, setTransactionManagementType |
Methods inherited from class org.jboss.metamodel.descriptor.EnvironmentRefGroup |
addEjbLocalRef, addEjbRef, addEnvEntry, addJndiRef, addMessageDestinationRef, addPersistenceContextRef, addPersistenceUnitRef, addResourceEnvRef, addResourceRef, addServiceRef, getEjbLocalRefs, getEjbRefs, getEnvEntries, getJndiRefs, getMessageDestinationRefForLink, getMessageDestinationRefs, getPersistenceContextRefs, getPersistenceUnitRefs, getResourceEnvRefs, getResourceRefs, getServiceRef, getServiceRefs, updateEjbLocalRef, updateEjbRef, updateMessageDestinationRef, updateResourceEnvRef, updateResourceRef |
STATELESS
public static final String STATELESS
- See Also:
- Constant Field Values
STATEFUL
public static final String STATEFUL
- See Also:
- Constant Field Values
SessionEnterpriseBean
public SessionEnterpriseBean()
getCacheConfig
public CacheConfig getCacheConfig()
setCacheConfig
public void setCacheConfig(CacheConfig cacheConfig)
getConcurrent
public String getConcurrent()
setConcurrent
public void setConcurrent(String concurrent)
getClustered
public String getClustered()
setClustered
public void setClustered(String clustered)
getClusterConfig
public ClusterConfig getClusterConfig()
setClusterConfig
public void setClusterConfig(ClusterConfig clusterConfig)
getRemoveMethods
public List<RemoveMethod> getRemoveMethods()
addRemoveMethod
public void addRemoveMethod(RemoveMethod method)
getInitMethods
public List<InitMethod> getInitMethods()
addInitMethod
public void addInitMethod(InitMethod method)
isStateless
public boolean isStateless()
isStateful
public boolean isStateful()
getSessionType
public String getSessionType()
setSessionType
public void setSessionType(String sessionType)
getAroundInvoke
public Method getAroundInvoke()
setAroundInvoke
public void setAroundInvoke(Method aroundInvoke)
getPostActivate
public Method getPostActivate()
setPostActivate
public void setPostActivate(Method postActivate)
getPostConstruct
public Method getPostConstruct()
setPostConstruct
public void setPostConstruct(Method postConstruct)
getPreDestroy
public Method getPreDestroy()
setPreDestroy
public void setPreDestroy(Method preDestroy)
getPrePassivate
public Method getPrePassivate()
setPrePassivate
public void setPrePassivate(Method prePassivate)
toString
public String toString()
- Overrides:
toString
in class EnterpriseBean
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.