public class WeblogicEnterpriseBean extends 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 |
|---|---|
Boolean |
getClientsOnSameServer()
Gets the value of the clientsOnSameServer property.
|
String |
getCreateAsPrincipalName()
Gets the value of the createAsPrincipalName property.
|
String |
getDispatchPolicy()
Gets the value of the dispatchPolicy property.
|
String |
getEjbName()
Gets the value of the ejbName property.
|
List<EjbReferenceDescription> |
getEjbReferenceDescription()
Gets the value of the ejbReferenceDescription property.
|
Boolean |
getEnableCallByReference()
Gets the value of the enableCallByReference property.
|
EntityDescriptor |
getEntityDescriptor()
Gets the value of the entityDescriptor property.
|
String |
getId()
Gets the value of the id property.
|
IiopSecurityDescriptor |
getIiopSecurityDescriptor()
Gets the value of the iiopSecurityDescriptor property.
|
String |
getJndiName()
Gets the value of the jndiName property.
|
String |
getLocalJndiName()
Gets the value of the localJndiName property.
|
MessageDrivenDescriptor |
getMessageDrivenDescriptor()
Gets the value of the messageDrivenDescriptor property.
|
String |
getNetworkAccessPoint()
Gets the value of the networkAccessPoint property.
|
String |
getPassivateAsPrincipalName()
Gets the value of the passivateAsPrincipalName property.
|
ReferenceDescriptor |
getReferenceDescriptor() |
BigInteger |
getRemoteClientTimeout()
Gets the value of the remoteClientTimeout property.
|
String |
getRemoveAsPrincipalName()
Gets the value of the removeAsPrincipalName property.
|
List<ResourceDescription> |
getResourceDescription()
Gets the value of the resourceDescription property.
|
List<ResourceEnvDescription> |
getResourceEnvDescription()
Gets the value of the resourceEnvDescription property.
|
String |
getRunAsPrincipalName()
Gets the value of the runAsPrincipalName property.
|
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(Boolean value)
Sets the value of the clientsOnSameServer property.
|
void |
setCreateAsPrincipalName(String value)
Sets the value of the createAsPrincipalName property.
|
void |
setDispatchPolicy(String value)
Sets the value of the dispatchPolicy property.
|
void |
setEjbName(String value)
Sets the value of the ejbName property.
|
void |
setEnableCallByReference(Boolean value)
Sets the value of the enableCallByReference property.
|
void |
setEntityDescriptor(EntityDescriptor value)
Sets the value of the entityDescriptor property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIiopSecurityDescriptor(IiopSecurityDescriptor value)
Sets the value of the iiopSecurityDescriptor property.
|
void |
setJndiName(String value)
Sets the value of the jndiName property.
|
void |
setLocalJndiName(String value)
Sets the value of the localJndiName property.
|
void |
setMessageDrivenDescriptor(MessageDrivenDescriptor value)
Sets the value of the messageDrivenDescriptor property.
|
void |
setNetworkAccessPoint(String value)
Sets the value of the networkAccessPoint property.
|
void |
setPassivateAsPrincipalName(String value)
Sets the value of the passivateAsPrincipalName property.
|
void |
setReferenceDescriptor(ReferenceDescriptor referenceDescriptor) |
void |
setRemoteClientTimeout(BigInteger value)
Sets the value of the remoteClientTimeout property.
|
void |
setRemoveAsPrincipalName(String value)
Sets the value of the removeAsPrincipalName property.
|
void |
setRunAsPrincipalName(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 String ejbName
protected EntityDescriptor entityDescriptor
protected StatelessSessionDescriptor statelessSessionDescriptor
protected StatefulSessionDescriptor statefulSessionDescriptor
protected MessageDrivenDescriptor messageDrivenDescriptor
protected TransactionDescriptor transactionDescriptor
protected IiopSecurityDescriptor iiopSecurityDescriptor
protected ReferenceDescriptor referenceDescriptor
protected List<ResourceDescription> resourceDescription
protected List<ResourceEnvDescription> resourceEnvDescription
protected List<EjbReferenceDescription> ejbReferenceDescription
protected List<ServiceReferenceDescription> serviceReferenceDescription
protected Boolean enableCallByReference
protected String networkAccessPoint
protected Boolean clientsOnSameServer
protected String runAsPrincipalName
protected String createAsPrincipalName
protected String removeAsPrincipalName
protected String passivateAsPrincipalName
protected String jndiName
protected String localJndiName
protected String dispatchPolicy
protected BigInteger remoteClientTimeout
protected String id
public String getEjbName()
Stringpublic void setEjbName(String value)
value - allowed object is
Stringpublic EntityDescriptor getEntityDescriptor()
EntityDescriptorpublic void setEntityDescriptor(EntityDescriptor value)
value - allowed object is
EntityDescriptorpublic StatelessSessionDescriptor getStatelessSessionDescriptor()
StatelessSessionDescriptorpublic void setStatelessSessionDescriptor(StatelessSessionDescriptor value)
value - allowed object is
StatelessSessionDescriptorpublic StatefulSessionDescriptor getStatefulSessionDescriptor()
StatefulSessionDescriptorpublic void setStatefulSessionDescriptor(StatefulSessionDescriptor value)
value - allowed object is
StatefulSessionDescriptorpublic MessageDrivenDescriptor getMessageDrivenDescriptor()
MessageDrivenDescriptorpublic void setMessageDrivenDescriptor(MessageDrivenDescriptor value)
value - allowed object is
MessageDrivenDescriptorpublic TransactionDescriptor getTransactionDescriptor()
TransactionDescriptorpublic void setTransactionDescriptor(TransactionDescriptor value)
value - allowed object is
TransactionDescriptorpublic IiopSecurityDescriptor getIiopSecurityDescriptor()
IiopSecurityDescriptorpublic void setIiopSecurityDescriptor(IiopSecurityDescriptor value)
value - allowed object is
IiopSecurityDescriptorpublic ReferenceDescriptor getReferenceDescriptor()
public void setReferenceDescriptor(ReferenceDescriptor referenceDescriptor)
public List<ResourceDescription> getResourceDescription()
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 a 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 List<ResourceEnvDescription> getResourceEnvDescription()
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 a 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 List<EjbReferenceDescription> getEjbReferenceDescription()
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 a 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 List<ServiceReferenceDescription> getServiceReferenceDescription()
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 a 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 Boolean getEnableCallByReference()
Booleanpublic void setEnableCallByReference(Boolean value)
value - allowed object is
Booleanpublic String getNetworkAccessPoint()
Stringpublic void setNetworkAccessPoint(String value)
value - allowed object is
Stringpublic Boolean getClientsOnSameServer()
Booleanpublic void setClientsOnSameServer(Boolean value)
value - allowed object is
Booleanpublic String getRunAsPrincipalName()
Stringpublic void setRunAsPrincipalName(String value)
value - allowed object is
Stringpublic String getCreateAsPrincipalName()
Stringpublic void setCreateAsPrincipalName(String value)
value - allowed object is
Stringpublic String getRemoveAsPrincipalName()
Stringpublic void setRemoveAsPrincipalName(String value)
value - allowed object is
Stringpublic String getPassivateAsPrincipalName()
Stringpublic void setPassivateAsPrincipalName(String value)
value - allowed object is
Stringpublic String getJndiName()
Stringpublic void setJndiName(String value)
value - allowed object is
Stringpublic String getLocalJndiName()
Stringpublic void setLocalJndiName(String value)
value - allowed object is
Stringpublic String getDispatchPolicy()
Stringpublic void setDispatchPolicy(String value)
value - allowed object is
Stringpublic BigInteger getRemoteClientTimeout()
BigIntegerpublic void setRemoteClientTimeout(BigInteger value)
value - allowed object is
BigIntegerCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.