org.apache.openejb.jee.sun
Class Ejb

java.lang.Object
  extended by org.apache.openejb.jee.sun.Ejb

public class Ejb
extends Object


Field Summary
protected  String availabilityEnabled
           
protected  BeanCache beanCache
           
protected  BeanPool beanPool
           
protected  CheckpointAtEndOfMethod checkpointAtEndOfMethod
           
protected  String checkpointedMethods
           
protected  Cmp cmp
           
protected  String cmtTimeoutInSeconds
           
protected  String commitOption
           
protected  String ejbName
           
protected  List<EjbRef> ejbRef
           
protected  FlushAtEndOfMethod flushAtEndOfMethod
           
protected  GenClasses genClasses
           
protected  IorSecurityConfig iorSecurityConfig
           
protected  String isReadOnlyBean
           
protected  String jmsDurableSubscriptionName
           
protected  String jmsMaxMessagesLoad
           
protected  String jndiName
           
protected  MdbConnectionFactory mdbConnectionFactory
           
protected  MdbResourceAdapter mdbResourceAdapter
           
protected  List<MessageDestinationRef> messageDestinationRef
           
protected  String passByReference
           
protected  Principal principal
           
protected  String refreshPeriodInSeconds
           
protected  List<ResourceEnvRef> resourceEnvRef
           
protected  List<ResourceRef> resourceRef
           
protected  List<ServiceRef> serviceRef
           
protected  String useThreadPoolId
           
protected  KeyedCollection<String,WebserviceEndpoint> webserviceEndpoint
           
 
Constructor Summary
Ejb()
           
 
Method Summary
 String getAvailabilityEnabled()
           
 BeanCache getBeanCache()
           
 BeanPool getBeanPool()
           
 CheckpointAtEndOfMethod getCheckpointAtEndOfMethod()
           
 String getCheckpointedMethods()
           
 Cmp getCmp()
           
 String getCmtTimeoutInSeconds()
           
 String getCommitOption()
           
 String getEjbName()
           
 List<EjbRef> getEjbRef()
           
 FlushAtEndOfMethod getFlushAtEndOfMethod()
           
 GenClasses getGenClasses()
           
 IorSecurityConfig getIorSecurityConfig()
           
 String getIsReadOnlyBean()
           
 String getJmsDurableSubscriptionName()
           
 String getJmsMaxMessagesLoad()
           
 String getJndiName()
           
 MdbConnectionFactory getMdbConnectionFactory()
           
 MdbResourceAdapter getMdbResourceAdapter()
           
 List<MessageDestinationRef> getMessageDestinationRef()
           
 String getPassByReference()
           
 Principal getPrincipal()
           
 String getRefreshPeriodInSeconds()
           
 List<ResourceEnvRef> getResourceEnvRef()
           
 List<ResourceRef> getResourceRef()
           
 List<ServiceRef> getServiceRef()
           
 String getUseThreadPoolId()
           
 Collection<WebserviceEndpoint> getWebserviceEndpoint()
           
 Map<String,WebserviceEndpoint> getWebserviceEndpointMap()
           
 void setAvailabilityEnabled(String value)
           
 void setBeanCache(BeanCache value)
           
 void setBeanPool(BeanPool value)
           
 void setCheckpointAtEndOfMethod(CheckpointAtEndOfMethod value)
           
 void setCheckpointedMethods(String value)
           
 void setCmp(Cmp value)
           
 void setCmtTimeoutInSeconds(String value)
           
 void setCommitOption(String value)
           
 void setEjbName(String value)
           
 void setFlushAtEndOfMethod(FlushAtEndOfMethod value)
           
 void setGenClasses(GenClasses value)
           
 void setIorSecurityConfig(IorSecurityConfig value)
           
 void setIsReadOnlyBean(String value)
           
 void setJmsDurableSubscriptionName(String value)
           
 void setJmsMaxMessagesLoad(String value)
           
 void setJndiName(String value)
           
 void setMdbConnectionFactory(MdbConnectionFactory value)
           
 void setMdbResourceAdapter(MdbResourceAdapter value)
           
 void setPassByReference(String value)
           
 void setPrincipal(Principal value)
           
 void setRefreshPeriodInSeconds(String value)
           
 void setUseThreadPoolId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

availabilityEnabled

protected String availabilityEnabled

ejbName

protected String ejbName

jndiName

protected String jndiName

ejbRef

protected List<EjbRef> ejbRef

resourceRef

protected List<ResourceRef> resourceRef

resourceEnvRef

protected List<ResourceEnvRef> resourceEnvRef

serviceRef

protected List<ServiceRef> serviceRef

messageDestinationRef

protected List<MessageDestinationRef> messageDestinationRef

passByReference

protected String passByReference

cmp

protected Cmp cmp

principal

protected Principal principal

mdbConnectionFactory

protected MdbConnectionFactory mdbConnectionFactory

jmsDurableSubscriptionName

protected String jmsDurableSubscriptionName

jmsMaxMessagesLoad

protected String jmsMaxMessagesLoad

iorSecurityConfig

protected IorSecurityConfig iorSecurityConfig

isReadOnlyBean

protected String isReadOnlyBean

refreshPeriodInSeconds

protected String refreshPeriodInSeconds

commitOption

protected String commitOption

cmtTimeoutInSeconds

protected String cmtTimeoutInSeconds

useThreadPoolId

protected String useThreadPoolId

genClasses

protected GenClasses genClasses

beanPool

protected BeanPool beanPool

beanCache

protected BeanCache beanCache

mdbResourceAdapter

protected MdbResourceAdapter mdbResourceAdapter

webserviceEndpoint

protected KeyedCollection<String,WebserviceEndpoint> webserviceEndpoint

flushAtEndOfMethod

protected FlushAtEndOfMethod flushAtEndOfMethod

checkpointedMethods

protected String checkpointedMethods

checkpointAtEndOfMethod

protected CheckpointAtEndOfMethod checkpointAtEndOfMethod
Constructor Detail

Ejb

public Ejb()
Method Detail

getAvailabilityEnabled

public String getAvailabilityEnabled()

setAvailabilityEnabled

public void setAvailabilityEnabled(String value)

getEjbName

public String getEjbName()

setEjbName

public void setEjbName(String value)

getJndiName

public String getJndiName()

setJndiName

public void setJndiName(String value)

getEjbRef

public List<EjbRef> getEjbRef()

getResourceRef

public List<ResourceRef> getResourceRef()

getResourceEnvRef

public List<ResourceEnvRef> getResourceEnvRef()

getServiceRef

public List<ServiceRef> getServiceRef()

getMessageDestinationRef

public List<MessageDestinationRef> getMessageDestinationRef()

getPassByReference

public String getPassByReference()

setPassByReference

public void setPassByReference(String value)

getCmp

public Cmp getCmp()

setCmp

public void setCmp(Cmp value)

getPrincipal

public Principal getPrincipal()

setPrincipal

public void setPrincipal(Principal value)

getMdbConnectionFactory

public MdbConnectionFactory getMdbConnectionFactory()

setMdbConnectionFactory

public void setMdbConnectionFactory(MdbConnectionFactory value)

getJmsDurableSubscriptionName

public String getJmsDurableSubscriptionName()

setJmsDurableSubscriptionName

public void setJmsDurableSubscriptionName(String value)

getJmsMaxMessagesLoad

public String getJmsMaxMessagesLoad()

setJmsMaxMessagesLoad

public void setJmsMaxMessagesLoad(String value)

getIorSecurityConfig

public IorSecurityConfig getIorSecurityConfig()

setIorSecurityConfig

public void setIorSecurityConfig(IorSecurityConfig value)

getIsReadOnlyBean

public String getIsReadOnlyBean()

setIsReadOnlyBean

public void setIsReadOnlyBean(String value)

getRefreshPeriodInSeconds

public String getRefreshPeriodInSeconds()

setRefreshPeriodInSeconds

public void setRefreshPeriodInSeconds(String value)

getCommitOption

public String getCommitOption()

setCommitOption

public void setCommitOption(String value)

getCmtTimeoutInSeconds

public String getCmtTimeoutInSeconds()

setCmtTimeoutInSeconds

public void setCmtTimeoutInSeconds(String value)

getUseThreadPoolId

public String getUseThreadPoolId()

setUseThreadPoolId

public void setUseThreadPoolId(String value)

getGenClasses

public GenClasses getGenClasses()

setGenClasses

public void setGenClasses(GenClasses value)

getBeanPool

public BeanPool getBeanPool()

setBeanPool

public void setBeanPool(BeanPool value)

getBeanCache

public BeanCache getBeanCache()

setBeanCache

public void setBeanCache(BeanCache value)

getMdbResourceAdapter

public MdbResourceAdapter getMdbResourceAdapter()

setMdbResourceAdapter

public void setMdbResourceAdapter(MdbResourceAdapter value)

getWebserviceEndpoint

public Collection<WebserviceEndpoint> getWebserviceEndpoint()

getWebserviceEndpointMap

public Map<String,WebserviceEndpoint> getWebserviceEndpointMap()

getFlushAtEndOfMethod

public FlushAtEndOfMethod getFlushAtEndOfMethod()

setFlushAtEndOfMethod

public void setFlushAtEndOfMethod(FlushAtEndOfMethod value)

getCheckpointedMethods

public String getCheckpointedMethods()

setCheckpointedMethods

public void setCheckpointedMethods(String value)

getCheckpointAtEndOfMethod

public CheckpointAtEndOfMethod getCheckpointAtEndOfMethod()

setCheckpointAtEndOfMethod

public void setCheckpointAtEndOfMethod(CheckpointAtEndOfMethod value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.