org.apache.openejb.jee.wls
Class WeblogicEnterpriseBean

java.lang.Object
  extended by org.apache.openejb.jee.wls.WeblogicEnterpriseBean

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>
 


Field Summary
protected  Boolean clientsOnSameServer
           
protected  String createAsPrincipalName
           
protected  String dispatchPolicy
           
protected  String ejbName
           
protected  List<EjbReferenceDescription> ejbReferenceDescription
           
protected  Boolean enableCallByReference
           
protected  EntityDescriptor entityDescriptor
           
protected  String id
           
protected  IiopSecurityDescriptor iiopSecurityDescriptor
           
protected  String jndiName
           
protected  String localJndiName
           
protected  MessageDrivenDescriptor messageDrivenDescriptor
           
protected  String networkAccessPoint
           
protected  String passivateAsPrincipalName
           
protected  ReferenceDescriptor referenceDescriptor
           
protected  BigInteger remoteClientTimeout
           
protected  String removeAsPrincipalName
           
protected  List<ResourceDescription> resourceDescription
           
protected  List<ResourceEnvDescription> resourceEnvDescription
           
protected  String runAsPrincipalName
           
protected  List<ServiceReferenceDescription> serviceReferenceDescription
           
protected  StatefulSessionDescriptor statefulSessionDescriptor
           
protected  StatelessSessionDescriptor statelessSessionDescriptor
           
protected  TransactionDescriptor transactionDescriptor
           
 
Constructor Summary
WeblogicEnterpriseBean()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbName

protected String ejbName

entityDescriptor

protected EntityDescriptor entityDescriptor

statelessSessionDescriptor

protected StatelessSessionDescriptor statelessSessionDescriptor

statefulSessionDescriptor

protected StatefulSessionDescriptor statefulSessionDescriptor

messageDrivenDescriptor

protected MessageDrivenDescriptor messageDrivenDescriptor

transactionDescriptor

protected TransactionDescriptor transactionDescriptor

iiopSecurityDescriptor

protected IiopSecurityDescriptor iiopSecurityDescriptor

referenceDescriptor

protected ReferenceDescriptor referenceDescriptor

resourceDescription

protected List<ResourceDescription> resourceDescription

resourceEnvDescription

protected List<ResourceEnvDescription> resourceEnvDescription

ejbReferenceDescription

protected List<EjbReferenceDescription> ejbReferenceDescription

serviceReferenceDescription

protected List<ServiceReferenceDescription> serviceReferenceDescription

enableCallByReference

protected Boolean enableCallByReference

networkAccessPoint

protected String networkAccessPoint

clientsOnSameServer

protected Boolean clientsOnSameServer

runAsPrincipalName

protected String runAsPrincipalName

createAsPrincipalName

protected String createAsPrincipalName

removeAsPrincipalName

protected String removeAsPrincipalName

passivateAsPrincipalName

protected String passivateAsPrincipalName

jndiName

protected String jndiName

localJndiName

protected String localJndiName

dispatchPolicy

protected String dispatchPolicy

remoteClientTimeout

protected BigInteger remoteClientTimeout

id

protected String id
Constructor Detail

WeblogicEnterpriseBean

public WeblogicEnterpriseBean()
Method Detail

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 is String

getEntityDescriptor

public EntityDescriptor getEntityDescriptor()
Gets the value of the entityDescriptor property.

Returns:
possible object is EntityDescriptor

setEntityDescriptor

public void setEntityDescriptor(EntityDescriptor value)
Sets the value of the entityDescriptor property.

Parameters:
value - allowed object is EntityDescriptor

getStatelessSessionDescriptor

public StatelessSessionDescriptor getStatelessSessionDescriptor()
Gets the value of the statelessSessionDescriptor property.

Returns:
possible object is StatelessSessionDescriptor

setStatelessSessionDescriptor

public void setStatelessSessionDescriptor(StatelessSessionDescriptor value)
Sets the value of the statelessSessionDescriptor property.

Parameters:
value - allowed object is StatelessSessionDescriptor

getStatefulSessionDescriptor

public StatefulSessionDescriptor getStatefulSessionDescriptor()
Gets the value of the statefulSessionDescriptor property.

Returns:
possible object is StatefulSessionDescriptor

setStatefulSessionDescriptor

public void setStatefulSessionDescriptor(StatefulSessionDescriptor value)
Sets the value of the statefulSessionDescriptor property.

Parameters:
value - allowed object is StatefulSessionDescriptor

getMessageDrivenDescriptor

public MessageDrivenDescriptor getMessageDrivenDescriptor()
Gets the value of the messageDrivenDescriptor property.

Returns:
possible object is MessageDrivenDescriptor

setMessageDrivenDescriptor

public void setMessageDrivenDescriptor(MessageDrivenDescriptor value)
Sets the value of the messageDrivenDescriptor property.

Parameters:
value - allowed object is MessageDrivenDescriptor

getTransactionDescriptor

public TransactionDescriptor getTransactionDescriptor()
Gets the value of the transactionDescriptor property.

Returns:
possible object is TransactionDescriptor

setTransactionDescriptor

public void setTransactionDescriptor(TransactionDescriptor value)
Sets the value of the transactionDescriptor property.

Parameters:
value - allowed object is TransactionDescriptor

getIiopSecurityDescriptor

public IiopSecurityDescriptor getIiopSecurityDescriptor()
Gets the value of the iiopSecurityDescriptor property.

Returns:
possible object is IiopSecurityDescriptor

setIiopSecurityDescriptor

public void setIiopSecurityDescriptor(IiopSecurityDescriptor value)
Sets the value of the iiopSecurityDescriptor property.

Parameters:
value - allowed object is IiopSecurityDescriptor

getReferenceDescriptor

public ReferenceDescriptor getReferenceDescriptor()

setReferenceDescriptor

public void setReferenceDescriptor(ReferenceDescriptor referenceDescriptor)

getResourceDescription

public List<ResourceDescription> getResourceDescription()
Gets the value of the resourceDescription 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 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


getResourceEnvDescription

public List<ResourceEnvDescription> getResourceEnvDescription()
Gets the value of the resourceEnvDescription 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 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


getEjbReferenceDescription

public List<EjbReferenceDescription> getEjbReferenceDescription()
Gets the value of the ejbReferenceDescription 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 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


getServiceReferenceDescription

public List<ServiceReferenceDescription> getServiceReferenceDescription()
Gets the value of the serviceReferenceDescription 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 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


getEnableCallByReference

public Boolean getEnableCallByReference()
Gets the value of the enableCallByReference property.

Returns:
possible object is Boolean

setEnableCallByReference

public void setEnableCallByReference(Boolean value)
Sets the value of the enableCallByReference property.

Parameters:
value - allowed object is Boolean

getNetworkAccessPoint

public String getNetworkAccessPoint()
Gets the value of the networkAccessPoint property.

Returns:
possible object is String

setNetworkAccessPoint

public void setNetworkAccessPoint(String value)
Sets the value of the networkAccessPoint property.

Parameters:
value - allowed object is String

getClientsOnSameServer

public Boolean getClientsOnSameServer()
Gets the value of the clientsOnSameServer property.

Returns:
possible object is Boolean

setClientsOnSameServer

public void setClientsOnSameServer(Boolean value)
Sets the value of the clientsOnSameServer property.

Parameters:
value - allowed object is Boolean

getRunAsPrincipalName

public String getRunAsPrincipalName()
Gets the value of the runAsPrincipalName property.

Returns:
possible object is String

setRunAsPrincipalName

public void setRunAsPrincipalName(String value)
Sets the value of the runAsPrincipalName property.

Parameters:
value - allowed object is String

getCreateAsPrincipalName

public String getCreateAsPrincipalName()
Gets the value of the createAsPrincipalName property.

Returns:
possible object is String

setCreateAsPrincipalName

public void setCreateAsPrincipalName(String value)
Sets the value of the createAsPrincipalName property.

Parameters:
value - allowed object is String

getRemoveAsPrincipalName

public String getRemoveAsPrincipalName()
Gets the value of the removeAsPrincipalName property.

Returns:
possible object is String

setRemoveAsPrincipalName

public void setRemoveAsPrincipalName(String value)
Sets the value of the removeAsPrincipalName property.

Parameters:
value - allowed object is String

getPassivateAsPrincipalName

public String getPassivateAsPrincipalName()
Gets the value of the passivateAsPrincipalName property.

Returns:
possible object is String

setPassivateAsPrincipalName

public void setPassivateAsPrincipalName(String value)
Sets the value of the passivateAsPrincipalName property.

Parameters:
value - allowed object is String

getJndiName

public String getJndiName()
Gets the value of the jndiName property.

Returns:
possible object is String

setJndiName

public void setJndiName(String value)
Sets the value of the jndiName property.

Parameters:
value - allowed object is String

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 is String

getDispatchPolicy

public String getDispatchPolicy()
Gets the value of the dispatchPolicy property.

Returns:
possible object is String

setDispatchPolicy

public void setDispatchPolicy(String value)
Sets the value of the dispatchPolicy property.

Parameters:
value - allowed object is String

getRemoteClientTimeout

public BigInteger getRemoteClientTimeout()
Gets the value of the remoteClientTimeout property.

Returns:
possible object is BigInteger

setRemoteClientTimeout

public void setRemoteClientTimeout(BigInteger value)
Sets the value of the remoteClientTimeout property.

Parameters:
value - allowed object is BigInteger

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.