Java Doc for ContainerConfiguration.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.ContainerConfiguration

ContainerConfiguration
public class ContainerConfiguration (Code)


Field Summary
protected  String_extends
    
protected  StringcallEjbStoreOnClean
    
protected  StringcallLogging
    
protected  ClusterConfigclusterConfig
    
protected  StringcommitOption
    
protected  ContainerCacheConfcontainerCacheConf
    
protected  ContainerInterceptorscontainerInterceptors
    
protected  StringcontainerName
    
protected  ContainerPoolConfcontainerPoolConf
    
protected  List<Depends>depends
    
protected  StringinsertAfterEjbPostCreate
    
protected  StringinstanceCache
    
protected  StringinstancePool
    
protected  StringinvokerProxyBindingName
    
protected  StringlockingPolicy
    
protected  StringoptiondRefreshRate
    
protected  StringpersistenceManager
    
protected  StringsecurityDomain
    
protected  StringstoreNotFlushed
    
protected  StringsyncOnCommitOnly
    
protected  StringwebClassLoader
    


Method Summary
public  StringgetCallEjbStoreOnClean()
     Gets the value of the callEjbStoreOnClean property.
public  StringgetCallLogging()
     Gets the value of the callLogging property.
public  ClusterConfiggetClusterConfig()
     Gets the value of the clusterConfig property.
public  StringgetCommitOption()
     Gets the value of the commitOption property.
public  ContainerCacheConfgetContainerCacheConf()
     Gets the value of the containerCacheConf property.
public  ContainerInterceptorsgetContainerInterceptors()
     Gets the value of the containerInterceptors property.
public  StringgetContainerName()
     Gets the value of the containerName property.
public  ContainerPoolConfgetContainerPoolConf()
     Gets the value of the containerPoolConf 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  StringgetExtends()
     Gets the value of the extends property.
public  StringgetInsertAfterEjbPostCreate()
     Gets the value of the insertAfterEjbPostCreate property.
public  StringgetInstanceCache()
     Gets the value of the instanceCache property.
public  StringgetInstancePool()
     Gets the value of the instancePool property.
public  StringgetInvokerProxyBindingName()
     Gets the value of the invokerProxyBindingName property.
public  StringgetLockingPolicy()
     Gets the value of the lockingPolicy property.
public  StringgetOptiondRefreshRate()
     Gets the value of the optiondRefreshRate property.
public  StringgetPersistenceManager()
     Gets the value of the persistenceManager property.
public  StringgetSecurityDomain()
     Gets the value of the securityDomain property.
public  StringgetStoreNotFlushed()
     Gets the value of the storeNotFlushed property.
public  StringgetSyncOnCommitOnly()
     Gets the value of the syncOnCommitOnly property.
public  StringgetWebClassLoader()
     Gets the value of the webClassLoader property.
public  voidsetCallEjbStoreOnClean(String value)
     Sets the value of the callEjbStoreOnClean property.
public  voidsetCallLogging(String value)
     Sets the value of the callLogging property.
public  voidsetClusterConfig(ClusterConfig value)
     Sets the value of the clusterConfig property.
public  voidsetCommitOption(String value)
     Sets the value of the commitOption property.
public  voidsetContainerCacheConf(ContainerCacheConf value)
     Sets the value of the containerCacheConf property.
public  voidsetContainerInterceptors(ContainerInterceptors value)
     Sets the value of the containerInterceptors property.
public  voidsetContainerName(String value)
     Sets the value of the containerName property.
public  voidsetContainerPoolConf(ContainerPoolConf value)
     Sets the value of the containerPoolConf property.
public  voidsetExtends(String value)
     Sets the value of the extends property.
public  voidsetInsertAfterEjbPostCreate(String value)
     Sets the value of the insertAfterEjbPostCreate property.
public  voidsetInstanceCache(String value)
     Sets the value of the instanceCache property.
public  voidsetInstancePool(String value)
     Sets the value of the instancePool property.
public  voidsetInvokerProxyBindingName(String value)
     Sets the value of the invokerProxyBindingName property.
public  voidsetLockingPolicy(String value)
     Sets the value of the lockingPolicy property.
public  voidsetOptiondRefreshRate(String value)
     Sets the value of the optiondRefreshRate property.
public  voidsetPersistenceManager(String value)
     Sets the value of the persistenceManager property.
public  voidsetSecurityDomain(String value)
     Sets the value of the securityDomain property.
public  voidsetStoreNotFlushed(String value)
     Sets the value of the storeNotFlushed property.
public  voidsetSyncOnCommitOnly(String value)
     Sets the value of the syncOnCommitOnly property.
public  voidsetWebClassLoader(String value)
     Sets the value of the webClassLoader property.

Field Detail
_extends
protected String _extends(Code)



callEjbStoreOnClean
protected String callEjbStoreOnClean(Code)



callLogging
protected String callLogging(Code)



clusterConfig
protected ClusterConfig clusterConfig(Code)



commitOption
protected String commitOption(Code)



containerCacheConf
protected ContainerCacheConf containerCacheConf(Code)



containerInterceptors
protected ContainerInterceptors containerInterceptors(Code)



containerName
protected String containerName(Code)



containerPoolConf
protected ContainerPoolConf containerPoolConf(Code)



depends
protected List<Depends> depends(Code)



insertAfterEjbPostCreate
protected String insertAfterEjbPostCreate(Code)



instanceCache
protected String instanceCache(Code)



instancePool
protected String instancePool(Code)



invokerProxyBindingName
protected String invokerProxyBindingName(Code)



lockingPolicy
protected String lockingPolicy(Code)



optiondRefreshRate
protected String optiondRefreshRate(Code)



persistenceManager
protected String persistenceManager(Code)



securityDomain
protected String securityDomain(Code)



storeNotFlushed
protected String storeNotFlushed(Code)



syncOnCommitOnly
protected String syncOnCommitOnly(Code)



webClassLoader
protected String webClassLoader(Code)





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



getCallLogging
public String getCallLogging()(Code)
Gets the value of the callLogging property. possible object isString



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



getCommitOption
public String getCommitOption()(Code)
Gets the value of the commitOption property. possible object isString



getContainerCacheConf
public ContainerCacheConf getContainerCacheConf()(Code)
Gets the value of the containerCacheConf property. possible object isContainerCacheConf



getContainerInterceptors
public ContainerInterceptors getContainerInterceptors()(Code)
Gets the value of the containerInterceptors property. possible object isContainerInterceptors



getContainerName
public String getContainerName()(Code)
Gets the value of the containerName property. possible object isString



getContainerPoolConf
public ContainerPoolConf getContainerPoolConf()(Code)
Gets the value of the containerPoolConf property. possible object isContainerPoolConf



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




getExtends
public String getExtends()(Code)
Gets the value of the extends property. possible object isString



getInsertAfterEjbPostCreate
public String getInsertAfterEjbPostCreate()(Code)
Gets the value of the insertAfterEjbPostCreate property. possible object isString



getInstanceCache
public String getInstanceCache()(Code)
Gets the value of the instanceCache property. possible object isString



getInstancePool
public String getInstancePool()(Code)
Gets the value of the instancePool property. possible object isString



getInvokerProxyBindingName
public String getInvokerProxyBindingName()(Code)
Gets the value of the invokerProxyBindingName property. possible object isString



getLockingPolicy
public String getLockingPolicy()(Code)
Gets the value of the lockingPolicy property. possible object isString



getOptiondRefreshRate
public String getOptiondRefreshRate()(Code)
Gets the value of the optiondRefreshRate property. possible object isString



getPersistenceManager
public String getPersistenceManager()(Code)
Gets the value of the persistenceManager property. possible object isString



getSecurityDomain
public String getSecurityDomain()(Code)
Gets the value of the securityDomain property. possible object isString



getStoreNotFlushed
public String getStoreNotFlushed()(Code)
Gets the value of the storeNotFlushed property. possible object isString



getSyncOnCommitOnly
public String getSyncOnCommitOnly()(Code)
Gets the value of the syncOnCommitOnly property. possible object isString



getWebClassLoader
public String getWebClassLoader()(Code)
Gets the value of the webClassLoader property. possible object isString



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



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



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



setContainerCacheConf
public void setContainerCacheConf(ContainerCacheConf value)(Code)
Sets the value of the containerCacheConf property.
Parameters:
  value - allowed object isContainerCacheConf



setContainerInterceptors
public void setContainerInterceptors(ContainerInterceptors value)(Code)
Sets the value of the containerInterceptors property.
Parameters:
  value - allowed object isContainerInterceptors



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



setContainerPoolConf
public void setContainerPoolConf(ContainerPoolConf value)(Code)
Sets the value of the containerPoolConf property.
Parameters:
  value - allowed object isContainerPoolConf



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



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



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



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



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



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



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



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



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



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



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



setWebClassLoader
public void setWebClassLoader(String value)(Code)
Sets the value of the webClassLoader 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.