public class Session extends EnterpriseBean
<complexType name="Session">
<complexContent>
<extension base="{ejb.xmi}EnterpriseBean">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="serviceEndpoint" type="{java.xmi}JavaClass"/>
</choice>
<attribute name="serviceEndpoint" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sessionType" type="{ejb.xmi}SessionType" />
<attribute name="transactionType" type="{ejb.xmi}TransactionType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
serviceEndpoint |
protected java.util.List<JavaClass> |
serviceEndpoints |
protected SessionEnum |
sessionType |
protected TransactionEnum |
transactionType |
ejbClass, ejbClasses, homeInterface, homeInterfaces, localHomeInterface, localHomeInterfaces, localInterface, localInterfaces, name, remoteInterface, remoteInterfaces, securityIdentities, securityRoleRefsejbLocalRefs, ejbRefs, environmentProperties, messageDestinationRefs, resourceEnvRefs, resourceRefs, serviceRefsdescription, displayName, largeIcon, smallIcondescriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version| Constructor and Description |
|---|
Session() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getServiceEndpoint()
Gets the value of the serviceEndpoint property.
|
java.util.List<JavaClass> |
getServiceEndpoints()
Gets the value of the serviceEndpoints property.
|
SessionEnum |
getSessionType()
Gets the value of the sessionType property.
|
TransactionEnum |
getTransactionType()
Gets the value of the transactionType property.
|
void |
setServiceEndpoint(java.lang.String value)
Sets the value of the serviceEndpoint property.
|
void |
setSessionType(SessionEnum value)
Sets the value of the sessionType property.
|
void |
setTransactionType(TransactionEnum value)
Sets the value of the transactionType property.
|
getEjbClass, getEjbClasses, getHomeInterface, getHomeInterfaces, getLocalHomeInterface, getLocalHomeInterfaces, getLocalInterface, getLocalInterfaces, getName, getRemoteInterface, getRemoteInterfaces, getSecurityIdentities, getSecurityRoleRefs, setEjbClass, setHomeInterface, setLocalHomeInterface, setLocalInterface, setName, setRemoteInterfacegetEjbLocalRefs, getEjbRefs, getEnvironmentProperties, getMessageDestinationRefs, getResourceEnvRefs, getResourceRefs, getServiceRefsgetDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcongetDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersionprotected java.util.List<JavaClass> serviceEndpoints
protected java.lang.String serviceEndpoint
protected SessionEnum sessionType
protected TransactionEnum transactionType
public java.util.List<JavaClass> getServiceEndpoints()
set method for the serviceEndpoints property.
For example, to add a new item, do as follows:
getServiceEndpoints().add(newItem);Objects of the following type(s) are allowed in the list
JavaClasspublic java.lang.String getServiceEndpoint()
Stringpublic void setServiceEndpoint(java.lang.String value)
value - allowed object is Stringpublic SessionEnum getSessionType()
SessionEnumpublic void setSessionType(SessionEnum value)
value - allowed object is SessionEnumpublic TransactionEnum getTransactionType()
TransactionEnumpublic void setTransactionType(TransactionEnum value)
value - allowed object is TransactionEnum