|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfiguredOperation
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.String |
getContractName()
Returns the name of the service or reference to which this operation belongs. |
java.lang.String |
getName()
Returns the name of the operation. |
void |
setContractName(java.lang.String contractName)
Sets the name of the service or reference to which this operation belongs. |
void |
setName(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 |
|---|
java.lang.String getName()
void setName(java.lang.String name)
name - the name of the operationjava.lang.String getContractName()
void setContractName(java.lang.String contractName)
contractName - the name of the contract to which this operation belongs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||