org.apache.openejb.jee.sun
Class Ejb
java.lang.Object
org.apache.openejb.jee.sun.Ejb
public class Ejb
- extends Object
Constructor Summary |
Ejb()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Ejb
public Ejb()
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.