org.jboss.ejb3.dd
Class SessionEnterpriseBean

java.lang.Object
  extended by org.jboss.ejb3.dd.EnterpriseBean
      extended by org.jboss.ejb3.dd.SessionEnterpriseBean

public class SessionEnterpriseBean
extends EnterpriseBean

Represents a Session EJB element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 1.7.2.3 $
Author:
William DeCoste

Field Summary
static String BEAN
           
static String CONTAINER
           
static String STATEFUL
           
static String STATELESS
           
 
Fields inherited from class org.jboss.ejb3.dd.EnterpriseBean
tmType
 
Constructor Summary
SessionEnterpriseBean()
           
 
Method Summary
 String getSessionType()
           
 String getTransactionType()
           
 boolean isStateful()
           
 boolean isStateless()
           
 void setSessionType(String sessionType)
           
 void setTransactionType(String transactionType)
           
 String toString()
           
 
Methods inherited from class org.jboss.ejb3.dd.EnterpriseBean
addCallbackListener, addEjbLocalRef, addEjbRef, addEnvEntry, addInterceptor, addInvoker, addMessageDestinationRef, addResourceRef, getAopDomainName, getCallbackListeners, getClusterConfig, getEjbClass, getEjbLocalRefs, getEjbName, getEjbRefs, getEnvEntries, getHome, getInterceptors, getInvokers, getJndiName, getLocal, getLocalHome, getLocalJndiName, getMessageDestinationRefs, getRemote, getResourceRefs, getSecurityDomain, getSecurityIdentity, getTransactionManagementType, isCallByValue, isClustered, isEntityBean, isMessageDrivenBean, isSessionBean, setAopDomainName, setCallByValue, setClusterConfig, setEjbClass, setEjbLocalRefs, setEjbName, setEjbRefs, setHome, setJndiName, setLocal, setLocalHome, setLocalJndiName, setRemote, setResourceRefs, setRunAsPrincipal, setSecurityDomain, setSecurityIdentity, updateEjbLocalRef, updateEjbRef, updateResourceRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STATELESS

public static final String STATELESS
See Also:
Constant Field Values

STATEFUL

public static final String STATEFUL
See Also:
Constant Field Values

BEAN

public static final String BEAN
See Also:
Constant Field Values

CONTAINER

public static final String CONTAINER
See Also:
Constant Field Values
Constructor Detail

SessionEnterpriseBean

public SessionEnterpriseBean()
Method Detail

isStateless

public boolean isStateless()

isStateful

public boolean isStateful()

getSessionType

public String getSessionType()

setSessionType

public void setSessionType(String sessionType)

getTransactionType

public String getTransactionType()

setTransactionType

public void setTransactionType(String transactionType)

toString

public String toString()
Overrides:
toString in class EnterpriseBean


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.