Java Doc for ProcessRemoteWrapper.java in  » Workflow-Engines » wfmopen-2.1.1 » domain » 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 » wfmopen 2.1.1 » domain 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   domain.ProcessRemoteWrapper

ProcessRemoteWrapper
public class ProcessRemoteWrapper implements ExtProcess(Code)
This class provides ...
author:
   mnl



Constructor Summary
public  ProcessRemoteWrapper(VolatileProcess process)
     Create a new instance with all attributes initialized to defaults or the given values.

Method Summary
public  voidabort()
    
public  CollectionactivitiesInState(String state)
    
public  CollectionactivitiesOfBlockActivity(String blockActivity)
    
public  ActivityactivityByKey(String key)
    
public  WfAuditEventauditEventBase()
    
public  voidchangeState(State newState)
    
public  voidchangeState(String newState)
    
public  intcleanupMode()
    
public  voidcomplete(Long activity, State s)
    
public  DatecreateTime()
    
public  booleandebugEnabled()
    
public  booleandeliverChannelMessage(String channel, Map message)
    
public  Stringdescription()
    
public  booleanequals(Object obj)
    
public  Serializable[]evalExpressions(Object[][] expressionData)
    
public  SerializableevalScript(String script)
    
public  StringgetXPDL()
    
public  voidhandleAuditEvent(WfAuditEvent event)
    
public  voidhandleTimeout(Serializable info)
    
public  inthashCode()
    
public  Collectionhistory()
    
public  StatehowClosed()
    
public  ScriptablejsScope()
    
public  Stringkey()
    
public  DatelastStateTime()
    
public  MaplookForMessage(String channel)
    
public  WfProcessMgrmanager()
    
public  Stringname()
    
public  intpriority()
    
public  ProcessDataprocessContext()
    
public  PrincipalprocessCreator()
    
public  ProcessDefinitionprocessDefinition()
    
public  booleanremoveOnClose()
    
public  WfRequesterrequester()
    
public  ProcessrequestingProcess()
    
public  ProcessDataresult()
    
public  voidresume()
    
public  voidsetActivities(Collection act)
    
public  voidsetDebugEnabled(boolean debug)
    
public  voidsetDescription(String newValue)
    
public  voidsetName(String newValue)
    
public  voidsetPriority(int newValue)
    
public  voidsetProcessContext(ProcessData newValues)
    
public  voidsetRequester(WfRequester requester)
    
public  voidstart()
    
public  voidstartTimer(Date due, Serializable info)
    
public  Stringstate()
    
public  Collectionsteps()
    
public  voidstopTimers()
    
public  voidsubmitChannelMessage(String channel, Map message)
    
public  voidsuspend()
    
public  voidterminate()
    
public  ProcesstoProcess()
    
public  StringtoString()
    
public  Listtransitions()
    
public  StatetypedState()
    
public  WfRequesterunresolvedRequester()
    
public  CollectionvalidStates()
    
public  StatewhileOpen()
    
public  StatewhyNotRunning()
    
public  StateworkflowState()
    


Constructor Detail
ProcessRemoteWrapper
public ProcessRemoteWrapper(VolatileProcess process)(Code)
Create a new instance with all attributes initialized to defaults or the given values.
Parameters:
  process -




Method Detail
abort
public void abort() throws CannotStopException, NotRunningException(Code)

throws:
  CannotStopException -
throws:
  NotRunningException -
See Also:   de.danet.an.workflow.domain.AbstractProcess.abort



activitiesInState
public Collection activitiesInState(String state) throws InvalidStateException(Code)

Parameters:
  state -
throws:
  InvalidStateException -
See Also:   de.danet.an.workflow.domain.AbstractProcess.activitiesInState(java.lang.String)



activitiesOfBlockActivity
public Collection activitiesOfBlockActivity(String blockActivity)(Code)

Parameters:
  blockActivity -
See Also:   de.danet.an.workflow.domain.AbstractProcess.activitiesOfBlockActivity(java.lang.String)



activityByKey
public Activity activityByKey(String key) throws RemoteException, InvalidKeyException(Code)



auditEventBase
public WfAuditEvent auditEventBase()(Code)

See Also:   domain.VolatileProcess.auditEventBase



changeState
public void changeState(State newState) throws InvalidStateException, TransitionNotAllowedException(Code)

Parameters:
  newState -
throws:
  InvalidStateException -
throws:
  TransitionNotAllowedException -
See Also:   de.danet.an.workflow.domain.AbstractProcess.changeState(de.danet.an.workflow.omgcore.WfExecutionObject.State)



changeState
public void changeState(String newState) throws InvalidStateException, TransitionNotAllowedException(Code)

Parameters:
  newState -
throws:
  InvalidStateException -
throws:
  TransitionNotAllowedException -
See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.changeState(java.lang.String)



cleanupMode
public int cleanupMode()(Code)

See Also:   domain.VolatileProcess.cleanupMode



complete
public void complete(Long activity, State s)(Code)

Parameters:
  activity -
Parameters:
  s -
See Also:   domain.VolatileProcess.complete(java.lang.Longde.danet.an.workflow.omgcore.WfExecutionObject.State)



createTime
public Date createTime()(Code)

See Also:   domain.VolatileProcess.createTime



debugEnabled
public boolean debugEnabled()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.debugEnabled



deliverChannelMessage
public boolean deliverChannelMessage(String channel, Map message) throws InvalidDataException(Code)

Parameters:
  channel -
Parameters:
  message -
throws:
  InvalidDataException -
See Also:   domain.VolatileProcess.deliverChannelMessage(java.lang.Stringjava.util.Map)



description
public String description()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.description



equals
public boolean equals(Object obj)(Code)

Parameters:
  obj -
See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.equals(java.lang.Object)



evalExpressions
public Serializable[] evalExpressions(Object[][] expressionData)(Code)

Parameters:
  expressionData -
See Also:   de.danet.an.workflow.domain.AbstractProcess.evalExpressions(java.lang.Object[][])



evalScript
public Serializable evalScript(String script) throws ScriptException(Code)

Parameters:
  script -
throws:
  ScriptException -
See Also:   de.danet.an.workflow.domain.AbstractProcess.evalScript(java.lang.String)



getXPDL
public String getXPDL()(Code)

See Also:   domain.VolatileProcess.getXPDL



handleAuditEvent
public void handleAuditEvent(WfAuditEvent event)(Code)

Parameters:
  event -
See Also:   de.danet.an.workflow.domain.AbstractProcess.handleAuditEvent(de.danet.an.workflow.omgcore.WfAuditEvent)



handleTimeout
public void handleTimeout(Serializable info)(Code)

Parameters:
  info -
See Also:   de.danet.an.workflow.domain.AbstractProcess.handleTimeout(java.io.Serializable)



hashCode
public int hashCode()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.hashCode



history
public Collection history()(Code)

See Also:   domain.VolatileProcess.history



howClosed
public State howClosed()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.howClosed



jsScope
public Scriptable jsScope()(Code)

See Also:   de.danet.an.workflow.domain.AbstractProcess.jsScope



key
public String key()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.key



lastStateTime
public Date lastStateTime()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.lastStateTime



lookForMessage
public Map lookForMessage(String channel)(Code)

Parameters:
  channel -
See Also:   domain.VolatileProcess.lookForMessage(java.lang.String)



manager
public WfProcessMgr manager()(Code)

See Also:   domain.VolatileProcess.manager



name
public String name()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.name



priority
public int priority()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.priority



processContext
public ProcessData processContext()(Code)

See Also:   domain.VolatileProcess.processContext



processCreator
public Principal processCreator()(Code)

See Also:   domain.VolatileProcess.processCreator



processDefinition
public ProcessDefinition processDefinition()(Code)

See Also:   domain.VolatileProcess.processDefinition



removeOnClose
public boolean removeOnClose() throws RemoteException(Code)

throws:
  RemoteException -
See Also:   domain.VolatileProcess.removeOnClose



requester
public WfRequester requester()(Code)

See Also:   domain.VolatileProcess.requester



requestingProcess
public Process requestingProcess()(Code)

See Also:   de.danet.an.workflow.domain.AbstractProcess.requestingProcess



result
public ProcessData result() throws ResultNotAvailableException(Code)

throws:
  ResultNotAvailableException -
See Also:   domain.VolatileProcess.result



resume
public void resume() throws CannotResumeException, NotRunningException, NotSuspendedException(Code)

throws:
  CannotResumeException -
throws:
  NotRunningException -
throws:
  NotSuspendedException -
See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.resume



setActivities
public void setActivities(Collection act)(Code)

Parameters:
  act -
See Also:   domain.VolatileProcess.setActivities(java.util.Collection)



setDebugEnabled
public void setDebugEnabled(boolean debug) throws InvalidStateException(Code)

Parameters:
  debug -
throws:
  InvalidStateException -
See Also:   de.danet.an.workflow.domain.AbstractProcess.setDebugEnabled(boolean)



setDescription
public void setDescription(String newValue)(Code)

Parameters:
  newValue -
See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.setDescription(java.lang.String)



setName
public void setName(String newValue)(Code)

Parameters:
  newValue -
See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.setName(java.lang.String)



setPriority
public void setPriority(int newValue) throws InvalidPriorityException, UpdateNotAllowedException(Code)

Parameters:
  newValue -
throws:
  InvalidPriorityException -
throws:
  UpdateNotAllowedException -
See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.setPriority(int)



setProcessContext
public void setProcessContext(ProcessData newValues) throws InvalidDataException, UpdateNotAllowedException(Code)

Parameters:
  newValues -
throws:
  InvalidDataException -
throws:
  UpdateNotAllowedException -
See Also:   de.danet.an.workflow.domain.AbstractProcess.setProcessContext(de.danet.an.workflow.omgcore.ProcessData)



setRequester
public void setRequester(WfRequester requester) throws CannotChangeRequesterException(Code)

Parameters:
  requester -
throws:
  CannotChangeRequesterException -
See Also:   domain.VolatileProcess.setRequester(de.danet.an.workflow.omgcore.WfRequester)



start
public void start() throws CannotStartException, AlreadyRunningException(Code)

throws:
  CannotStartException -
throws:
  AlreadyRunningException -
See Also:   de.danet.an.workflow.domain.AbstractProcess.start



startTimer
public void startTimer(Date due, Serializable info)(Code)

Parameters:
  due -
Parameters:
  info -
See Also:   domain.VolatileProcess.startTimer(java.util.Datejava.io.Serializable)



state
public String state()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.state



steps
public Collection steps()(Code)

See Also:   domain.VolatileProcess.steps



stopTimers
public void stopTimers()(Code)

See Also:   domain.VolatileProcess.stopTimers



submitChannelMessage
public void submitChannelMessage(String channel, Map message) throws InvalidDataException(Code)

Parameters:
  channel -
Parameters:
  message -
throws:
  InvalidDataException -
See Also:   domain.VolatileProcess.submitChannelMessage(java.lang.Stringjava.util.Map)



suspend
public void suspend() throws CannotSuspendException, NotRunningException, AlreadySuspendedException(Code)

throws:
  CannotSuspendException -
throws:
  NotRunningException -
throws:
  AlreadySuspendedException -
See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.suspend



terminate
public void terminate() throws CannotStopException, NotRunningException(Code)

throws:
  CannotStopException -
throws:
  NotRunningException -
See Also:   de.danet.an.workflow.domain.AbstractProcess.terminate



toProcess
public Process toProcess()(Code)

See Also:   domain.VolatileProcess.toProcess



toString
public String toString()(Code)

See Also:   de.danet.an.workflow.domain.AbstractProcess.toString



transitions
public List transitions()(Code)

See Also:   domain.VolatileProcess.transitionsLocal



typedState
public State typedState()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.typedState



unresolvedRequester
public WfRequester unresolvedRequester()(Code)

See Also:   de.danet.an.workflow.domain.AbstractProcess.unresolvedRequester



validStates
public Collection validStates()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.validStates



whileOpen
public State whileOpen()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.whileOpen



whyNotRunning
public State whyNotRunning()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.whyNotRunning



workflowState
public State workflowState()(Code)

See Also:   de.danet.an.workflow.domain.AbstractExecutionObject.workflowState



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.