Package org.apache.openejb.jee.jba
Class Session
- java.lang.Object
-
- org.apache.openejb.jee.jba.Session
-
public class Session extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcallByValueprotected ClusterConfigclusterConfigprotected Stringclusteredprotected StringconfigurationNameprotected List<Depends>dependsprotected List<EjbLocalRef>ejbLocalRefprotected StringejbNameprotected List<EjbRef>ejbRefprotected EjbTimeoutIdentityejbTimeoutIdentityprotected StringexceptionOnRollbackprotected Stringidprotected InvokerBindingsinvokerBindingsprotected IorSecurityConfigiorSecurityConfigprotected JndiNamejndiNameprotected StringlocalJndiNameprotected List<MessageDestinationRef>messageDestinationRefprotected MethodAttributesmethodAttributesprotected List<PortComponent>portComponentprotected List<ResourceEnvRef>resourceEnvRefprotected List<ResourceRef>resourceRefprotected SecurityIdentitysecurityIdentityprotected StringsecurityProxyprotected List<ServiceRef>serviceRefprotected StringtimerPersistence
-
Constructor Summary
Constructors Constructor Description Session()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCallByValue()Gets the value of the callByValue property.ClusterConfiggetClusterConfig()Gets the value of the clusterConfig property.StringgetClustered()Gets the value of the clustered property.StringgetConfigurationName()Gets the value of the configurationName property.List<Depends>getDepends()Gets the value of the depends property.List<EjbLocalRef>getEjbLocalRef()Gets the value of the ejbLocalRef property.StringgetEjbName()Gets the value of the ejbName property.List<EjbRef>getEjbRef()Gets the value of the ejbRef property.EjbTimeoutIdentitygetEjbTimeoutIdentity()Gets the value of the ejbTimeoutIdentity property.StringgetExceptionOnRollback()Gets the value of the exceptionOnRollback property.StringgetId()Gets the value of the id property.InvokerBindingsgetInvokerBindings()Gets the value of the invokerBindings property.IorSecurityConfiggetIorSecurityConfig()Gets the value of the iorSecurityConfig property.JndiNamegetJndiName()Gets the value of the jndiName property.StringgetLocalJndiName()Gets the value of the localJndiName property.List<MessageDestinationRef>getMessageDestinationRef()Gets the value of the messageDestinationRef property.MethodAttributesgetMethodAttributes()Gets the value of the methodAttributes property.List<PortComponent>getPortComponent()Gets the value of the portComponent property.List<ResourceEnvRef>getResourceEnvRef()Gets the value of the resourceEnvRef property.List<ResourceRef>getResourceRef()Gets the value of the resourceRef property.SecurityIdentitygetSecurityIdentity()Gets the value of the securityIdentity property.StringgetSecurityProxy()Gets the value of the securityProxy property.List<ServiceRef>getServiceRef()Gets the value of the serviceRef property.StringgetTimerPersistence()Gets the value of the timerPersistence property.voidsetCallByValue(String value)Sets the value of the callByValue property.voidsetClusterConfig(ClusterConfig value)Sets the value of the clusterConfig property.voidsetClustered(String value)Sets the value of the clustered property.voidsetConfigurationName(String value)Sets the value of the configurationName property.voidsetEjbName(String value)Sets the value of the ejbName property.voidsetEjbTimeoutIdentity(EjbTimeoutIdentity value)Sets the value of the ejbTimeoutIdentity property.voidsetExceptionOnRollback(String value)Sets the value of the exceptionOnRollback property.voidsetId(String value)Sets the value of the id property.voidsetInvokerBindings(InvokerBindings value)Sets the value of the invokerBindings property.voidsetIorSecurityConfig(IorSecurityConfig value)Sets the value of the iorSecurityConfig property.voidsetJndiName(JndiName value)Sets the value of the jndiName property.voidsetLocalJndiName(String value)Sets the value of the localJndiName property.voidsetMethodAttributes(MethodAttributes value)Sets the value of the methodAttributes property.voidsetSecurityIdentity(SecurityIdentity value)Sets the value of the securityIdentity property.voidsetSecurityProxy(String value)Sets the value of the securityProxy property.voidsetTimerPersistence(String value)Sets the value of the timerPersistence property.
-
-
-
Field Detail
-
id
protected String id
-
ejbName
protected String ejbName
-
jndiName
protected JndiName jndiName
-
localJndiName
protected String localJndiName
-
callByValue
protected String callByValue
-
exceptionOnRollback
protected String exceptionOnRollback
-
timerPersistence
protected String timerPersistence
-
configurationName
protected String configurationName
-
invokerBindings
protected InvokerBindings invokerBindings
-
securityProxy
protected String securityProxy
-
ejbLocalRef
protected List<EjbLocalRef> ejbLocalRef
-
serviceRef
protected List<ServiceRef> serviceRef
-
securityIdentity
protected SecurityIdentity securityIdentity
-
resourceRef
protected List<ResourceRef> resourceRef
-
resourceEnvRef
protected List<ResourceEnvRef> resourceEnvRef
-
messageDestinationRef
protected List<MessageDestinationRef> messageDestinationRef
-
clustered
protected String clustered
-
clusterConfig
protected ClusterConfig clusterConfig
-
methodAttributes
protected MethodAttributes methodAttributes
-
iorSecurityConfig
protected IorSecurityConfig iorSecurityConfig
-
portComponent
protected List<PortComponent> portComponent
-
ejbTimeoutIdentity
protected EjbTimeoutIdentity ejbTimeoutIdentity
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getEjbName
public String getEjbName()
Gets the value of the ejbName property.- Returns:
- possible object is
String
-
setEjbName
public void setEjbName(String value)
Sets the value of the ejbName property.- Parameters:
value- allowed object isString
-
getJndiName
public JndiName getJndiName()
Gets the value of the jndiName property.- Returns:
- possible object is
JndiName
-
setJndiName
public void setJndiName(JndiName value)
Sets the value of the jndiName property.- Parameters:
value- allowed object isJndiName
-
getLocalJndiName
public String getLocalJndiName()
Gets the value of the localJndiName property.- Returns:
- possible object is
String
-
setLocalJndiName
public void setLocalJndiName(String value)
Sets the value of the localJndiName property.- Parameters:
value- allowed object isString
-
getCallByValue
public String getCallByValue()
Gets the value of the callByValue property.- Returns:
- possible object is
String
-
setCallByValue
public void setCallByValue(String value)
Sets the value of the callByValue property.- Parameters:
value- allowed object isString
-
getExceptionOnRollback
public String getExceptionOnRollback()
Gets the value of the exceptionOnRollback property.- Returns:
- possible object is
String
-
setExceptionOnRollback
public void setExceptionOnRollback(String value)
Sets the value of the exceptionOnRollback property.- Parameters:
value- allowed object isString
-
getTimerPersistence
public String getTimerPersistence()
Gets the value of the timerPersistence property.- Returns:
- possible object is
String
-
setTimerPersistence
public void setTimerPersistence(String value)
Sets the value of the timerPersistence property.- Parameters:
value- allowed object isString
-
getConfigurationName
public String getConfigurationName()
Gets the value of the configurationName property.- Returns:
- possible object is
String
-
setConfigurationName
public void setConfigurationName(String value)
Sets the value of the configurationName property.- Parameters:
value- allowed object isString
-
getInvokerBindings
public InvokerBindings getInvokerBindings()
Gets the value of the invokerBindings property.- Returns:
- possible object is
InvokerBindings
-
setInvokerBindings
public void setInvokerBindings(InvokerBindings value)
Sets the value of the invokerBindings property.- Parameters:
value- allowed object isInvokerBindings
-
getSecurityProxy
public String getSecurityProxy()
Gets the value of the securityProxy property.- Returns:
- possible object is
String
-
setSecurityProxy
public void setSecurityProxy(String value)
Sets the value of the securityProxy property.- Parameters:
value- allowed object isString
-
getEjbRef
public List<EjbRef> getEjbRef()
Gets the value of the ejbRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the ejbRef property. For example, to add a new item, do as follows:getEjbRef().add(newItem);Objects of the following type(s) are allowed in the listEjbRef
-
getEjbLocalRef
public List<EjbLocalRef> getEjbLocalRef()
Gets the value of the ejbLocalRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the ejbLocalRef property. For example, to add a new item, do as follows:getEjbLocalRef().add(newItem);Objects of the following type(s) are allowed in the listEjbLocalRef
-
getServiceRef
public List<ServiceRef> getServiceRef()
Gets the value of the serviceRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the serviceRef property. For example, to add a new item, do as follows:getServiceRef().add(newItem);Objects of the following type(s) are allowed in the listServiceRef
-
getSecurityIdentity
public SecurityIdentity getSecurityIdentity()
Gets the value of the securityIdentity property.- Returns:
- possible object is
SecurityIdentity
-
setSecurityIdentity
public void setSecurityIdentity(SecurityIdentity value)
Sets the value of the securityIdentity property.- Parameters:
value- allowed object isSecurityIdentity
-
getResourceRef
public List<ResourceRef> getResourceRef()
Gets the value of the resourceRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the resourceRef property. For example, to add a new item, do as follows:getResourceRef().add(newItem);Objects of the following type(s) are allowed in the listResourceRef
-
getResourceEnvRef
public List<ResourceEnvRef> getResourceEnvRef()
Gets the value of the resourceEnvRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the resourceEnvRef property. For example, to add a new item, do as follows:getResourceEnvRef().add(newItem);Objects of the following type(s) are allowed in the listResourceEnvRef
-
getMessageDestinationRef
public List<MessageDestinationRef> getMessageDestinationRef()
Gets the value of the messageDestinationRef property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the messageDestinationRef property. For example, to add a new item, do as follows:getMessageDestinationRef().add(newItem);Objects of the following type(s) are allowed in the listMessageDestinationRef
-
getClustered
public String getClustered()
Gets the value of the clustered property.- Returns:
- possible object is
String
-
setClustered
public void setClustered(String value)
Sets the value of the clustered property.- Parameters:
value- allowed object isString
-
getClusterConfig
public ClusterConfig getClusterConfig()
Gets the value of the clusterConfig property.- Returns:
- possible object is
ClusterConfig
-
setClusterConfig
public void setClusterConfig(ClusterConfig value)
Sets the value of the clusterConfig property.- Parameters:
value- allowed object isClusterConfig
-
getMethodAttributes
public MethodAttributes getMethodAttributes()
Gets the value of the methodAttributes property.- Returns:
- possible object is
MethodAttributes
-
setMethodAttributes
public void setMethodAttributes(MethodAttributes value)
Sets the value of the methodAttributes property.- Parameters:
value- allowed object isMethodAttributes
-
getDepends
public List<Depends> getDepends()
Gets the value of the depends property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the depends property. For example, to add a new item, do as follows:getDepends().add(newItem);Objects of the following type(s) are allowed in the listDepends
-
getIorSecurityConfig
public IorSecurityConfig getIorSecurityConfig()
Gets the value of the iorSecurityConfig property.- Returns:
- possible object is
IorSecurityConfig
-
setIorSecurityConfig
public void setIorSecurityConfig(IorSecurityConfig value)
Sets the value of the iorSecurityConfig property.- Parameters:
value- allowed object isIorSecurityConfig
-
getPortComponent
public List<PortComponent> getPortComponent()
Gets the value of the portComponent property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the portComponent property. For example, to add a new item, do as follows:getPortComponent().add(newItem);Objects of the following type(s) are allowed in the listPortComponent
-
getEjbTimeoutIdentity
public EjbTimeoutIdentity getEjbTimeoutIdentity()
Gets the value of the ejbTimeoutIdentity property.- Returns:
- possible object is
EjbTimeoutIdentity
-
setEjbTimeoutIdentity
public void setEjbTimeoutIdentity(EjbTimeoutIdentity value)
Sets the value of the ejbTimeoutIdentity property.- Parameters:
value- allowed object isEjbTimeoutIdentity
-
-