Java Doc for WeblogicEnterpriseBean.java in  » J2EE » openejb3 » org » apache » openejb » jee » wls » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » openejb3 » org.apache.openejb.jee.wls 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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

WeblogicEnterpriseBean
public class WeblogicEnterpriseBean (Code)

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  BooleanclientsOnSameServer
    
protected  StringcreateAsPrincipalName
    
protected  StringdispatchPolicy
    
protected  StringejbName
    
protected  List<EjbReferenceDescription>ejbReferenceDescription
    
protected  BooleanenableCallByReference
    
protected  EntityDescriptorentityDescriptor
    
protected  Stringid
    
protected  IiopSecurityDescriptoriiopSecurityDescriptor
    
protected  StringjndiName
    
protected  StringlocalJndiName
    
protected  MessageDrivenDescriptormessageDrivenDescriptor
    
protected  StringnetworkAccessPoint
    
protected  StringpassivateAsPrincipalName
    
protected  ReferenceDescriptorreferenceDescriptor
    
protected  BigIntegerremoteClientTimeout
    
protected  StringremoveAsPrincipalName
    
protected  List<ResourceDescription>resourceDescription
    
protected  List<ResourceEnvDescription>resourceEnvDescription
    
protected  StringrunAsPrincipalName
    
protected  List<ServiceReferenceDescription>serviceReferenceDescription
    
protected  StatefulSessionDescriptorstatefulSessionDescriptor
    
protected  StatelessSessionDescriptorstatelessSessionDescriptor
    
protected  TransactionDescriptortransactionDescriptor
    


Method Summary
public  BooleangetClientsOnSameServer()
     Gets the value of the clientsOnSameServer property.
public  StringgetCreateAsPrincipalName()
     Gets the value of the createAsPrincipalName property.
public  StringgetDispatchPolicy()
     Gets the value of the dispatchPolicy property.
public  StringgetEjbName()
     Gets the value of the ejbName property.
public  List<EjbReferenceDescription>getEjbReferenceDescription()
     Gets the value of the ejbReferenceDescription property.

This accessor method returns a reference to the live list, not a snapshot.

public  BooleangetEnableCallByReference()
     Gets the value of the enableCallByReference property.
public  EntityDescriptorgetEntityDescriptor()
     Gets the value of the entityDescriptor property.
public  StringgetId()
     Gets the value of the id property.
public  IiopSecurityDescriptorgetIiopSecurityDescriptor()
     Gets the value of the iiopSecurityDescriptor property.
public  StringgetJndiName()
     Gets the value of the jndiName property.
public  StringgetLocalJndiName()
     Gets the value of the localJndiName property.
public  MessageDrivenDescriptorgetMessageDrivenDescriptor()
     Gets the value of the messageDrivenDescriptor property.
public  StringgetNetworkAccessPoint()
     Gets the value of the networkAccessPoint property.
public  StringgetPassivateAsPrincipalName()
     Gets the value of the passivateAsPrincipalName property.
public  ReferenceDescriptorgetReferenceDescriptor()
    
public  BigIntegergetRemoteClientTimeout()
     Gets the value of the remoteClientTimeout property.
public  StringgetRemoveAsPrincipalName()
     Gets the value of the removeAsPrincipalName property.
public  List<ResourceDescription>getResourceDescription()
     Gets the value of the resourceDescription property.

This accessor method returns a reference to the live list, not a snapshot.

public  List<ResourceEnvDescription>getResourceEnvDescription()
     Gets the value of the resourceEnvDescription property.

This accessor method returns a reference to the live list, not a snapshot.

public  StringgetRunAsPrincipalName()
     Gets the value of the runAsPrincipalName property.
public  List<ServiceReferenceDescription>getServiceReferenceDescription()
     Gets the value of the serviceReferenceDescription property.

This accessor method returns a reference to the live list, not a snapshot.

public  StatefulSessionDescriptorgetStatefulSessionDescriptor()
     Gets the value of the statefulSessionDescriptor property.
public  StatelessSessionDescriptorgetStatelessSessionDescriptor()
     Gets the value of the statelessSessionDescriptor property.
public  TransactionDescriptorgetTransactionDescriptor()
     Gets the value of the transactionDescriptor property.
public  voidsetClientsOnSameServer(Boolean value)
     Sets the value of the clientsOnSameServer property.
public  voidsetCreateAsPrincipalName(String value)
     Sets the value of the createAsPrincipalName property.
public  voidsetDispatchPolicy(String value)
     Sets the value of the dispatchPolicy property.
public  voidsetEjbName(String value)
     Sets the value of the ejbName property.
public  voidsetEnableCallByReference(Boolean value)
     Sets the value of the enableCallByReference property.
public  voidsetEntityDescriptor(EntityDescriptor value)
     Sets the value of the entityDescriptor property.
public  voidsetId(String value)
     Sets the value of the id property.
public  voidsetIiopSecurityDescriptor(IiopSecurityDescriptor value)
     Sets the value of the iiopSecurityDescriptor property.
public  voidsetJndiName(String value)
     Sets the value of the jndiName property.
public  voidsetLocalJndiName(String value)
     Sets the value of the localJndiName property.
public  voidsetMessageDrivenDescriptor(MessageDrivenDescriptor value)
     Sets the value of the messageDrivenDescriptor property.
public  voidsetNetworkAccessPoint(String value)
     Sets the value of the networkAccessPoint property.
public  voidsetPassivateAsPrincipalName(String value)
     Sets the value of the passivateAsPrincipalName property.
public  voidsetReferenceDescriptor(ReferenceDescriptor referenceDescriptor)
    
public  voidsetRemoteClientTimeout(BigInteger value)
     Sets the value of the remoteClientTimeout property.
public  voidsetRemoveAsPrincipalName(String value)
     Sets the value of the removeAsPrincipalName property.
public  voidsetRunAsPrincipalName(String value)
     Sets the value of the runAsPrincipalName property.
public  voidsetStatefulSessionDescriptor(StatefulSessionDescriptor value)
     Sets the value of the statefulSessionDescriptor property.
public  voidsetStatelessSessionDescriptor(StatelessSessionDescriptor value)
     Sets the value of the statelessSessionDescriptor property.
public  voidsetTransactionDescriptor(TransactionDescriptor value)
     Sets the value of the transactionDescriptor property.

Field Detail
clientsOnSameServer
protected Boolean clientsOnSameServer(Code)



createAsPrincipalName
protected String createAsPrincipalName(Code)



dispatchPolicy
protected String dispatchPolicy(Code)



ejbName
protected String ejbName(Code)



ejbReferenceDescription
protected List<EjbReferenceDescription> ejbReferenceDescription(Code)



enableCallByReference
protected Boolean enableCallByReference(Code)



entityDescriptor
protected EntityDescriptor entityDescriptor(Code)



id
protected String id(Code)



iiopSecurityDescriptor
protected IiopSecurityDescriptor iiopSecurityDescriptor(Code)



jndiName
protected String jndiName(Code)



localJndiName
protected String localJndiName(Code)



messageDrivenDescriptor
protected MessageDrivenDescriptor messageDrivenDescriptor(Code)



networkAccessPoint
protected String networkAccessPoint(Code)



passivateAsPrincipalName
protected String passivateAsPrincipalName(Code)



referenceDescriptor
protected ReferenceDescriptor referenceDescriptor(Code)



remoteClientTimeout
protected BigInteger remoteClientTimeout(Code)



removeAsPrincipalName
protected String removeAsPrincipalName(Code)



resourceDescription
protected List<ResourceDescription> resourceDescription(Code)



resourceEnvDescription
protected List<ResourceEnvDescription> resourceEnvDescription(Code)



runAsPrincipalName
protected String runAsPrincipalName(Code)



serviceReferenceDescription
protected List<ServiceReferenceDescription> serviceReferenceDescription(Code)



statefulSessionDescriptor
protected StatefulSessionDescriptor statefulSessionDescriptor(Code)



statelessSessionDescriptor
protected StatelessSessionDescriptor statelessSessionDescriptor(Code)



transactionDescriptor
protected TransactionDescriptor transactionDescriptor(Code)





Method Detail
getClientsOnSameServer
public Boolean getClientsOnSameServer()(Code)
Gets the value of the clientsOnSameServer property. possible object isBoolean



getCreateAsPrincipalName
public String getCreateAsPrincipalName()(Code)
Gets the value of the createAsPrincipalName property. possible object isString



getDispatchPolicy
public String getDispatchPolicy()(Code)
Gets the value of the dispatchPolicy property. possible object isString



getEjbName
public String getEjbName()(Code)
Gets the value of the ejbName property. possible object isString



getEjbReferenceDescription
public List<EjbReferenceDescription> getEjbReferenceDescription()(Code)
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




getEnableCallByReference
public Boolean getEnableCallByReference()(Code)
Gets the value of the enableCallByReference property. possible object isBoolean



getEntityDescriptor
public EntityDescriptor getEntityDescriptor()(Code)
Gets the value of the entityDescriptor property. possible object isEntityDescriptor



getId
public String getId()(Code)
Gets the value of the id property. possible object isString



getIiopSecurityDescriptor
public IiopSecurityDescriptor getIiopSecurityDescriptor()(Code)
Gets the value of the iiopSecurityDescriptor property. possible object isIiopSecurityDescriptor



getJndiName
public String getJndiName()(Code)
Gets the value of the jndiName property. possible object isString



getLocalJndiName
public String getLocalJndiName()(Code)
Gets the value of the localJndiName property. possible object isString



getMessageDrivenDescriptor
public MessageDrivenDescriptor getMessageDrivenDescriptor()(Code)
Gets the value of the messageDrivenDescriptor property. possible object isMessageDrivenDescriptor



getNetworkAccessPoint
public String getNetworkAccessPoint()(Code)
Gets the value of the networkAccessPoint property. possible object isString



getPassivateAsPrincipalName
public String getPassivateAsPrincipalName()(Code)
Gets the value of the passivateAsPrincipalName property. possible object isString



getReferenceDescriptor
public ReferenceDescriptor getReferenceDescriptor()(Code)



getRemoteClientTimeout
public BigInteger getRemoteClientTimeout()(Code)
Gets the value of the remoteClientTimeout property. possible object isBigInteger



getRemoveAsPrincipalName
public String getRemoveAsPrincipalName()(Code)
Gets the value of the removeAsPrincipalName property. possible object isString



getResourceDescription
public List<ResourceDescription> getResourceDescription()(Code)
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()(Code)
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




getRunAsPrincipalName
public String getRunAsPrincipalName()(Code)
Gets the value of the runAsPrincipalName property. possible object isString



getServiceReferenceDescription
public List<ServiceReferenceDescription> getServiceReferenceDescription()(Code)
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




getStatefulSessionDescriptor
public StatefulSessionDescriptor getStatefulSessionDescriptor()(Code)
Gets the value of the statefulSessionDescriptor property. possible object isStatefulSessionDescriptor



getStatelessSessionDescriptor
public StatelessSessionDescriptor getStatelessSessionDescriptor()(Code)
Gets the value of the statelessSessionDescriptor property. possible object isStatelessSessionDescriptor



getTransactionDescriptor
public TransactionDescriptor getTransactionDescriptor()(Code)
Gets the value of the transactionDescriptor property. possible object isTransactionDescriptor



setClientsOnSameServer
public void setClientsOnSameServer(Boolean value)(Code)
Sets the value of the clientsOnSameServer property.
Parameters:
  value - allowed object isBoolean



setCreateAsPrincipalName
public void setCreateAsPrincipalName(String value)(Code)
Sets the value of the createAsPrincipalName property.
Parameters:
  value - allowed object isString



setDispatchPolicy
public void setDispatchPolicy(String value)(Code)
Sets the value of the dispatchPolicy property.
Parameters:
  value - allowed object isString



setEjbName
public void setEjbName(String value)(Code)
Sets the value of the ejbName property.
Parameters:
  value - allowed object isString



setEnableCallByReference
public void setEnableCallByReference(Boolean value)(Code)
Sets the value of the enableCallByReference property.
Parameters:
  value - allowed object isBoolean



setEntityDescriptor
public void setEntityDescriptor(EntityDescriptor value)(Code)
Sets the value of the entityDescriptor property.
Parameters:
  value - allowed object isEntityDescriptor



setId
public void setId(String value)(Code)
Sets the value of the id property.
Parameters:
  value - allowed object isString



setIiopSecurityDescriptor
public void setIiopSecurityDescriptor(IiopSecurityDescriptor value)(Code)
Sets the value of the iiopSecurityDescriptor property.
Parameters:
  value - allowed object isIiopSecurityDescriptor



setJndiName
public void setJndiName(String value)(Code)
Sets the value of the jndiName property.
Parameters:
  value - allowed object isString



setLocalJndiName
public void setLocalJndiName(String value)(Code)
Sets the value of the localJndiName property.
Parameters:
  value - allowed object isString



setMessageDrivenDescriptor
public void setMessageDrivenDescriptor(MessageDrivenDescriptor value)(Code)
Sets the value of the messageDrivenDescriptor property.
Parameters:
  value - allowed object isMessageDrivenDescriptor



setNetworkAccessPoint
public void setNetworkAccessPoint(String value)(Code)
Sets the value of the networkAccessPoint property.
Parameters:
  value - allowed object isString



setPassivateAsPrincipalName
public void setPassivateAsPrincipalName(String value)(Code)
Sets the value of the passivateAsPrincipalName property.
Parameters:
  value - allowed object isString



setReferenceDescriptor
public void setReferenceDescriptor(ReferenceDescriptor referenceDescriptor)(Code)



setRemoteClientTimeout
public void setRemoteClientTimeout(BigInteger value)(Code)
Sets the value of the remoteClientTimeout property.
Parameters:
  value - allowed object isBigInteger



setRemoveAsPrincipalName
public void setRemoveAsPrincipalName(String value)(Code)
Sets the value of the removeAsPrincipalName property.
Parameters:
  value - allowed object isString



setRunAsPrincipalName
public void setRunAsPrincipalName(String value)(Code)
Sets the value of the runAsPrincipalName property.
Parameters:
  value - allowed object isString



setStatefulSessionDescriptor
public void setStatefulSessionDescriptor(StatefulSessionDescriptor value)(Code)
Sets the value of the statefulSessionDescriptor property.
Parameters:
  value - allowed object isStatefulSessionDescriptor



setStatelessSessionDescriptor
public void setStatelessSessionDescriptor(StatelessSessionDescriptor value)(Code)
Sets the value of the statelessSessionDescriptor property.
Parameters:
  value - allowed object isStatelessSessionDescriptor



setTransactionDescriptor
public void setTransactionDescriptor(TransactionDescriptor value)(Code)
Sets the value of the transactionDescriptor property.
Parameters:
  value - allowed object isTransactionDescriptor



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.