public class Session
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
callByValue |
protected ClusterConfig |
clusterConfig |
protected java.lang.String |
clustered |
protected java.lang.String |
configurationName |
protected java.util.List<Depends> |
depends |
protected java.util.List<EjbLocalRef> |
ejbLocalRef |
protected java.lang.String |
ejbName |
protected java.util.List<EjbRef> |
ejbRef |
protected EjbTimeoutIdentity |
ejbTimeoutIdentity |
protected java.lang.String |
exceptionOnRollback |
protected java.lang.String |
id |
protected InvokerBindings |
invokerBindings |
protected IorSecurityConfig |
iorSecurityConfig |
protected JndiName |
jndiName |
protected java.lang.String |
localJndiName |
protected java.util.List<MessageDestinationRef> |
messageDestinationRef |
protected MethodAttributes |
methodAttributes |
protected java.util.List<PortComponent> |
portComponent |
protected java.util.List<ResourceEnvRef> |
resourceEnvRef |
protected java.util.List<ResourceRef> |
resourceRef |
protected SecurityIdentity |
securityIdentity |
protected java.lang.String |
securityProxy |
protected java.util.List<ServiceRef> |
serviceRef |
protected java.lang.String |
timerPersistence |
Constructor and Description |
---|
Session() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCallByValue()
Gets the value of the callByValue property.
|
ClusterConfig |
getClusterConfig()
Gets the value of the clusterConfig property.
|
java.lang.String |
getClustered()
Gets the value of the clustered property.
|
java.lang.String |
getConfigurationName()
Gets the value of the configurationName property.
|
java.util.List<Depends> |
getDepends()
Gets the value of the depends property.
|
java.util.List<EjbLocalRef> |
getEjbLocalRef()
Gets the value of the ejbLocalRef property.
|
java.lang.String |
getEjbName()
Gets the value of the ejbName property.
|
java.util.List<EjbRef> |
getEjbRef()
Gets the value of the ejbRef property.
|
EjbTimeoutIdentity |
getEjbTimeoutIdentity()
Gets the value of the ejbTimeoutIdentity property.
|
java.lang.String |
getExceptionOnRollback()
Gets the value of the exceptionOnRollback property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
InvokerBindings |
getInvokerBindings()
Gets the value of the invokerBindings property.
|
IorSecurityConfig |
getIorSecurityConfig()
Gets the value of the iorSecurityConfig property.
|
JndiName |
getJndiName()
Gets the value of the jndiName property.
|
java.lang.String |
getLocalJndiName()
Gets the value of the localJndiName property.
|
java.util.List<MessageDestinationRef> |
getMessageDestinationRef()
Gets the value of the messageDestinationRef property.
|
MethodAttributes |
getMethodAttributes()
Gets the value of the methodAttributes property.
|
java.util.List<PortComponent> |
getPortComponent()
Gets the value of the portComponent property.
|
java.util.List<ResourceEnvRef> |
getResourceEnvRef()
Gets the value of the resourceEnvRef property.
|
java.util.List<ResourceRef> |
getResourceRef()
Gets the value of the resourceRef property.
|
SecurityIdentity |
getSecurityIdentity()
Gets the value of the securityIdentity property.
|
java.lang.String |
getSecurityProxy()
Gets the value of the securityProxy property.
|
java.util.List<ServiceRef> |
getServiceRef()
Gets the value of the serviceRef property.
|
java.lang.String |
getTimerPersistence()
Gets the value of the timerPersistence property.
|
void |
setCallByValue(java.lang.String value)
Sets the value of the callByValue property.
|
void |
setClusterConfig(ClusterConfig value)
Sets the value of the clusterConfig property.
|
void |
setClustered(java.lang.String value)
Sets the value of the clustered property.
|
void |
setConfigurationName(java.lang.String value)
Sets the value of the configurationName property.
|
void |
setEjbName(java.lang.String value)
Sets the value of the ejbName property.
|
void |
setEjbTimeoutIdentity(EjbTimeoutIdentity value)
Sets the value of the ejbTimeoutIdentity property.
|
void |
setExceptionOnRollback(java.lang.String value)
Sets the value of the exceptionOnRollback property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setInvokerBindings(InvokerBindings value)
Sets the value of the invokerBindings property.
|
void |
setIorSecurityConfig(IorSecurityConfig value)
Sets the value of the iorSecurityConfig property.
|
void |
setJndiName(JndiName value)
Sets the value of the jndiName property.
|
void |
setLocalJndiName(java.lang.String value)
Sets the value of the localJndiName property.
|
void |
setMethodAttributes(MethodAttributes value)
Sets the value of the methodAttributes property.
|
void |
setSecurityIdentity(SecurityIdentity value)
Sets the value of the securityIdentity property.
|
void |
setSecurityProxy(java.lang.String value)
Sets the value of the securityProxy property.
|
void |
setTimerPersistence(java.lang.String value)
Sets the value of the timerPersistence property.
|
protected java.lang.String id
protected java.lang.String ejbName
protected JndiName jndiName
protected java.lang.String localJndiName
protected java.lang.String callByValue
protected java.lang.String exceptionOnRollback
protected java.lang.String timerPersistence
protected java.lang.String configurationName
protected InvokerBindings invokerBindings
protected java.lang.String securityProxy
protected java.util.List<EjbRef> ejbRef
protected java.util.List<EjbLocalRef> ejbLocalRef
protected java.util.List<ServiceRef> serviceRef
protected SecurityIdentity securityIdentity
protected java.util.List<ResourceRef> resourceRef
protected java.util.List<ResourceEnvRef> resourceEnvRef
protected java.util.List<MessageDestinationRef> messageDestinationRef
protected java.lang.String clustered
protected ClusterConfig clusterConfig
protected MethodAttributes methodAttributes
protected java.util.List<Depends> depends
protected IorSecurityConfig iorSecurityConfig
protected java.util.List<PortComponent> portComponent
protected EjbTimeoutIdentity ejbTimeoutIdentity
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEjbName()
String
public void setEjbName(java.lang.String value)
value
- allowed object is
String
public JndiName getJndiName()
JndiName
public void setJndiName(JndiName value)
value
- allowed object is
JndiName
public java.lang.String getLocalJndiName()
String
public void setLocalJndiName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCallByValue()
String
public void setCallByValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExceptionOnRollback()
String
public void setExceptionOnRollback(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTimerPersistence()
String
public void setTimerPersistence(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConfigurationName()
String
public void setConfigurationName(java.lang.String value)
value
- allowed object is
String
public InvokerBindings getInvokerBindings()
InvokerBindings
public void setInvokerBindings(InvokerBindings value)
value
- allowed object is
InvokerBindings
public java.lang.String getSecurityProxy()
String
public void setSecurityProxy(java.lang.String value)
value
- allowed object is
String
public java.util.List<EjbRef> getEjbRef()
set
method 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 list
EjbRef
public java.util.List<EjbLocalRef> getEjbLocalRef()
set
method 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 list
EjbLocalRef
public java.util.List<ServiceRef> getServiceRef()
set
method 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 list
ServiceRef
public SecurityIdentity getSecurityIdentity()
SecurityIdentity
public void setSecurityIdentity(SecurityIdentity value)
value
- allowed object is
SecurityIdentity
public java.util.List<ResourceRef> getResourceRef()
set
method 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 list
ResourceRef
public java.util.List<ResourceEnvRef> getResourceEnvRef()
set
method 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 list
ResourceEnvRef
public java.util.List<MessageDestinationRef> getMessageDestinationRef()
set
method 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 list
MessageDestinationRef
public java.lang.String getClustered()
String
public void setClustered(java.lang.String value)
value
- allowed object is
String
public ClusterConfig getClusterConfig()
ClusterConfig
public void setClusterConfig(ClusterConfig value)
value
- allowed object is
ClusterConfig
public MethodAttributes getMethodAttributes()
MethodAttributes
public void setMethodAttributes(MethodAttributes value)
value
- allowed object is
MethodAttributes
public java.util.List<Depends> getDepends()
set
method 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 list
Depends
public IorSecurityConfig getIorSecurityConfig()
IorSecurityConfig
public void setIorSecurityConfig(IorSecurityConfig value)
value
- allowed object is
IorSecurityConfig
public java.util.List<PortComponent> getPortComponent()
set
method 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 list
PortComponent
public EjbTimeoutIdentity getEjbTimeoutIdentity()
EjbTimeoutIdentity
public void setEjbTimeoutIdentity(EjbTimeoutIdentity value)
value
- allowed object is
EjbTimeoutIdentity