Uses of Interface
org.apache.tuscany.sca.interfacedef.Operation

Packages that use Operation
org.apache.tuscany.sca.assembly   
org.apache.tuscany.sca.databinding   
org.apache.tuscany.sca.interfacedef   
org.apache.tuscany.sca.invocation   
org.apache.tuscany.sca.policy   
org.apache.tuscany.sca.provider   
org.apache.tuscany.sca.runtime   
 

Uses of Operation in org.apache.tuscany.sca.assembly
 

Methods in org.apache.tuscany.sca.assembly that return Operation
 Operation AssemblyFactory.createOperation()
          Create a new operation.
 

Uses of Operation in org.apache.tuscany.sca.databinding
 

Methods in org.apache.tuscany.sca.databinding that return Operation
 Operation TransformationContext.getSourceOperation()
           
 Operation TransformationContext.getTargetOperation()
           
 

Methods in org.apache.tuscany.sca.databinding with parameters of type Operation
 void TransformationContext.setSourceOperation(Operation sourceOperation)
           
 void TransformationContext.setTargetOperation(Operation targetOperation)
           
 

Uses of Operation in org.apache.tuscany.sca.interfacedef
 

Methods in org.apache.tuscany.sca.interfacedef that return Operation
 Operation IncompatibleInterfaceContractException.getSourceOperation()
           
 Operation IncompatibleInterfaceContractException.getTargetOperation()
           
 Operation InterfaceContractMapper.map(Interface target, Operation source)
          Map the source operation to a compatible operation in the target interface
 

Methods in org.apache.tuscany.sca.interfacedef that return types with arguments of type Operation
 java.util.List<Operation> Interface.getOperations()
          Returns the operations defined on this interface.
 

Methods in org.apache.tuscany.sca.interfacedef with parameters of type Operation
 boolean InterfaceContractMapper.isCompatible(Operation source, Operation target, boolean remotable)
          Check if source operation is compatible with the target operation
 Operation InterfaceContractMapper.map(Interface target, Operation source)
          Map the source operation to a compatible operation in the target interface
 

Constructors in org.apache.tuscany.sca.interfacedef with parameters of type Operation
IncompatibleInterfaceContractException(java.lang.String message, InterfaceContract source, InterfaceContract target, Operation sourceOperation, Operation targetOperation)
           
 

Uses of Operation in org.apache.tuscany.sca.invocation
 

Methods in org.apache.tuscany.sca.invocation that return Operation
 Operation InvocationChain.getSourceOperation()
          Returns the source operation for this invocation chain.
 Operation InvocationChain.getTargetOperation()
          Returns the target operation for this invocation chain.
 

Uses of Operation in org.apache.tuscany.sca.policy
 

Methods in org.apache.tuscany.sca.policy that return types with arguments of type Operation
 java.util.List<Operation> Intent.getOperations()
          Returns the list of operations that this intent applies to.
 java.util.List<Operation> PolicySet.getOperations()
          Returns the list of operations that this policy set applies to.
 

Uses of Operation in org.apache.tuscany.sca.provider
 

Methods in org.apache.tuscany.sca.provider with parameters of type Operation
 Invoker ImplementationProvider.createCallbackInvoker(Operation operation)
          Create an invoker to call back to the given component
 Invoker ReferenceBindingProvider.createInvoker(Operation operation, boolean isCallback)
          Create an invoker for the reference binding in the invocation chain.
 Invoker ImplementationProvider.createInvoker(RuntimeComponentService service, Operation operation)
          Create an invoker for the component implementation in the invocation chain.
 

Uses of Operation in org.apache.tuscany.sca.runtime
 

Methods in org.apache.tuscany.sca.runtime with parameters of type Operation
 Invoker RuntimeComponentService.getCallbackInvoker(Binding binding, Operation operation)
          Get the callback invoker for the given binding and operation
 Invoker RuntimeComponentService.getInvoker(Binding binding, Operation operation)
          Get the invoker for the given binding and operation
 Invoker RuntimeComponentReference.getInvoker(Binding binding, Operation operation)
          Get the invoker for the given binding and operation