From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/assembly/ConfiguredOperation.html | 325 +++++++++++++++++++++ 1 file changed, 325 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/assembly/ConfiguredOperation.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/assembly/ConfiguredOperation.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/assembly/ConfiguredOperation.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/assembly/ConfiguredOperation.html new file mode 100644 index 0000000000..0a0191681b --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/assembly/ConfiguredOperation.html @@ -0,0 +1,325 @@ + + + + + + +ConfiguredOperation + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.assembly +
+Interface ConfiguredOperation

+
+
All Superinterfaces:
Base, IntentAttachPoint, PolicySetAttachPoint
+
+
+
All Known Implementing Classes:
ConfiguredOperationImpl
+
+
+
+
public interface ConfiguredOperation
extends Base, PolicySetAttachPoint
+ + +

+Represents an Operation. Typically Operation elements are used when there is a + need to apply certain facets such as intents and policysets only to a specific + operation provided by a service or reference. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetContractName() + +
+          Returns the name of the service or reference to which this operation belongs.
+ java.lang.StringgetName() + +
+          Returns the name of the operation.
+ voidsetContractName(java.lang.String contractName) + +
+          Sets the name of the service or reference to which this operation belongs.
+ voidsetName(java.lang.String name) + +
+          Sets the name of the operation.
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
isUnresolved, setUnresolved
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getApplicablePolicySets, getPolicySets
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents, getType, setType
+  +

+ + + + + + + + +
+Method Detail
+ +

+getName

+
+java.lang.String getName()
+
+
Returns the name of the operation. +

+

+
+
+
+ +
Returns:
the name of the operation
+
+
+
+ +

+setName

+
+void setName(java.lang.String name)
+
+
Sets the name of the operation. +

+

+
+
+
+
Parameters:
name - the name of the operation
+
+
+
+ +

+getContractName

+
+java.lang.String getContractName()
+
+
Returns the name of the service or reference to which this operation belongs. + This method is particularly useful when operation elements are specified under implementation + elements and it is necessary to identify which of the various services provided by the + implementation is referred to by the operation element in question +

+

+
+
+
+ +
Returns:
the name of the contract to which this operation belongs
+
+
+
+ +

+setContractName

+
+void setContractName(java.lang.String contractName)
+
+
Sets the name of the service or reference to which this operation belongs. +

+

+
+
+
+
Parameters:
contractName - the name of the contract to which this operation belongs
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3