org.apache.openejb.jee.sun
Class Ejb
java.lang.Object
org.apache.openejb.jee.sun.Ejb
public class Ejb
- extends java.lang.Object
Constructor Summary |
Ejb()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
availabilityEnabled
protected java.lang.String availabilityEnabled
ejbName
protected java.lang.String ejbName
jndiName
protected java.lang.String jndiName
ejbRef
protected java.util.List<EjbRef> ejbRef
resourceRef
protected java.util.List<ResourceRef> resourceRef
resourceEnvRef
protected java.util.List<ResourceEnvRef> resourceEnvRef
serviceRef
protected java.util.List<ServiceRef> serviceRef
messageDestinationRef
protected java.util.List<MessageDestinationRef> messageDestinationRef
passByReference
protected java.lang.String passByReference
cmp
protected Cmp cmp
principal
protected Principal principal
mdbConnectionFactory
protected MdbConnectionFactory mdbConnectionFactory
jmsDurableSubscriptionName
protected java.lang.String jmsDurableSubscriptionName
jmsMaxMessagesLoad
protected java.lang.String jmsMaxMessagesLoad
iorSecurityConfig
protected IorSecurityConfig iorSecurityConfig
isReadOnlyBean
protected java.lang.String isReadOnlyBean
refreshPeriodInSeconds
protected java.lang.String refreshPeriodInSeconds
commitOption
protected java.lang.String commitOption
cmtTimeoutInSeconds
protected java.lang.String cmtTimeoutInSeconds
useThreadPoolId
protected java.lang.String useThreadPoolId
genClasses
protected GenClasses genClasses
beanPool
protected BeanPool beanPool
beanCache
protected BeanCache beanCache
mdbResourceAdapter
protected MdbResourceAdapter mdbResourceAdapter
webserviceEndpoint
protected KeyedCollection<java.lang.String,WebserviceEndpoint> webserviceEndpoint
flushAtEndOfMethod
protected FlushAtEndOfMethod flushAtEndOfMethod
checkpointedMethods
protected java.lang.String checkpointedMethods
checkpointAtEndOfMethod
protected CheckpointAtEndOfMethod checkpointAtEndOfMethod
Ejb
public Ejb()
getAvailabilityEnabled
public java.lang.String getAvailabilityEnabled()
setAvailabilityEnabled
public void setAvailabilityEnabled(java.lang.String value)
getEjbName
public java.lang.String getEjbName()
setEjbName
public void setEjbName(java.lang.String value)
getJndiName
public java.lang.String getJndiName()
setJndiName
public void setJndiName(java.lang.String value)
getEjbRef
public java.util.List<EjbRef> getEjbRef()
getResourceRef
public java.util.List<ResourceRef> getResourceRef()
getResourceEnvRef
public java.util.List<ResourceEnvRef> getResourceEnvRef()
getServiceRef
public java.util.List<ServiceRef> getServiceRef()
getMessageDestinationRef
public java.util.List<MessageDestinationRef> getMessageDestinationRef()
getPassByReference
public java.lang.String getPassByReference()
setPassByReference
public void setPassByReference(java.lang.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 java.lang.String getJmsDurableSubscriptionName()
setJmsDurableSubscriptionName
public void setJmsDurableSubscriptionName(java.lang.String value)
getJmsMaxMessagesLoad
public java.lang.String getJmsMaxMessagesLoad()
setJmsMaxMessagesLoad
public void setJmsMaxMessagesLoad(java.lang.String value)
getIorSecurityConfig
public IorSecurityConfig getIorSecurityConfig()
setIorSecurityConfig
public void setIorSecurityConfig(IorSecurityConfig value)
getIsReadOnlyBean
public java.lang.String getIsReadOnlyBean()
setIsReadOnlyBean
public void setIsReadOnlyBean(java.lang.String value)
getRefreshPeriodInSeconds
public java.lang.String getRefreshPeriodInSeconds()
setRefreshPeriodInSeconds
public void setRefreshPeriodInSeconds(java.lang.String value)
getCommitOption
public java.lang.String getCommitOption()
setCommitOption
public void setCommitOption(java.lang.String value)
getCmtTimeoutInSeconds
public java.lang.String getCmtTimeoutInSeconds()
setCmtTimeoutInSeconds
public void setCmtTimeoutInSeconds(java.lang.String value)
getUseThreadPoolId
public java.lang.String getUseThreadPoolId()
setUseThreadPoolId
public void setUseThreadPoolId(java.lang.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 java.util.Collection<WebserviceEndpoint> getWebserviceEndpoint()
getWebserviceEndpointMap
public java.util.Map<java.lang.String,WebserviceEndpoint> getWebserviceEndpointMap()
getFlushAtEndOfMethod
public FlushAtEndOfMethod getFlushAtEndOfMethod()
setFlushAtEndOfMethod
public void setFlushAtEndOfMethod(FlushAtEndOfMethod value)
getCheckpointedMethods
public java.lang.String getCheckpointedMethods()
setCheckpointedMethods
public void setCheckpointedMethods(java.lang.String value)
getCheckpointAtEndOfMethod
public CheckpointAtEndOfMethod getCheckpointAtEndOfMethod()
setCheckpointAtEndOfMethod
public void setCheckpointAtEndOfMethod(CheckpointAtEndOfMethod value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.