Java Doc for EjbEntityBean.java in  » EJB-Server-resin-3.1.5 » resin » com » caucho » ejb » cfg21 » 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 » EJB Server resin 3.1.5 » resin » com.caucho.ejb.cfg21 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.caucho.ejb.cfg.EjbBean
   com.caucho.ejb.cfg21.Ejb21Bean
      com.caucho.ejb.cfg21.EjbEntityBean

EjbEntityBean
public class EjbEntityBean extends Ejb21Bean (Code)
Configuration for an ejb entity bean.



Constructor Summary
public  EjbEntityBean(EjbConfig ejbConfig, String ejbModuleName)
     Creates a new entity bean configuration.

Method Summary
public  CmpFieldaddField(String fieldName)
     Add a cmp-field.
protected  voidaddImports(BeanAssembler assembler)
     Adds the assemblers.
public  voidaddQuery(Query query)
     Adds a query.
public  voidaddRelation(CmrRelation relation)
     Adds a relation role.
public  voidaddStubMethod(ApiMethod method)
    
protected  voidassembleCreateMethod(ApiMethod method, BaseClass baseClass, String contextClassName, String prefix)
    
protected  voidassembleHomeMethods(BeanAssembler assembler, BaseClass baseClass, String contextClassName, ApiClass homeClass, String prefix)
    
protected  voidassembleViews(BeanAssembler assembler, String fullClassName)
     Assembles the generator methods.
public  voidconfigureAmber(AmberConfig config)
     Configure for amber.
protected  BeanAssemblercreateAssembler(String fullClassName)
     Creates the assembler for the bean.
protected  BeanGeneratorcreateBeanGenerator()
     Creates the bean generator for the session bean.
public  CmpFieldProxycreateCmpField()
     Adds a new cmp-field.
protected  EjbHomeViewcreateHomeView(ApiClass homeClass, String prefix)
     Creates the views.
protected  EjbObjectViewcreateObjectView(ArrayList<ApiClass> apiList, String prefix, String suffix)
     Creates the views.
public  QuerycreateQuery()
     Creates a query object for addition.
protected  voidcreateViews21()
     Creates the views.
public  booleandependsOn(EjbEntityBean target)
     Compares dependencies for identifying relations.
public  AbstractServerdeployServer(EjbContainer ejbManager, JavaClassGenerator javaGen)
     Deploys the bean.
public  voidgenerateAfterCommit(JavaWriter out)
     Generates the after commit method.
public  voidgenerateBeanPrologue(JavaWriter out)
     Generates the bean prologue.
public  voidgenerateDestroy(JavaWriter out)
     Generates the destroy method.
public  StringgetAbstractSchemaName()
     Returns the abstract-schema-name for the bean.
public  intgetCacheSize()
     Returns the number of items in the entity cache.
public  longgetCacheTimeout()
     Gets the timeout for items in the entity cache.
public  CmpFieldgetCmpField(String fieldName)
     Gets the matching cmp-field.
public  ArrayList<CmpField>getCmpFields()
    
public  ApiClassgetCompositeKeyClass()
     Returns the primary key class.
public  DataSourcegetDataSource()
    
public  StringgetEJBKind()
     Returns the kind of bean.
public  EntityTypegetEntityType()
     Returns the amber entity-type.
public  ApiMethodgetFieldGetter(String fieldName)
     Returns the field getter method.
public  ClassgetFieldType(String fieldName)
     Gets the matching cmp-field.
public  StringgetFullImplName()
     Gets the implementation class name.
public  ApiClassgetLocal()
    
public  EjbMethodPatterngetMethod(MethodSignature sig)
    
public  ApiClassgetPrimKeyClass()
     Returns the primary key class.
public  StringgetPrimKeyField()
     Returns the primary key field.
public  EjbMethodPatterngetQuery(ApiMethod method, String intf)
     Gets the best method.
public  ArrayList<EjbMethodPattern>getQueryList()
     returns the method list.
public  CmrRelationgetRelation(String relationName)
     Gets the matching cmp-relation.
public  ArrayList<CmrRelation>getRelations()
    
public  StringgetSQLTable()
     Returns the sql-table for the bean.
public  ArrayList<ApiMethod>getStubMethods()
    
public  voidinit()
     Configure initialization.
public  voidinitIntrospect()
     Configure initialization.
protected  voidintrospectCMPCompositeId()
     Introspects the CMP id.
protected  voidintrospectCMPFields()
     Introspects the missing CMP fields.
protected  voidintrospectCMPId()
     Introspects the CMP id.
protected  EjbBaseMethodintrospectEJBMethod(ApiMethod method)
     Introspects an ejb method.
public  booleanisCMP()
     Returns true if the entity bean is a CMP.
public  booleanisCMP1()
     Returns true if the entity bean is a CMP.
public  booleanisReadOnly()
    
public  voidsetAbstractSchemaName(String abstractSchema)
     Sets the abstract-schema for the bean.
public  voidsetCMP(boolean isCMP)
     Sets true if the entity bean is CMP.
public  voidsetCacheSize(int cacheSize)
     Sets the number of items in the entity cache.
public  voidsetCacheTimeout(Period cacheTimeout)
     Sets the timeout for items in the entity cache.
public  voidsetCmpVersion(String version)
     Sets the CMP version.
public  voidsetDataSource(DataSource dataSource)
     Sets the data-source for the bean.
public  voidsetEJBClass(Class ejbClass)
     Sets the ejb implementation class.
public  voidsetPersistenceType(String type)
     Sets the persistence type.
public  voidsetPrimKeyClass(Class cl)
     Sets the primary key class.
public  voidsetPrimKeyField(String field)
     Sets the primary key field.
public  voidsetReadOnly(boolean isReadOnly)
    
public  voidsetReentrant(boolean reentrant)
     Sets true if the bean is reentrant.
public  voidsetSQLTable(String sqlTable)
     Sets the sql-table for the bean.
public  StringtoString()
    
protected  voidvalidateCMPFields()
     Introspects the missing CMP fields.
protected  voidvalidateImplMethod(ApiMethod method)
     Introspects an ejb method.


Constructor Detail
EjbEntityBean
public EjbEntityBean(EjbConfig ejbConfig, String ejbModuleName)(Code)
Creates a new entity bean configuration.




Method Detail
addField
public CmpField addField(String fieldName) throws ConfigException(Code)
Add a cmp-field.



addImports
protected void addImports(BeanAssembler assembler)(Code)
Adds the assemblers.



addQuery
public void addQuery(Query query)(Code)
Adds a query.



addRelation
public void addRelation(CmrRelation relation) throws ConfigException(Code)
Adds a relation role.



addStubMethod
public void addStubMethod(ApiMethod method)(Code)
Adds a stub method



assembleCreateMethod
protected void assembleCreateMethod(ApiMethod method, BaseClass baseClass, String contextClassName, String prefix)(Code)



assembleHomeMethods
protected void assembleHomeMethods(BeanAssembler assembler, BaseClass baseClass, String contextClassName, ApiClass homeClass, String prefix) throws NoSuchMethodException(Code)



assembleViews
protected void assembleViews(BeanAssembler assembler, String fullClassName) throws ConfigException(Code)
Assembles the generator methods.



configureAmber
public void configureAmber(AmberConfig config) throws ConfigException(Code)
Configure for amber.



createAssembler
protected BeanAssembler createAssembler(String fullClassName)(Code)
Creates the assembler for the bean.



createBeanGenerator
protected BeanGenerator createBeanGenerator()(Code)
Creates the bean generator for the session bean.



createCmpField
public CmpFieldProxy createCmpField()(Code)
Adds a new cmp-field.



createHomeView
protected EjbHomeView createHomeView(ApiClass homeClass, String prefix) throws ConfigException(Code)
Creates the views.



createObjectView
protected EjbObjectView createObjectView(ArrayList<ApiClass> apiList, String prefix, String suffix) throws ConfigException(Code)
Creates the views.



createQuery
public Query createQuery()(Code)
Creates a query object for addition.



createViews21
protected void createViews21() throws ConfigException(Code)
Creates the views.



dependsOn
public boolean dependsOn(EjbEntityBean target)(Code)
Compares dependencies for identifying relations.



deployServer
public AbstractServer deployServer(EjbContainer ejbManager, JavaClassGenerator javaGen) throws ClassNotFoundException(Code)
Deploys the bean.



generateAfterCommit
public void generateAfterCommit(JavaWriter out) throws IOException(Code)
Generates the after commit method.



generateBeanPrologue
public void generateBeanPrologue(JavaWriter out) throws IOException(Code)
Generates the bean prologue.



generateDestroy
public void generateDestroy(JavaWriter out) throws IOException(Code)
Generates the destroy method.



getAbstractSchemaName
public String getAbstractSchemaName()(Code)
Returns the abstract-schema-name for the bean.



getCacheSize
public int getCacheSize()(Code)
Returns the number of items in the entity cache.



getCacheTimeout
public long getCacheTimeout()(Code)
Gets the timeout for items in the entity cache.



getCmpField
public CmpField getCmpField(String fieldName)(Code)
Gets the matching cmp-field.



getCmpFields
public ArrayList<CmpField> getCmpFields()(Code)
Gets all the cmp-fields



getCompositeKeyClass
public ApiClass getCompositeKeyClass()(Code)
Returns the primary key class.



getDataSource
public DataSource getDataSource()(Code)
Returns the JNDI name for the data-source



getEJBKind
public String getEJBKind()(Code)
Returns the kind of bean.



getEntityType
public EntityType getEntityType()(Code)
Returns the amber entity-type.



getFieldGetter
public ApiMethod getFieldGetter(String fieldName)(Code)
Returns the field getter method.



getFieldType
public Class getFieldType(String fieldName)(Code)
Gets the matching cmp-field.



getFullImplName
public String getFullImplName()(Code)
Gets the implementation class name.



getLocal
public ApiClass getLocal()(Code)



getMethod
public EjbMethodPattern getMethod(MethodSignature sig)(Code)



getPrimKeyClass
public ApiClass getPrimKeyClass()(Code)
Returns the primary key class.



getPrimKeyField
public String getPrimKeyField()(Code)
Returns the primary key field.



getQuery
public EjbMethodPattern getQuery(ApiMethod method, String intf)(Code)
Gets the best method.



getQueryList
public ArrayList<EjbMethodPattern> getQueryList()(Code)
returns the method list.



getRelation
public CmrRelation getRelation(String relationName)(Code)
Gets the matching cmp-relation.



getRelations
public ArrayList<CmrRelation> getRelations()(Code)
Returns the cmp-relations



getSQLTable
public String getSQLTable()(Code)
Returns the sql-table for the bean.



getStubMethods
public ArrayList<ApiMethod> getStubMethods()(Code)
Returns the stub methods



init
public void init() throws ConfigException(Code)
Configure initialization.



initIntrospect
public void initIntrospect() throws ConfigException(Code)
Configure initialization.



introspectCMPCompositeId
protected void introspectCMPCompositeId() throws ConfigException(Code)
Introspects the CMP id.



introspectCMPFields
protected void introspectCMPFields() throws ConfigException(Code)
Introspects the missing CMP fields.



introspectCMPId
protected void introspectCMPId() throws ConfigException(Code)
Introspects the CMP id.



introspectEJBMethod
protected EjbBaseMethod introspectEJBMethod(ApiMethod method) throws ConfigException(Code)
Introspects an ejb method.



isCMP
public boolean isCMP()(Code)
Returns true if the entity bean is a CMP.



isCMP1
public boolean isCMP1()(Code)
Returns true if the entity bean is a CMP.



isReadOnly
public boolean isReadOnly()(Code)
Returns true if the entity bean is read-only



setAbstractSchemaName
public void setAbstractSchemaName(String abstractSchema) throws ConfigException(Code)
Sets the abstract-schema for the bean.



setCMP
public void setCMP(boolean isCMP)(Code)
Sets true if the entity bean is CMP.



setCacheSize
public void setCacheSize(int cacheSize)(Code)
Sets the number of items in the entity cache.



setCacheTimeout
public void setCacheTimeout(Period cacheTimeout)(Code)
Sets the timeout for items in the entity cache.



setCmpVersion
public void setCmpVersion(String version) throws ConfigException(Code)
Sets the CMP version.



setDataSource
public void setDataSource(DataSource dataSource)(Code)
Sets the data-source for the bean.



setEJBClass
public void setEJBClass(Class ejbClass) throws ConfigException(Code)
Sets the ejb implementation class.



setPersistenceType
public void setPersistenceType(String type) throws ConfigException(Code)
Sets the persistence type.



setPrimKeyClass
public void setPrimKeyClass(Class cl)(Code)
Sets the primary key class.



setPrimKeyField
public void setPrimKeyField(String field)(Code)
Sets the primary key field.



setReadOnly
public void setReadOnly(boolean isReadOnly)(Code)
Sets true if the entity bean is read-only



setReentrant
public void setReentrant(boolean reentrant) throws ConfigException(Code)
Sets true if the bean is reentrant.



setSQLTable
public void setSQLTable(String sqlTable)(Code)
Sets the sql-table for the bean.



toString
public String toString()(Code)



validateCMPFields
protected void validateCMPFields() throws ConfigException(Code)
Introspects the missing CMP fields.



validateImplMethod
protected void validateImplMethod(ApiMethod method) throws ConfigException(Code)
Introspects an ejb method.




Fields inherited from com.caucho.ejb.cfg.EjbBean
protected BeanGenerator _bean(Code)(Java Doc)
protected boolean _isContainerTransaction(Code)(Java Doc)
protected ClassLoader _jClassLoader(Code)(Java Doc)
protected ApiClass _localHome(Code)(Java Doc)
protected ArrayList<ApiClass> _localList(Code)(Java Doc)
protected ArrayList<EjbMethodPattern> _methodList(Code)(Java Doc)
protected ApiClass _remoteHome(Code)(Java Doc)
protected ArrayList<ApiClass> _remoteList(Code)(Java Doc)

Methods inherited from com.caucho.ejb.cfg.EjbBean
public void addBeanDependency(String ejbName)(Code)(Java Doc)
public void addBuilderProgram(ConfigProgram init)(Code)(Java Doc)
public void addBusinessLocal(Class localClass)(Code)(Java Doc)
public void addBusinessRemote(Class remoteClass)(Code)(Java Doc)
public void addDepend(Path path)(Code)(Java Doc)
public void addDependency(PersistentDependency depend)(Code)(Java Doc)
public void addDependency(Class cl)(Code)(Java Doc)
public void addDependencyList(ArrayList<PersistentDependency> dependList)(Code)(Java Doc)
protected void addImports(BeanAssembler assembler)(Code)(Java Doc)
public void addInitProgram(ConfigProgram init)(Code)(Java Doc)
public void addInterceptor(Interceptor interceptor)(Code)(Java Doc)
public void addMethod(EjbMethodPattern method)(Code)(Java Doc)
public void addPostConstruct(PostConstructType postConstruct)(Code)(Java Doc)
public void addRemoveMethod(RemoveMethod removeMethod)(Code)(Java Doc)
public void assembleBeanMethods() throws ConfigException(Code)(Java Doc)
public GenClass assembleGenerator(String fullClassName) throws NoSuchMethodException, ConfigException(Code)(Java Doc)
protected void assembleHomeMethods(BeanAssembler assembler, BaseClass baseClass, String contextClassName, ApiClass homeClass, String prefix) throws NoSuchMethodException(Code)(Java Doc)
protected void assembleMethods(BeanAssembler assembler, String fullClassName) throws ConfigException(Code)(Java Doc)
protected void assembleMethods(BeanAssembler assembler, ViewClass view, String contextClassName, ArrayList<ApiMethod> methods, String prefix) throws NoSuchMethodException(Code)(Java Doc)
protected void assembleViews(BeanAssembler assembler, String fullClassName) throws ConfigException(Code)(Java Doc)
public boolean classHasMethod(ApiMethod method, ApiClass cl)(Code)(Java Doc)
public void configureAmber(AmberConfig config) throws ConfigException(Code)(Java Doc)
public boolean containsInterceptor(String interceptorClassName)(Code)(Java Doc)
protected BeanAssembler createAssembler(String fullClassName)(Code)(Java Doc)
protected BeanGenerator createBeanGenerator()(Code)(Java Doc)
protected EjbHomeView createHomeView(ApiClass homeClass, String prefix) throws ConfigException(Code)(Java Doc)
public MessageDestinationRef createMessageDestinationRef()(Code)(Java Doc)
public EjbMethodPattern createMethod(MethodSignature sig)(Code)(Java Doc)
protected EjbObjectView createObjectView(ArrayList<ApiClass> apiList, String prefix, String suffix) throws ConfigException(Code)(Java Doc)
protected EjbObjectView createRemoteObjectView(ArrayList<ApiClass> apiList, String prefix, String suffix) throws ConfigException(Code)(Java Doc)
protected void createViews21() throws ConfigException(Code)(Java Doc)
public AbstractServer deployServer(EjbContainer ejbContainer, JavaClassGenerator javaGen) throws ClassNotFoundException, ConfigException(Code)(Java Doc)
public ConfigException error(String msg)(Code)(Java Doc)
public RuntimeException error(Exception e)(Code)(Java Doc)
protected ApiMethod findFirstCreateMethod(ApiClass cl) throws ConfigException(Code)(Java Doc)
public static ApiMethod findMethod(MethodSignature sig, ApiClass cl, String intf)(Code)(Java Doc)
public static ApiMethod findMethod(ArrayList<ApiMethod> methods, ApiMethod method)(Code)(Java Doc)
public void generate(JavaClassGenerator javaGen, boolean isAutoCompile) throws Exception(Code)(Java Doc)
public String getAroundInvokeMethodName()(Code)(Java Doc)
public ArrayList<String> getBeanDependList()(Code)(Java Doc)
public ClassLoader getClassLoader()(Code)(Java Doc)
public static String getClassName(Class cl)(Code)(Java Doc)
public EjbConfig getConfig()(Code)(Java Doc)
public ArrayList<PersistentDependency> getDependList()(Code)(Java Doc)
public Class getEJBClass()(Code)(Java Doc)
public String getEJBClassName()(Code)(Java Doc)
public ApiClass getEJBClassWrapper()(Code)(Java Doc)
public String getEJBFullClassName()(Code)(Java Doc)
public String getEJBKind()(Code)(Java Doc)
public String getEJBModuleName()(Code)(Java Doc)
public String getEJBName()(Code)(Java Doc)
public EjbContainer getEjbContainer()(Code)(Java Doc)
public String getFilename()(Code)(Java Doc)
public String getFullImplName()(Code)(Java Doc)
public static String getFullMethodName(ApiMethod method)(Code)(Java Doc)
public static String getFullMethodName(String methodName, Class[] params)(Code)(Java Doc)
public ContainerProgram getInitProgram()(Code)(Java Doc)
public Interceptor getInterceptor(String interceptorClassName)(Code)(Java Doc)
public ArrayList<Interceptor> getInterceptors()(Code)(Java Doc)
public ArrayList<Interceptor> getInvokeInterceptors(String methodName)(Code)(Java Doc)
public int getLine()(Code)(Java Doc)
public ApiClass getLocalHome()(Code)(Java Doc)
public ArrayList<ApiClass> getLocalList()(Code)(Java Doc)
public String getLocation()(Code)(Java Doc)
public String getMappedName()(Code)(Java Doc)
public ApiMethod getMethod(String methodName, Class[] paramTypes)(Code)(Java Doc)
public static ApiMethod getMethod(ApiClass cl, ApiMethod sourceMethod)(Code)(Java Doc)
public static ApiMethod getMethod(ArrayList<ApiClass> apiList, String name, Class[] param)(Code)(Java Doc)
public static ApiMethod getMethod(ApiClass cl, String name, Class[] param)(Code)(Java Doc)
public ArrayList<EjbMethodPattern> getMethodList()(Code)(Java Doc)
public EjbMethodPattern getMethodPattern(ApiMethod method, String intf)(Code)(Java Doc)
public static ArrayList<ApiMethod> getMethods(ArrayList<ApiClass> apiList)(Code)(Java Doc)
public Class getRemoteClass()(Code)(Java Doc)
public ApiClass getRemoteHome()(Code)(Java Doc)
public Class getRemoteHomeClass()(Code)(Java Doc)
public ArrayList<ApiClass> getRemoteList()(Code)(Java Doc)
public RemoveMethod getRemoveMethod(Method method)(Code)(Java Doc)
public ArrayList<RemoveMethod> getRemoveMethods()(Code)(Java Doc)
public CallChain getSecurityChain(CallChain next, ApiMethod method, String prefix)(Code)(Java Doc)
public ContainerProgram getServerProgram()(Code)(Java Doc)
public static String getShortClassName(Class cl)(Code)(Java Doc)
public String getSkeletonName()(Code)(Java Doc)
public String getTimeoutMethodName()(Code)(Java Doc)
public TransactionAttributeType getTransactionAttribute(ApiMethod method, String intf)(Code)(Java Doc)
public CallChain getTransactionChain(CallChain next, ApiMethod apiMethod, ApiMethod implMethod, String prefix)(Code)(Java Doc)
public long getTransactionTimeout()(Code)(Java Doc)
public boolean hasException(ApiMethod method, Class exn) throws ConfigException(Code)(Java Doc)
public void init() throws ConfigException(Code)(Java Doc)
public void initIntrospect() throws ConfigException(Code)(Java Doc)
protected void introspect()(Code)(Java Doc)
protected void introspectBean(ApiClass type, String defaultName) throws ConfigException(Code)(Java Doc)
protected EjbBaseMethod introspectEJBMethod(ApiMethod method) throws ConfigException(Code)(Java Doc)
public boolean isAllowPOJO()(Code)(Java Doc)
public boolean isCMP()(Code)(Java Doc)
public boolean isCMP1()(Code)(Java Doc)
public boolean isContainerTransaction()(Code)(Java Doc)
public boolean isEJB3()(Code)(Java Doc)
public static boolean isEquiv(ApiMethod oldMethod, ApiMethod method)(Code)(Java Doc)
public static boolean isMatch(ApiMethod methodA, ApiMethod methodB)(Code)(Java Doc)
public static boolean isMatch(ApiMethod method, String name, Class[] param)(Code)(Java Doc)
protected Class loadClass(String className)(Code)(Java Doc)
public void setAllowPOJO(boolean allowPOJO)(Code)(Java Doc)
public void setAroundInvoke(AroundInvokeConfig aroundInvoke)(Code)(Java Doc)
public void setAroundInvokeMethodName(String aroundInvokeMethodName)(Code)(Java Doc)
public void setConfigLocation(String filename, int line)(Code)(Java Doc)
public void setContainerTransaction(boolean isContainerTransaction)(Code)(Java Doc)
public void setEJBClass(Class ejbClass) throws ConfigException(Code)(Java Doc)
public void setEJBClassWrapper(ApiClass ejbClass) throws ConfigException(Code)(Java Doc)
public void setEJBName(String ejbName)(Code)(Java Doc)
public void setHome(Class homeClass) throws ConfigException(Code)(Java Doc)
public void setInit(ContainerProgram init)(Code)(Java Doc)
public void setLocal(Class local) throws ConfigException(Code)(Java Doc)
public void setLocalHome(Class localHomeClass) throws ConfigException(Code)(Java Doc)
public void setLocalHomeWrapper(ApiClass localHome) throws ConfigException(Code)(Java Doc)
public void setLocalWrapper(ApiClass local) throws ConfigException(Code)(Java Doc)
public void setLocation(String location)(Code)(Java Doc)
public void setMappedName(String mappedName)(Code)(Java Doc)
public void setRemote(Class remote) throws ConfigException(Code)(Java Doc)
public void setRemoteHomeWrapper(ApiClass remoteHome) throws ConfigException(Code)(Java Doc)
public void setRemoteWrapper(ApiClass remote) throws ConfigException(Code)(Java Doc)
public void setSecurityIdentity(EjbSecurityIdentity securityIdentity)(Code)(Java Doc)
public void setTransactionTimeout(Period timeout)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public void validateException(ApiMethod method, Class e) throws ConfigException(Code)(Java Doc)
public void validateExceptions(ApiMethod method, Class[] exn) throws ConfigException(Code)(Java Doc)
public void validateExceptions(ApiMethod caller, ApiMethod callee) throws ConfigException(Code)(Java Doc)
protected void validateImplMethod(ApiMethod method) throws ConfigException(Code)(Java Doc)
protected ApiMethod validateMethod(String methodName, Class[] param) throws ConfigException(Code)(Java Doc)
protected ApiMethod validateMethod(String methodName, Class[] param, ApiMethod sourceMethod, ApiClass sourceClass) throws ConfigException(Code)(Java Doc)
protected ApiMethod validateMethod(String methodName, Class[] param, ApiMethod sourceMethod, ApiClass sourceClass, boolean isOptional) throws ConfigException(Code)(Java Doc)
protected ApiMethod validateNonFinalMethod(String methodName, Class[] param, boolean isOptional) throws ConfigException(Code)(Java Doc)
protected ApiMethod validateNonFinalMethod(String methodName, Class[] param) throws ConfigException(Code)(Java Doc)
protected ApiMethod validateNonFinalMethod(String methodName, Class[] param, ApiMethod sourceMethod, ApiClass sourceClass) throws ConfigException(Code)(Java Doc)
protected ApiMethod validateNonFinalMethod(String methodName, Class[] param, ApiMethod sourceMethod, ApiClass sourceClass, boolean isOptional) throws ConfigException(Code)(Java Doc)
protected void validatePublicMethod(ApiMethod method) throws ConfigException(Code)(Java Doc)
protected void validateRemote(ApiClass objectClass) throws ConfigException(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.