Java Doc for Pasoa.java in  » Workflow-Engines » pegasus-2.1.0 » org » griphyn » cPlanner » provenance » pasoa » pps » 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 » pegasus 2.1.0 » org.griphyn.cPlanner.provenance.pasoa.pps 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.griphyn.cPlanner.provenance.pasoa.pps.Pasoa

Pasoa
public class Pasoa implements PPS(Code)
Implements the PPS interface for recording documentation from a Pegasus refinement.


Field Summary
final public static  String_clusterParameter
    
final public static  String_clusteredRelation
    
final public static  String_identicalParameter
    
final public static  String_identicalRelation
    
final public static  String_inClusterParameter
    
final public static  String_registrationOfParameter
    
final public static  String_registrationParameter
    
final public static  String_registrationRelation
    
final public static  String_siteSelectionInputParameter
     The job before site selection plays the 'preselection' role.
final public static  String_siteSelectionOutputParameter
     The job after site selection plays the 'postselection' role.
final public static  String_siteSelectionRelation
     The site seleciotn relationship relates a job that has had its site selected to that same job before site selection.
final public static  String_stagedForParameter
    
final public static  String_stagingParameter
    
final public static  String_stagingRelation
    

Constructor Summary
public  Pasoa()
     On initialisation, create a ClientLib object for communication with a store, set the store URL and create a namespace-aware DOM document parser.
public  Pasoa(String storeURL)
     On initialisation, create a ClientLib object for communication with a store, set the store URL and create a namespace-aware DOM document parser.

Method Summary
public static  ElementaddressToElement(String address)
     Conventionally, we use WS-Addressing to identify the endpoints of an interaction between actors, and this method constructs an XML (DOM) fragment in the WS-Addressing schema for a particular URL.
public  StringbeginWorkflowRefinementStep(Refiner workflow, String refinementStepName, boolean firstStep)
    
public  voidclusteringOf(String clusteredJob, List jobs)
    
public  ElementcreateDataAccessor(String jobID)
     Individual jobs in a workflow are identified by an XML document fragment, called a data accessor, and this method constructs the fragment for a given job ID.
public  InteractionKeycreateInteractionKey(String refinementID, String refinementAddress, boolean preRefinement)
     Creates an interaction key to identify an interaction between two actors.
public  InteractionPAssertioncreateInteractionPAssertion(String workflow)
     Creates an interaction p-assertion asserting that a given partially refined workflow was exchanged between actors.
public  RelationshipPAssertioncreateRelationship(int count, String effectJobID, String effectParameter, String relationType, InteractionKey causeKey, String causeJobID, String causeParameter)
     Creates a relationship p-assertion between nodes in two partially refined workflows.
public  voidendWorkflowRefinementStep(Refiner workflow)
    
public  voidisIdenticalTo(String afterNode, String beforeNode)
    
public  voidisPartitionOf(String afterNode, List beforeNode)
    
public  voidrecord(PAssertion passertion, InteractionKey interactionKey, boolean isSender, String asserterURL)
    
public  voidrecordInteraction(InteractionPAssertion passertion, InteractionKey interactionKey, String refinerType, boolean refinementInput)
    
public  voidrecordInteraction(String workflow, InteractionKey interactionKey, String refinerType, boolean refinementInput)
    
public  RelationshipPAssertionrecordRelationship(int count, String effectJobID, String effectParameter, String relationType, InteractionKey causeKey, String causeJobID, String causeParameter, String asserterURL)
    
public  voidregistrationIntroducedFor(String registrationNode, String dataStagingNode)
    
public  voidsiteSelectionFor(String afterNode, String beforeNode)
    
public  voidstagingIntroducedFor(List stagingNodes, String appNode)
    
public  ElementtoElement(String xmlAsString)
    

Field Detail
_clusterParameter
final public static String _clusterParameter(Code)



_clusteredRelation
final public static String _clusteredRelation(Code)



_identicalParameter
final public static String _identicalParameter(Code)



_identicalRelation
final public static String _identicalRelation(Code)
The identicalTo relationship relates a workflow node before and after a refinement that has not changed during that refinement



_inClusterParameter
final public static String _inClusterParameter(Code)



_registrationOfParameter
final public static String _registrationOfParameter(Code)



_registrationParameter
final public static String _registrationParameter(Code)



_registrationRelation
final public static String _registrationRelation(Code)



_siteSelectionInputParameter
final public static String _siteSelectionInputParameter(Code)
The job before site selection plays the 'preselection' role.



_siteSelectionOutputParameter
final public static String _siteSelectionOutputParameter(Code)
The job after site selection plays the 'postselection' role.



_siteSelectionRelation
final public static String _siteSelectionRelation(Code)
The site seleciotn relationship relates a job that has had its site selected to that same job before site selection.



_stagedForParameter
final public static String _stagedForParameter(Code)



_stagingParameter
final public static String _stagingParameter(Code)



_stagingRelation
final public static String _stagingRelation(Code)




Constructor Detail
Pasoa
public Pasoa() throws Exception(Code)
On initialisation, create a ClientLib object for communication with a store, set the store URL and create a namespace-aware DOM document parser.



Pasoa
public Pasoa(String storeURL) throws Exception(Code)
On initialisation, create a ClientLib object for communication with a store, set the store URL and create a namespace-aware DOM document parser.




Method Detail
addressToElement
public static Element addressToElement(String address)(Code)
Conventionally, we use WS-Addressing to identify the endpoints of an interaction between actors, and this method constructs an XML (DOM) fragment in the WS-Addressing schema for a particular URL.
Parameters:
  address - The URL of the endpoint An XML (DOM) fragment in WS-Addressing endpoint schema containing the address



beginWorkflowRefinementStep
public String beginWorkflowRefinementStep(Refiner workflow, String refinementStepName, boolean firstStep) throws Exception(Code)



clusteringOf
public void clusteringOf(String clusteredJob, List jobs) throws Exception(Code)



createDataAccessor
public Element createDataAccessor(String jobID) throws IOException, SAXException(Code)
Individual jobs in a workflow are identified by an XML document fragment, called a data accessor, and this method constructs the fragment for a given job ID.
Parameters:
  causeJobID - The job ID An XML (DOM) fragment representing a reference to that job in an XML workflow representation



createInteractionKey
public InteractionKey createInteractionKey(String refinementID, String refinementAddress, boolean preRefinement)(Code)
Creates an interaction key to identify an interaction between two actors.



createInteractionPAssertion
public InteractionPAssertion createInteractionPAssertion(String workflow) throws IOException, SAXException(Code)
Creates an interaction p-assertion asserting that a given partially refined workflow was exchanged between actors.
Parameters:
  workflow - The (XML) content of the partially refined workflow A JavaBean representation of an interaction p-assertion containing the workflow



createRelationship
public RelationshipPAssertion createRelationship(int count, String effectJobID, String effectParameter, String relationType, InteractionKey causeKey, String causeJobID, String causeParameter) throws IOException, SAXException(Code)
Creates a relationship p-assertion between nodes in two partially refined workflows.
Parameters:
  count - The index of this relationship p-assertion in the interaction (to support the requirement that each p-assertion has a unique ID)
Parameters:
  effectJobID - The job ID of the subject (effect) of the relationship
Parameters:
  effectParameter - The role played by the subject of the relationship
Parameters:
  relationType - The type of the relationship
Parameters:
  causeKey - The interaction key of the object of the relationship
Parameters:
  causeJobID - The job ID of the object (cause) of the relationship
Parameters:
  causeParameter - The role played by the object of the relationship A RelationshipPAssertion JavaBean representing the relationship p-assertion with the given arguments



endWorkflowRefinementStep
public void endWorkflowRefinementStep(Refiner workflow) throws Exception(Code)



isIdenticalTo
public void isIdenticalTo(String afterNode, String beforeNode) throws Exception(Code)



isPartitionOf
public void isPartitionOf(String afterNode, List beforeNode)(Code)



record
public void record(PAssertion passertion, InteractionKey interactionKey, boolean isSender, String asserterURL) throws Exception(Code)



recordInteraction
public void recordInteraction(InteractionPAssertion passertion, InteractionKey interactionKey, String refinerType, boolean refinementInput) throws Exception(Code)



recordInteraction
public void recordInteraction(String workflow, InteractionKey interactionKey, String refinerType, boolean refinementInput) throws Exception(Code)



recordRelationship
public RelationshipPAssertion recordRelationship(int count, String effectJobID, String effectParameter, String relationType, InteractionKey causeKey, String causeJobID, String causeParameter, String asserterURL) throws Exception(Code)



registrationIntroducedFor
public void registrationIntroducedFor(String registrationNode, String dataStagingNode) throws Exception(Code)



siteSelectionFor
public void siteSelectionFor(String afterNode, String beforeNode) throws Exception(Code)



stagingIntroducedFor
public void stagingIntroducedFor(List stagingNodes, String appNode) throws Exception(Code)



toElement
public Element toElement(String xmlAsString) throws IOException, SAXException(Code)
Convenience method to parse string represented XML into a DOM XML fragment representation



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.