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


java.lang.Object
   org.apache.openejb.jee.sun.Ejb

Ejb
public class Ejb (Code)


Field Summary
protected  StringavailabilityEnabled
    
protected  BeanCachebeanCache
    
protected  BeanPoolbeanPool
    
protected  CheckpointAtEndOfMethodcheckpointAtEndOfMethod
    
protected  StringcheckpointedMethods
    
protected  Cmpcmp
    
protected  StringcmtTimeoutInSeconds
    
protected  StringcommitOption
    
protected  StringejbName
    
protected  List<EjbRef>ejbRef
    
protected  FlushAtEndOfMethodflushAtEndOfMethod
    
protected  GenClassesgenClasses
    
protected  IorSecurityConfigiorSecurityConfig
    
protected  StringisReadOnlyBean
    
protected  StringjmsDurableSubscriptionName
    
protected  StringjmsMaxMessagesLoad
    
protected  StringjndiName
    
protected  MdbConnectionFactorymdbConnectionFactory
    
protected  MdbResourceAdaptermdbResourceAdapter
    
protected  List<MessageDestinationRef>messageDestinationRef
    
protected  StringpassByReference
    
protected  Principalprincipal
    
protected  StringrefreshPeriodInSeconds
    
protected  List<ResourceEnvRef>resourceEnvRef
    
protected  List<ResourceRef>resourceRef
    
protected  List<ServiceRef>serviceRef
    
protected  StringuseThreadPoolId
    
protected  KeyedCollection<String, WebserviceEndpoint>webserviceEndpoint
    


Method Summary
public  StringgetAvailabilityEnabled()
    
public  BeanCachegetBeanCache()
    
public  BeanPoolgetBeanPool()
    
public  CheckpointAtEndOfMethodgetCheckpointAtEndOfMethod()
    
public  StringgetCheckpointedMethods()
    
public  CmpgetCmp()
    
public  StringgetCmtTimeoutInSeconds()
    
public  StringgetCommitOption()
    
public  StringgetEjbName()
    
public  List<EjbRef>getEjbRef()
    
public  FlushAtEndOfMethodgetFlushAtEndOfMethod()
    
public  GenClassesgetGenClasses()
    
public  IorSecurityConfiggetIorSecurityConfig()
    
public  StringgetIsReadOnlyBean()
    
public  StringgetJmsDurableSubscriptionName()
    
public  StringgetJmsMaxMessagesLoad()
    
public  StringgetJndiName()
    
public  MdbConnectionFactorygetMdbConnectionFactory()
    
public  MdbResourceAdaptergetMdbResourceAdapter()
    
public  List<MessageDestinationRef>getMessageDestinationRef()
    
public  StringgetPassByReference()
    
public  PrincipalgetPrincipal()
    
public  StringgetRefreshPeriodInSeconds()
    
public  List<ResourceEnvRef>getResourceEnvRef()
    
public  List<ResourceRef>getResourceRef()
    
public  List<ServiceRef>getServiceRef()
    
public  StringgetUseThreadPoolId()
    
public  Collection<WebserviceEndpoint>getWebserviceEndpoint()
    
public  Map<String, WebserviceEndpoint>getWebserviceEndpointMap()
    
public  voidsetAvailabilityEnabled(String value)
    
public  voidsetBeanCache(BeanCache value)
    
public  voidsetBeanPool(BeanPool value)
    
public  voidsetCheckpointAtEndOfMethod(CheckpointAtEndOfMethod value)
    
public  voidsetCheckpointedMethods(String value)
    
public  voidsetCmp(Cmp value)
    
public  voidsetCmtTimeoutInSeconds(String value)
    
public  voidsetCommitOption(String value)
    
public  voidsetEjbName(String value)
    
public  voidsetFlushAtEndOfMethod(FlushAtEndOfMethod value)
    
public  voidsetGenClasses(GenClasses value)
    
public  voidsetIorSecurityConfig(IorSecurityConfig value)
    
public  voidsetIsReadOnlyBean(String value)
    
public  voidsetJmsDurableSubscriptionName(String value)
    
public  voidsetJmsMaxMessagesLoad(String value)
    
public  voidsetJndiName(String value)
    
public  voidsetMdbConnectionFactory(MdbConnectionFactory value)
    
public  voidsetMdbResourceAdapter(MdbResourceAdapter value)
    
public  voidsetPassByReference(String value)
    
public  voidsetPrincipal(Principal value)
    
public  voidsetRefreshPeriodInSeconds(String value)
    
public  voidsetUseThreadPoolId(String value)
    

Field Detail
availabilityEnabled
protected String availabilityEnabled(Code)



beanCache
protected BeanCache beanCache(Code)



beanPool
protected BeanPool beanPool(Code)



checkpointAtEndOfMethod
protected CheckpointAtEndOfMethod checkpointAtEndOfMethod(Code)



checkpointedMethods
protected String checkpointedMethods(Code)



cmp
protected Cmp cmp(Code)



cmtTimeoutInSeconds
protected String cmtTimeoutInSeconds(Code)



commitOption
protected String commitOption(Code)



ejbName
protected String ejbName(Code)



ejbRef
protected List<EjbRef> ejbRef(Code)



flushAtEndOfMethod
protected FlushAtEndOfMethod flushAtEndOfMethod(Code)



genClasses
protected GenClasses genClasses(Code)



iorSecurityConfig
protected IorSecurityConfig iorSecurityConfig(Code)



isReadOnlyBean
protected String isReadOnlyBean(Code)



jmsDurableSubscriptionName
protected String jmsDurableSubscriptionName(Code)



jmsMaxMessagesLoad
protected String jmsMaxMessagesLoad(Code)



jndiName
protected String jndiName(Code)



mdbConnectionFactory
protected MdbConnectionFactory mdbConnectionFactory(Code)



mdbResourceAdapter
protected MdbResourceAdapter mdbResourceAdapter(Code)



messageDestinationRef
protected List<MessageDestinationRef> messageDestinationRef(Code)



passByReference
protected String passByReference(Code)



principal
protected Principal principal(Code)



refreshPeriodInSeconds
protected String refreshPeriodInSeconds(Code)



resourceEnvRef
protected List<ResourceEnvRef> resourceEnvRef(Code)



resourceRef
protected List<ResourceRef> resourceRef(Code)



serviceRef
protected List<ServiceRef> serviceRef(Code)



useThreadPoolId
protected String useThreadPoolId(Code)



webserviceEndpoint
protected KeyedCollection<String, WebserviceEndpoint> webserviceEndpoint(Code)





Method Detail
getAvailabilityEnabled
public String getAvailabilityEnabled()(Code)



getBeanCache
public BeanCache getBeanCache()(Code)



getBeanPool
public BeanPool getBeanPool()(Code)



getCheckpointAtEndOfMethod
public CheckpointAtEndOfMethod getCheckpointAtEndOfMethod()(Code)



getCheckpointedMethods
public String getCheckpointedMethods()(Code)



getCmp
public Cmp getCmp()(Code)



getCmtTimeoutInSeconds
public String getCmtTimeoutInSeconds()(Code)



getCommitOption
public String getCommitOption()(Code)



getEjbName
public String getEjbName()(Code)



getEjbRef
public List<EjbRef> getEjbRef()(Code)



getFlushAtEndOfMethod
public FlushAtEndOfMethod getFlushAtEndOfMethod()(Code)



getGenClasses
public GenClasses getGenClasses()(Code)



getIorSecurityConfig
public IorSecurityConfig getIorSecurityConfig()(Code)



getIsReadOnlyBean
public String getIsReadOnlyBean()(Code)



getJmsDurableSubscriptionName
public String getJmsDurableSubscriptionName()(Code)



getJmsMaxMessagesLoad
public String getJmsMaxMessagesLoad()(Code)



getJndiName
public String getJndiName()(Code)



getMdbConnectionFactory
public MdbConnectionFactory getMdbConnectionFactory()(Code)



getMdbResourceAdapter
public MdbResourceAdapter getMdbResourceAdapter()(Code)



getMessageDestinationRef
public List<MessageDestinationRef> getMessageDestinationRef()(Code)



getPassByReference
public String getPassByReference()(Code)



getPrincipal
public Principal getPrincipal()(Code)



getRefreshPeriodInSeconds
public String getRefreshPeriodInSeconds()(Code)



getResourceEnvRef
public List<ResourceEnvRef> getResourceEnvRef()(Code)



getResourceRef
public List<ResourceRef> getResourceRef()(Code)



getServiceRef
public List<ServiceRef> getServiceRef()(Code)



getUseThreadPoolId
public String getUseThreadPoolId()(Code)



getWebserviceEndpoint
public Collection<WebserviceEndpoint> getWebserviceEndpoint()(Code)



getWebserviceEndpointMap
public Map<String, WebserviceEndpoint> getWebserviceEndpointMap()(Code)



setAvailabilityEnabled
public void setAvailabilityEnabled(String value)(Code)



setBeanCache
public void setBeanCache(BeanCache value)(Code)



setBeanPool
public void setBeanPool(BeanPool value)(Code)



setCheckpointAtEndOfMethod
public void setCheckpointAtEndOfMethod(CheckpointAtEndOfMethod value)(Code)



setCheckpointedMethods
public void setCheckpointedMethods(String value)(Code)



setCmp
public void setCmp(Cmp value)(Code)



setCmtTimeoutInSeconds
public void setCmtTimeoutInSeconds(String value)(Code)



setCommitOption
public void setCommitOption(String value)(Code)



setEjbName
public void setEjbName(String value)(Code)



setFlushAtEndOfMethod
public void setFlushAtEndOfMethod(FlushAtEndOfMethod value)(Code)



setGenClasses
public void setGenClasses(GenClasses value)(Code)



setIorSecurityConfig
public void setIorSecurityConfig(IorSecurityConfig value)(Code)



setIsReadOnlyBean
public void setIsReadOnlyBean(String value)(Code)



setJmsDurableSubscriptionName
public void setJmsDurableSubscriptionName(String value)(Code)



setJmsMaxMessagesLoad
public void setJmsMaxMessagesLoad(String value)(Code)



setJndiName
public void setJndiName(String value)(Code)



setMdbConnectionFactory
public void setMdbConnectionFactory(MdbConnectionFactory value)(Code)



setMdbResourceAdapter
public void setMdbResourceAdapter(MdbResourceAdapter value)(Code)



setPassByReference
public void setPassByReference(String value)(Code)



setPrincipal
public void setPrincipal(Principal value)(Code)



setRefreshPeriodInSeconds
public void setRefreshPeriodInSeconds(String value)(Code)



setUseThreadPoolId
public void setUseThreadPoolId(String value)(Code)



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.