Java Doc for Entity.java in  » J2EE » openejb3 » org » apache » openejb » jee » jba » 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.jba 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.openejb.jee.jba.Entity

Entity
public class Entity (Code)


Field Summary
protected  StringcacheInvalidation
    
protected  CacheInvalidationConfigcacheInvalidationConfig
    
protected  StringcallByValue
    
protected  ClusterConfigclusterConfig
    
protected  Stringclustered
    
protected  StringconfigurationName
    
protected  List<Depends>depends
    
protected  List<EjbLocalRef>ejbLocalRef
    
protected  StringejbName
    
protected  List<EjbRef>ejbRef
    
protected  StringexceptionOnRollback
    
protected  Stringid
    
protected  InvokerBindingsinvokerBindings
    
protected  IorSecurityConfigiorSecurityConfig
    
protected  JndiNamejndiName
    
protected  StringlocalJndiName
    
protected  List<MessageDestinationRef>messageDestinationRef
    
protected  MethodAttributesmethodAttributes
    
protected  StringreadOnly
    
protected  List<ResourceEnvRef>resourceEnvRef
    
protected  List<ResourceRef>resourceRef
    
protected  SecurityIdentitysecurityIdentity
    
protected  StringsecurityProxy
    
protected  List<ServiceRef>serviceRef
    
protected  StringtimerPersistence
    


Method Summary
public  StringgetCacheInvalidation()
     Gets the value of the cacheInvalidation property.
public  CacheInvalidationConfiggetCacheInvalidationConfig()
     Gets the value of the cacheInvalidationConfig property.
public  StringgetCallByValue()
     Gets the value of the callByValue property.
public  ClusterConfiggetClusterConfig()
     Gets the value of the clusterConfig property.
public  StringgetClustered()
     Gets the value of the clustered property.
public  StringgetConfigurationName()
     Gets the value of the configurationName property.
public  List<Depends>getDepends()
     Gets the value of the depends property.

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

public  List<EjbLocalRef>getEjbLocalRef()
     Gets the value of the ejbLocalRef property.

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

public  StringgetEjbName()
     Gets the value of the ejbName property.
public  List<EjbRef>getEjbRef()
     Gets the value of the ejbRef property.

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

public  StringgetExceptionOnRollback()
     Gets the value of the exceptionOnRollback property.
public  StringgetId()
     Gets the value of the id property.
public  InvokerBindingsgetInvokerBindings()
     Gets the value of the invokerBindings property.
public  IorSecurityConfiggetIorSecurityConfig()
     Gets the value of the iorSecurityConfig property.
public  JndiNamegetJndiName()
     Gets the value of the jndiName property.
public  StringgetLocalJndiName()
     Gets the value of the localJndiName property.
public  List<MessageDestinationRef>getMessageDestinationRef()
     Gets the value of the messageDestinationRef property.

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

public  MethodAttributesgetMethodAttributes()
     Gets the value of the methodAttributes property.
public  StringgetReadOnly()
     Gets the value of the readOnly property.
public  List<ResourceEnvRef>getResourceEnvRef()
     Gets the value of the resourceEnvRef property.

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

public  List<ResourceRef>getResourceRef()
     Gets the value of the resourceRef property.

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

public  SecurityIdentitygetSecurityIdentity()
     Gets the value of the securityIdentity property.
public  StringgetSecurityProxy()
     Gets the value of the securityProxy property.
public  List<ServiceRef>getServiceRef()
     Gets the value of the serviceRef property.

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

public  StringgetTimerPersistence()
     Gets the value of the timerPersistence property.
public  voidsetCacheInvalidation(String value)
     Sets the value of the cacheInvalidation property.
public  voidsetCacheInvalidationConfig(CacheInvalidationConfig value)
     Sets the value of the cacheInvalidationConfig property.
public  voidsetCallByValue(String value)
     Sets the value of the callByValue property.
public  voidsetClusterConfig(ClusterConfig value)
     Sets the value of the clusterConfig property.
public  voidsetClustered(String value)
     Sets the value of the clustered property.
public  voidsetConfigurationName(String value)
     Sets the value of the configurationName property.
public  voidsetEjbName(String value)
     Sets the value of the ejbName property.
public  voidsetExceptionOnRollback(String value)
     Sets the value of the exceptionOnRollback property.
public  voidsetId(String value)
     Sets the value of the id property.
public  voidsetInvokerBindings(InvokerBindings value)
     Sets the value of the invokerBindings property.
public  voidsetIorSecurityConfig(IorSecurityConfig value)
     Sets the value of the iorSecurityConfig property.
public  voidsetJndiName(JndiName value)
     Sets the value of the jndiName property.
public  voidsetLocalJndiName(String value)
     Sets the value of the localJndiName property.
public  voidsetMethodAttributes(MethodAttributes value)
     Sets the value of the methodAttributes property.
public  voidsetReadOnly(String value)
     Sets the value of the readOnly property.
public  voidsetSecurityIdentity(SecurityIdentity value)
     Sets the value of the securityIdentity property.
public  voidsetSecurityProxy(String value)
     Sets the value of the securityProxy property.
public  voidsetTimerPersistence(String value)
     Sets the value of the timerPersistence property.

Field Detail
cacheInvalidation
protected String cacheInvalidation(Code)



cacheInvalidationConfig
protected CacheInvalidationConfig cacheInvalidationConfig(Code)



callByValue
protected String callByValue(Code)



clusterConfig
protected ClusterConfig clusterConfig(Code)



clustered
protected String clustered(Code)



configurationName
protected String configurationName(Code)



depends
protected List<Depends> depends(Code)



ejbLocalRef
protected List<EjbLocalRef> ejbLocalRef(Code)



ejbName
protected String ejbName(Code)



ejbRef
protected List<EjbRef> ejbRef(Code)



exceptionOnRollback
protected String exceptionOnRollback(Code)



id
protected String id(Code)



invokerBindings
protected InvokerBindings invokerBindings(Code)



iorSecurityConfig
protected IorSecurityConfig iorSecurityConfig(Code)



jndiName
protected JndiName jndiName(Code)



localJndiName
protected String localJndiName(Code)



messageDestinationRef
protected List<MessageDestinationRef> messageDestinationRef(Code)



methodAttributes
protected MethodAttributes methodAttributes(Code)



readOnly
protected String readOnly(Code)



resourceEnvRef
protected List<ResourceEnvRef> resourceEnvRef(Code)



resourceRef
protected List<ResourceRef> resourceRef(Code)



securityIdentity
protected SecurityIdentity securityIdentity(Code)



securityProxy
protected String securityProxy(Code)



serviceRef
protected List<ServiceRef> serviceRef(Code)



timerPersistence
protected String timerPersistence(Code)





Method Detail
getCacheInvalidation
public String getCacheInvalidation()(Code)
Gets the value of the cacheInvalidation property. possible object isString



getCacheInvalidationConfig
public CacheInvalidationConfig getCacheInvalidationConfig()(Code)
Gets the value of the cacheInvalidationConfig property. possible object isCacheInvalidationConfig



getCallByValue
public String getCallByValue()(Code)
Gets the value of the callByValue property. possible object isString



getClusterConfig
public ClusterConfig getClusterConfig()(Code)
Gets the value of the clusterConfig property. possible object isClusterConfig



getClustered
public String getClustered()(Code)
Gets the value of the clustered property. possible object isString



getConfigurationName
public String getConfigurationName()(Code)
Gets the value of the configurationName property. possible object isString



getDepends
public List<Depends> getDepends()(Code)
Gets the value of the depends 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 depends property.

For example, to add a new item, do as follows:

 getDepends().add(newItem);
 

Objects of the following type(s) are allowed in the list Depends




getEjbLocalRef
public List<EjbLocalRef> getEjbLocalRef()(Code)
Gets the value of the ejbLocalRef 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 ejbLocalRef property.

For example, to add a new item, do as follows:

 getEjbLocalRef().add(newItem);
 

Objects of the following type(s) are allowed in the list EjbLocalRef




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



getEjbRef
public List<EjbRef> getEjbRef()(Code)
Gets the value of the ejbRef 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 ejbRef property.

For example, to add a new item, do as follows:

 getEjbRef().add(newItem);
 

Objects of the following type(s) are allowed in the list EjbRef




getExceptionOnRollback
public String getExceptionOnRollback()(Code)
Gets the value of the exceptionOnRollback property. possible object isString



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



getInvokerBindings
public InvokerBindings getInvokerBindings()(Code)
Gets the value of the invokerBindings property. possible object isInvokerBindings



getIorSecurityConfig
public IorSecurityConfig getIorSecurityConfig()(Code)
Gets the value of the iorSecurityConfig property. possible object isIorSecurityConfig



getJndiName
public JndiName getJndiName()(Code)
Gets the value of the jndiName property. possible object isJndiName



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



getMessageDestinationRef
public List<MessageDestinationRef> getMessageDestinationRef()(Code)
Gets the value of the messageDestinationRef 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 messageDestinationRef property.

For example, to add a new item, do as follows:

 getMessageDestinationRef().add(newItem);
 

Objects of the following type(s) are allowed in the list MessageDestinationRef




getMethodAttributes
public MethodAttributes getMethodAttributes()(Code)
Gets the value of the methodAttributes property. possible object isMethodAttributes



getReadOnly
public String getReadOnly()(Code)
Gets the value of the readOnly property. possible object isString



getResourceEnvRef
public List<ResourceEnvRef> getResourceEnvRef()(Code)
Gets the value of the resourceEnvRef 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 resourceEnvRef property.

For example, to add a new item, do as follows:

 getResourceEnvRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceEnvRef




getResourceRef
public List<ResourceRef> getResourceRef()(Code)
Gets the value of the resourceRef 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 resourceRef property.

For example, to add a new item, do as follows:

 getResourceRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceRef




getSecurityIdentity
public SecurityIdentity getSecurityIdentity()(Code)
Gets the value of the securityIdentity property. possible object isSecurityIdentity



getSecurityProxy
public String getSecurityProxy()(Code)
Gets the value of the securityProxy property. possible object isString



getServiceRef
public List<ServiceRef> getServiceRef()(Code)
Gets the value of the serviceRef 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 serviceRef property.

For example, to add a new item, do as follows:

 getServiceRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceRef




getTimerPersistence
public String getTimerPersistence()(Code)
Gets the value of the timerPersistence property. possible object isString



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



setCacheInvalidationConfig
public void setCacheInvalidationConfig(CacheInvalidationConfig value)(Code)
Sets the value of the cacheInvalidationConfig property.
Parameters:
  value - allowed object isCacheInvalidationConfig



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



setClusterConfig
public void setClusterConfig(ClusterConfig value)(Code)
Sets the value of the clusterConfig property.
Parameters:
  value - allowed object isClusterConfig



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



setConfigurationName
public void setConfigurationName(String value)(Code)
Sets the value of the configurationName 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



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



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



setInvokerBindings
public void setInvokerBindings(InvokerBindings value)(Code)
Sets the value of the invokerBindings property.
Parameters:
  value - allowed object isInvokerBindings



setIorSecurityConfig
public void setIorSecurityConfig(IorSecurityConfig value)(Code)
Sets the value of the iorSecurityConfig property.
Parameters:
  value - allowed object isIorSecurityConfig



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



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



setMethodAttributes
public void setMethodAttributes(MethodAttributes value)(Code)
Sets the value of the methodAttributes property.
Parameters:
  value - allowed object isMethodAttributes



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



setSecurityIdentity
public void setSecurityIdentity(SecurityIdentity value)(Code)
Sets the value of the securityIdentity property.
Parameters:
  value - allowed object isSecurityIdentity



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



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



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.