public class WeblogicEnterpriseBean
extends java.lang.Object
Java class for weblogic-enterprise-bean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="weblogic-enterprise-bean"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ejb-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <choice minOccurs="0"> <element name="entity-descriptor" type="{http://www.bea.com/ns/weblogic/90}entity-descriptor"/> <element name="stateless-session-descriptor" type="{http://www.bea.com/ns/weblogic/90}stateless-session-descriptor"/> <element name="stateful-session-descriptor" type="{http://www.bea.com/ns/weblogic/90}stateful-session-descriptor"/> <element name="message-driven-descriptor" type="{http://www.bea.com/ns/weblogic/90}message-driven-descriptor"/> </choice> <element name="transaction-descriptor" type="{http://www.bea.com/ns/weblogic/90}transaction-descriptor" minOccurs="0"/> <element name="iiop-security-descriptor" type="{http://www.bea.com/ns/weblogic/90}iiop-security-descriptor" minOccurs="0"/> <group ref="{http://www.bea.com/ns/weblogic/90}reference-descriptorGroup"/> <element name="enable-call-by-reference" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="network-access-point" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="clients-on-same-server" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="run-as-principal-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="create-as-principal-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="remove-as-principal-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="passivate-as-principal-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="local-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dispatch-policy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="remote-client-timeout" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
WeblogicEnterpriseBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getClientsOnSameServer()
Gets the value of the clientsOnSameServer property.
|
java.lang.String |
getCreateAsPrincipalName()
Gets the value of the createAsPrincipalName property.
|
java.lang.String |
getDispatchPolicy()
Gets the value of the dispatchPolicy property.
|
java.lang.String |
getEjbName()
Gets the value of the ejbName property.
|
java.util.List<EjbReferenceDescription> |
getEjbReferenceDescription()
Gets the value of the ejbReferenceDescription property.
|
java.lang.Boolean |
getEnableCallByReference()
Gets the value of the enableCallByReference property.
|
EntityDescriptor |
getEntityDescriptor()
Gets the value of the entityDescriptor property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
IiopSecurityDescriptor |
getIiopSecurityDescriptor()
Gets the value of the iiopSecurityDescriptor property.
|
java.lang.String |
getJndiName()
Gets the value of the jndiName property.
|
java.lang.String |
getLocalJndiName()
Gets the value of the localJndiName property.
|
MessageDrivenDescriptor |
getMessageDrivenDescriptor()
Gets the value of the messageDrivenDescriptor property.
|
java.lang.String |
getNetworkAccessPoint()
Gets the value of the networkAccessPoint property.
|
java.lang.String |
getPassivateAsPrincipalName()
Gets the value of the passivateAsPrincipalName property.
|
ReferenceDescriptor |
getReferenceDescriptor() |
java.math.BigInteger |
getRemoteClientTimeout()
Gets the value of the remoteClientTimeout property.
|
java.lang.String |
getRemoveAsPrincipalName()
Gets the value of the removeAsPrincipalName property.
|
java.util.List<ResourceDescription> |
getResourceDescription()
Gets the value of the resourceDescription property.
|
java.util.List<ResourceEnvDescription> |
getResourceEnvDescription()
Gets the value of the resourceEnvDescription property.
|
java.lang.String |
getRunAsPrincipalName()
Gets the value of the runAsPrincipalName property.
|
java.util.List<ServiceReferenceDescription> |
getServiceReferenceDescription()
Gets the value of the serviceReferenceDescription property.
|
StatefulSessionDescriptor |
getStatefulSessionDescriptor()
Gets the value of the statefulSessionDescriptor property.
|
StatelessSessionDescriptor |
getStatelessSessionDescriptor()
Gets the value of the statelessSessionDescriptor property.
|
TransactionDescriptor |
getTransactionDescriptor()
Gets the value of the transactionDescriptor property.
|
void |
setClientsOnSameServer(java.lang.Boolean value)
Sets the value of the clientsOnSameServer property.
|
void |
setCreateAsPrincipalName(java.lang.String value)
Sets the value of the createAsPrincipalName property.
|
void |
setDispatchPolicy(java.lang.String value)
Sets the value of the dispatchPolicy property.
|
void |
setEjbName(java.lang.String value)
Sets the value of the ejbName property.
|
void |
setEnableCallByReference(java.lang.Boolean value)
Sets the value of the enableCallByReference property.
|
void |
setEntityDescriptor(EntityDescriptor value)
Sets the value of the entityDescriptor property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIiopSecurityDescriptor(IiopSecurityDescriptor value)
Sets the value of the iiopSecurityDescriptor property.
|
void |
setJndiName(java.lang.String value)
Sets the value of the jndiName property.
|
void |
setLocalJndiName(java.lang.String value)
Sets the value of the localJndiName property.
|
void |
setMessageDrivenDescriptor(MessageDrivenDescriptor value)
Sets the value of the messageDrivenDescriptor property.
|
void |
setNetworkAccessPoint(java.lang.String value)
Sets the value of the networkAccessPoint property.
|
void |
setPassivateAsPrincipalName(java.lang.String value)
Sets the value of the passivateAsPrincipalName property.
|
void |
setReferenceDescriptor(ReferenceDescriptor referenceDescriptor) |
void |
setRemoteClientTimeout(java.math.BigInteger value)
Sets the value of the remoteClientTimeout property.
|
void |
setRemoveAsPrincipalName(java.lang.String value)
Sets the value of the removeAsPrincipalName property.
|
void |
setRunAsPrincipalName(java.lang.String value)
Sets the value of the runAsPrincipalName property.
|
void |
setStatefulSessionDescriptor(StatefulSessionDescriptor value)
Sets the value of the statefulSessionDescriptor property.
|
void |
setStatelessSessionDescriptor(StatelessSessionDescriptor value)
Sets the value of the statelessSessionDescriptor property.
|
void |
setTransactionDescriptor(TransactionDescriptor value)
Sets the value of the transactionDescriptor property.
|
protected java.lang.String ejbName
protected EntityDescriptor entityDescriptor
protected StatelessSessionDescriptor statelessSessionDescriptor
protected StatefulSessionDescriptor statefulSessionDescriptor
protected MessageDrivenDescriptor messageDrivenDescriptor
protected TransactionDescriptor transactionDescriptor
protected IiopSecurityDescriptor iiopSecurityDescriptor
protected ReferenceDescriptor referenceDescriptor
protected java.util.List<ResourceDescription> resourceDescription
protected java.util.List<ResourceEnvDescription> resourceEnvDescription
protected java.util.List<EjbReferenceDescription> ejbReferenceDescription
protected java.util.List<ServiceReferenceDescription> serviceReferenceDescription
protected java.lang.Boolean enableCallByReference
protected java.lang.String networkAccessPoint
protected java.lang.Boolean clientsOnSameServer
protected java.lang.String runAsPrincipalName
protected java.lang.String createAsPrincipalName
protected java.lang.String removeAsPrincipalName
protected java.lang.String passivateAsPrincipalName
protected java.lang.String jndiName
protected java.lang.String localJndiName
protected java.lang.String dispatchPolicy
protected java.math.BigInteger remoteClientTimeout
protected java.lang.String id
public java.lang.String getEjbName()
String
public void setEjbName(java.lang.String value)
value
- allowed object is
String
public EntityDescriptor getEntityDescriptor()
EntityDescriptor
public void setEntityDescriptor(EntityDescriptor value)
value
- allowed object is
EntityDescriptor
public StatelessSessionDescriptor getStatelessSessionDescriptor()
StatelessSessionDescriptor
public void setStatelessSessionDescriptor(StatelessSessionDescriptor value)
value
- allowed object is
StatelessSessionDescriptor
public StatefulSessionDescriptor getStatefulSessionDescriptor()
StatefulSessionDescriptor
public void setStatefulSessionDescriptor(StatefulSessionDescriptor value)
value
- allowed object is
StatefulSessionDescriptor
public MessageDrivenDescriptor getMessageDrivenDescriptor()
MessageDrivenDescriptor
public void setMessageDrivenDescriptor(MessageDrivenDescriptor value)
value
- allowed object is
MessageDrivenDescriptor
public TransactionDescriptor getTransactionDescriptor()
TransactionDescriptor
public void setTransactionDescriptor(TransactionDescriptor value)
value
- allowed object is
TransactionDescriptor
public IiopSecurityDescriptor getIiopSecurityDescriptor()
IiopSecurityDescriptor
public void setIiopSecurityDescriptor(IiopSecurityDescriptor value)
value
- allowed object is
IiopSecurityDescriptor
public ReferenceDescriptor getReferenceDescriptor()
public void setReferenceDescriptor(ReferenceDescriptor referenceDescriptor)
public java.util.List<ResourceDescription> getResourceDescription()
set
method for the resourceDescription property.
For example, to add a new item, do as follows:
getResourceDescription().add(newItem);Objects of the following type(s) are allowed in the list
ResourceDescription
public java.util.List<ResourceEnvDescription> getResourceEnvDescription()
set
method for the resourceEnvDescription property.
For example, to add a new item, do as follows:
getResourceEnvDescription().add(newItem);Objects of the following type(s) are allowed in the list
ResourceEnvDescription
public java.util.List<EjbReferenceDescription> getEjbReferenceDescription()
set
method for the ejbReferenceDescription property.
For example, to add a new item, do as follows:
getEjbReferenceDescription().add(newItem);Objects of the following type(s) are allowed in the list
EjbReferenceDescription
public java.util.List<ServiceReferenceDescription> getServiceReferenceDescription()
set
method for the serviceReferenceDescription property.
For example, to add a new item, do as follows:
getServiceReferenceDescription().add(newItem);Objects of the following type(s) are allowed in the list
ServiceReferenceDescription
public java.lang.Boolean getEnableCallByReference()
Boolean
public void setEnableCallByReference(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getNetworkAccessPoint()
String
public void setNetworkAccessPoint(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getClientsOnSameServer()
Boolean
public void setClientsOnSameServer(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getRunAsPrincipalName()
String
public void setRunAsPrincipalName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCreateAsPrincipalName()
String
public void setCreateAsPrincipalName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRemoveAsPrincipalName()
String
public void setRemoveAsPrincipalName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPassivateAsPrincipalName()
String
public void setPassivateAsPrincipalName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJndiName()
String
public void setJndiName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocalJndiName()
String
public void setLocalJndiName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDispatchPolicy()
String
public void setDispatchPolicy(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getRemoteClientTimeout()
BigInteger
public void setRemoteClientTimeout(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String