Java Doc for EJBLookup.java in  » J2EE » fleXive » com » flexive » shared » 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 » fleXive » com.flexive.shared 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.flexive.shared.EJBLookup

EJBLookup
public class EJBLookup (Code)
Utility class for EJB lookups.
author:
   Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at)
author:
   Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at)


Field Summary
public static  StringAPPNAME
    

Constructor Summary
protected  EJBLookup()
     Protected default constructor to avoid instantiation.

Method Summary
public static  ACLEnginegetACLEngine()
     Lookup of the ACLEngine EJB.
public static  AccountEnginegetAccountEngine()
     Lookup of the AccountEngine EJB.
public static  AssignmentEnginegetAssignmentEngine()
     Lookup of the AssignmentEngine EJB.
public static  BriefcaseEnginegetBriefcaseEngine()
     Lookup of the Briefcase EJB.
public static  ConfigurationEnginegetConfigurationEngine()
     Lookup of the FxConfiguration EJB.
public static  ContentEnginegetContentEngine()
     Lookup of the ContentEngine EJB.
public static  DivisionConfigurationEnginegetDivisionConfigurationEngine()
     Lookup of the DivisionConfigurationEngine EJB.
public static  TgetEngine(String appName, Class<T> type)
     Lookup the EJB found under the given Class's name.
public static  TgetEngine(Class<T> type)
     Lookup the EJB found under the given Class's name.
public static  GlobalConfigurationEnginegetGlobalConfigurationEngine()
     Lookup of the GlobalConfigurationBean EJB.
protected static  TgetInterface(Class<T> type, String appName, Hashtable environment)
     Lookup the EJB found under the given Class's name.
public static  LanguageEnginegetLanguageEngine()
     Lookup of the Language EJB.
public static  MandatorEnginegetMandatorEngine()
     Lookup of the MandatorEngine EJB.
public static  ResultPreferencesEnginegetResultPreferencesEngine()
     Lookup of the ResultPreferencesEngine EJB.
public static  ScriptingEnginegetScriptingEngine()
    
public static  SearchEnginegetSearchEngine()
     Lookup of the SqlSearch EJB.
public static  SelectListEnginegetSelectListEngine()
     Lookup of the SelectListEngine EJB.
public static  SequencerEnginegetSequencerEngine()
     Lookup of the SequencerEngine EJB.
public static  SessionContextgetSessionContext()
     Get a reference of the current EJB session context.
public static  StatelessTestgetStatelessTestInterface()
     Lookup of the StatelessTest EJB.
public static  TemplateEnginegetTemplateEngine()
     Lookup of the Template EJB.
public static  FxTimerServicegetTimerService()
    
public static  TransactionManagergetTransactionManager()
    
public static  TreeEnginegetTreeEngine()
    
public static  TypeEnginegetTypeEngine()
     Lookup of the TypeEngine EJB.
public static  UserConfigurationEnginegetUserConfigurationEngine()
     Lookup of the UserConfigurationEngine EJB.
public static  UserGroupEnginegetUserGroupEngine()
     Lookup of the GroupEngine EJB.
public static  WorkflowEnginegetWorkflowEngine()
     Lookup of the WorkflowEngine EJB.
public static  RouteEnginegetWorkflowRouteEngine()
     Lookup of the RouteEngine EJB.
public static  StepDefinitionEnginegetWorkflowStepDefinitionEngine()
     Lookup of the StepDefinitionEngine EJB.
public static  StepEnginegetWorkflowStepEngine()
     Lookup of the StepEngine EJB.

Field Detail
APPNAME
public static String APPNAME(Code)




Constructor Detail
EJBLookup
protected EJBLookup()(Code)
Protected default constructor to avoid instantiation.




Method Detail
getACLEngine
public static ACLEngine getACLEngine()(Code)
Lookup of the ACLEngine EJB. a reference to the ACLEngine EJB



getAccountEngine
public static AccountEngine getAccountEngine()(Code)
Lookup of the AccountEngine EJB. a reference to the AccountEngine EJB



getAssignmentEngine
public static AssignmentEngine getAssignmentEngine()(Code)
Lookup of the AssignmentEngine EJB. a reference to the AssignmentEngine EJB.



getBriefcaseEngine
public static BriefcaseEngine getBriefcaseEngine()(Code)
Lookup of the Briefcase EJB. a reference to the Briefcase EJB



getConfigurationEngine
public static ConfigurationEngine getConfigurationEngine()(Code)
Lookup of the FxConfiguration EJB. a reference to the FxConfiguration EJB.



getContentEngine
public static ContentEngine getContentEngine()(Code)
Lookup of the ContentEngine EJB. a reference to the ContentEngine EJB.



getDivisionConfigurationEngine
public static DivisionConfigurationEngine getDivisionConfigurationEngine()(Code)
Lookup of the DivisionConfigurationEngine EJB. a reference to the DivisionConfigurationEngine EJB



getEngine
public static T getEngine(String appName, Class<T> type)(Code)
Lookup the EJB found under the given Class's name. Uses default flexive naming scheme.
Parameters:
  appName - EJB application name
Parameters:
  type - EJB interface class instance<
Parameters:
  T - > EJB interface type a reference to the given EJB



getEngine
public static T getEngine(Class<T> type)(Code)
Lookup the EJB found under the given Class's name. Uses default flexive naming scheme.
Parameters:
  type - EJB interface class instance<
Parameters:
  T - > EJB interface type a reference to the given EJB



getGlobalConfigurationEngine
public static GlobalConfigurationEngine getGlobalConfigurationEngine()(Code)
Lookup of the GlobalConfigurationBean EJB. a reference to the GlobalConfigurationBean EJB.



getInterface
protected static T getInterface(Class<T> type, String appName, Hashtable environment)(Code)
Lookup the EJB found under the given Class's name. Uses default flexive naming scheme.
Parameters:
  type - EJB interface class instance
Parameters:
  appName - EJB application name
Parameters:
  environment - optional environment for creating the initial context<
Parameters:
  T - > EJB interface type a reference to the given EJB



getLanguageEngine
public static LanguageEngine getLanguageEngine()(Code)
Lookup of the Language EJB. a reference to the Language EJB



getMandatorEngine
public static MandatorEngine getMandatorEngine()(Code)
Lookup of the MandatorEngine EJB. a reference to the MandatorEngine EJB



getResultPreferencesEngine
public static ResultPreferencesEngine getResultPreferencesEngine()(Code)
Lookup of the ResultPreferencesEngine EJB. a reference to the ResultPreferencesEngine EJB.



getScriptingEngine
public static ScriptingEngine getScriptingEngine()(Code)
Lookup of the ScriptingEngine EJB a reference to the ScriptingEngine EJB



getSearchEngine
public static SearchEngine getSearchEngine()(Code)
Lookup of the SqlSearch EJB. a reference to the SqlSearch EJB



getSelectListEngine
public static SelectListEngine getSelectListEngine()(Code)
Lookup of the SelectListEngine EJB. a reference to the SelectListEngine EJB



getSequencerEngine
public static SequencerEngine getSequencerEngine()(Code)
Lookup of the SequencerEngine EJB. a reference to the SequencerEngine EJB.



getSessionContext
public static SessionContext getSessionContext()(Code)
Get a reference of the current EJB session context. the EJB session context



getStatelessTestInterface
public static StatelessTest getStatelessTestInterface()(Code)
Lookup of the StatelessTest EJB. a reference to the StatelessTest EJB.



getTemplateEngine
public static TemplateEngine getTemplateEngine()(Code)
Lookup of the Template EJB. a reference to the Briefcase EJB



getTimerService
public static FxTimerService getTimerService()(Code)
Lookup of the FxTimerService EJB a reference to the FxTimerService EJB



getTransactionManager
public static TransactionManager getTransactionManager()(Code)
Get a reference of the transaction manager TransactionManager



getTreeEngine
public static TreeEngine getTreeEngine()(Code)
Lookup of the FxTree EJB a reference to the FxTree EJB



getTypeEngine
public static TypeEngine getTypeEngine()(Code)
Lookup of the TypeEngine EJB. a reference to the TypeEngine EJB.



getUserConfigurationEngine
public static UserConfigurationEngine getUserConfigurationEngine()(Code)
Lookup of the UserConfigurationEngine EJB. a reference to the UserConfigurationEngine EJB



getUserGroupEngine
public static UserGroupEngine getUserGroupEngine()(Code)
Lookup of the GroupEngine EJB. a reference to the GroupEngine EJB



getWorkflowEngine
public static WorkflowEngine getWorkflowEngine()(Code)
Lookup of the WorkflowEngine EJB. a reference to the WorkflowEngine EJB.



getWorkflowRouteEngine
public static RouteEngine getWorkflowRouteEngine()(Code)
Lookup of the RouteEngine EJB. a reference to the RouteEngine EJB.



getWorkflowStepDefinitionEngine
public static StepDefinitionEngine getWorkflowStepDefinitionEngine()(Code)
Lookup of the StepDefinitionEngine EJB. a reference to the StepDefinitionEngine EJB.



getWorkflowStepEngine
public static StepEngine getWorkflowStepEngine()(Code)
Lookup of the StepEngine EJB. a reference to the StepEngine EJB.



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.