Java Doc for SharkConnectionCORBA.java in  » Workflow-Engines » shark » org » enhydra » shark » corba » 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 » Workflow Engines » shark » org.enhydra.shark.corba 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.enhydra.shark.corba.SharkConnectionCORBA

SharkConnectionCORBA
public class SharkConnectionCORBA extends _SharkConnectionImplBase implements Collective(Code)
The client interface through which client accesses the engine objects, and performs the various actions on engine.
author:
   Sasa Bojanic
version:
   0.2


Field Summary
 Collective__collective
    
 org.enhydra.shark.api.client.wfservice.SharkConnectionmySharkConn
    

Constructor Summary
 SharkConnectionCORBA(SharkCORBAServer server, org.enhydra.shark.api.client.wfservice.SharkConnection sc)
    

Method Summary
public  void__disband(ORB _orb)
    
public  void__leave(org.omg.CORBA.Object obj)
    
public  void__recruit(org.omg.CORBA.Object obj)
    
public  voidconnect(String userId, String password, String engineName, String scope)
    
public  WfProcesscreateProcess(String pkgId, String pDefId)
    
public  WfProcesscreateProcessWithRequester(WfRequester requester, String pkgId, String pDefId)
    
public  voiddisconnect()
    
public  voiddoneWith(org.omg.CORBA.Object toDisconnect)
    
public  WfActivitygetActivity(String procId, String actId)
    
public  WfDataEventAudit[]getActivitySequenceDataHistory(String procId, String actId, int max_number)
    
public  WfStateEventAudit[]getActivitySequenceStateHistory(String procId, String actId, int max_number)
    
public  WfAssignmentgetAssignment(String procId, String actId, String username)
    
public  WfAssignmentgetAssignmentById(String procId, String assId)
    
public  WfCreateProcessEventAuditgetCreateProcessHistory(String procId)
    
public  WfProcessgetProcess(String procId)
    
public  WfProcessMgrgetProcessMgr(String name)
    
public  WfProcessMgrgetProcessMgrByXPDLDefinition(String pkgId, String pDefId)
    
public  WfDataEventAudit[]getProcessSequenceDataHistory(String procId, int max_number)
    
public  WfStateEventAudit[]getProcessSequenceStateHistory(String procId, int max_number)
    
public  WfResourcegetResource(String username)
    
public  WfResourcegetResourceObject()
    
public  WfAssignmentEventAudit[]getSequenceAssignmentHistory(String procId, String actId, int max_number)
    
public  WfActivityIteratorget_iterator_activity()
    
public  WfAssignmentIteratorget_iterator_assignment()
    
public  WfProcessIteratorget_iterator_process()
    
public  WfProcessMgrIteratorget_iterator_processmgr()
    
public  WfResourceIteratorget_iterator_resource()
    
public  WfProcessMgr[]get_sequence_processmgr(int max_number)
    
public  WfResource[]get_sequence_resource(int max_number)
    
public  voidremoveProcessRequester(String procId)
    
public  voidshutdown()
    

Field Detail
__collective
Collective __collective(Code)



mySharkConn
org.enhydra.shark.api.client.wfservice.SharkConnection mySharkConn(Code)




Constructor Detail
SharkConnectionCORBA
SharkConnectionCORBA(SharkCORBAServer server, org.enhydra.shark.api.client.wfservice.SharkConnection sc)(Code)




Method Detail
__disband
public void __disband(ORB _orb)(Code)



__leave
public void __leave(org.omg.CORBA.Object obj)(Code)



__recruit
public void __recruit(org.omg.CORBA.Object obj)(Code)



connect
public void connect(String userId, String password, String engineName, String scope) throws BaseException, ConnectFailed(Code)



createProcess
public WfProcess createProcess(String pkgId, String pDefId) throws BaseException, NotConnected, NotEnabled(Code)



createProcessWithRequester
public WfProcess createProcessWithRequester(WfRequester requester, String pkgId, String pDefId) throws BaseException, NotConnected, NotEnabled, InvalidRequester, RequesterRequired(Code)



disconnect
public void disconnect() throws BaseException, NotConnected(Code)



doneWith
public void doneWith(org.omg.CORBA.Object toDisconnect)(Code)



getActivity
public WfActivity getActivity(String procId, String actId) throws BaseException, NotConnected(Code)



getActivitySequenceDataHistory
public WfDataEventAudit[] getActivitySequenceDataHistory(String procId, String actId, int max_number) throws BaseException, NotConnected(Code)



getActivitySequenceStateHistory
public WfStateEventAudit[] getActivitySequenceStateHistory(String procId, String actId, int max_number) throws BaseException, NotConnected(Code)



getAssignment
public WfAssignment getAssignment(String procId, String actId, String username) throws BaseException, NotConnected(Code)



getAssignmentById
public WfAssignment getAssignmentById(String procId, String assId) throws BaseException, NotConnected(Code)



getCreateProcessHistory
public WfCreateProcessEventAudit getCreateProcessHistory(String procId) throws BaseException, NotConnected(Code)



getProcess
public WfProcess getProcess(String procId) throws BaseException, NotConnected(Code)



getProcessMgr
public WfProcessMgr getProcessMgr(String name) throws BaseException, NotConnected(Code)



getProcessMgrByXPDLDefinition
public WfProcessMgr getProcessMgrByXPDLDefinition(String pkgId, String pDefId) throws BaseException, NotConnected(Code)



getProcessSequenceDataHistory
public WfDataEventAudit[] getProcessSequenceDataHistory(String procId, int max_number) throws BaseException, NotConnected(Code)



getProcessSequenceStateHistory
public WfStateEventAudit[] getProcessSequenceStateHistory(String procId, int max_number) throws BaseException, NotConnected(Code)



getResource
public WfResource getResource(String username) throws BaseException, NotConnected(Code)



getResourceObject
public WfResource getResourceObject() throws BaseException, NotConnected(Code)



getSequenceAssignmentHistory
public WfAssignmentEventAudit[] getSequenceAssignmentHistory(String procId, String actId, int max_number) throws BaseException, NotConnected(Code)



get_iterator_activity
public WfActivityIterator get_iterator_activity() throws BaseException, NotConnected(Code)



get_iterator_assignment
public WfAssignmentIterator get_iterator_assignment() throws BaseException, NotConnected(Code)



get_iterator_process
public WfProcessIterator get_iterator_process() throws BaseException, NotConnected(Code)



get_iterator_processmgr
public WfProcessMgrIterator get_iterator_processmgr() throws BaseException, NotConnected(Code)



get_iterator_resource
public WfResourceIterator get_iterator_resource() throws BaseException, NotConnected(Code)



get_sequence_processmgr
public WfProcessMgr[] get_sequence_processmgr(int max_number) throws BaseException, NotConnected(Code)



get_sequence_resource
public WfResource[] get_sequence_resource(int max_number) throws BaseException, NotConnected(Code)



removeProcessRequester
public void removeProcessRequester(String procId) throws BaseException, NotConnected(Code)



shutdown
public void shutdown() throws BaseException, NotConnected(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.