|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |
InboundInvocationChain
SCAObject implementations- AbstractSCAObject(String, CompositeComponent) -
Constructor for class org.apache.tuscany.spi.component.AbstractSCAObject
-
- add(ReferenceTarget) -
Method in class org.apache.tuscany.spi.model.ComponentDefinition
- Add a reference target configuration to this component.
- add(PropertyValue<?>) -
Method in class org.apache.tuscany.spi.model.ComponentDefinition
- Add a property value configuration to this component.
- add(S) -
Method in class org.apache.tuscany.spi.model.ComponentType
- Add a service to those provided by the implementation.
- add(R) -
Method in class org.apache.tuscany.spi.model.ComponentType
- Add a reference to a service consumed by the implementation.
- add(P) -
Method in class org.apache.tuscany.spi.model.ComponentType
- Add a property that can be used to configure the implementation.
- add(ComponentDefinition<? extends Implementation<?>>) -
Method in class org.apache.tuscany.spi.model.CompositeComponentType
-
- add(Include) -
Method in class org.apache.tuscany.spi.model.CompositeComponentType
-
- addContextName(String) -
Method in exception org.apache.tuscany.api.TuscanyException
- Pushes a context name where an error occured onto the call stack.
- addContextName(String) -
Method in exception org.apache.tuscany.api.TuscanyRuntimeException
- Pushes a context name where an error occured onto the call stack.
- addDependency(Artifact) -
Method in class org.apache.tuscany.spi.services.artifact.Artifact
- Adds a transitive dependency to the artifact.
- addInboundWire(InboundWire) -
Method in interface org.apache.tuscany.spi.component.Component
- Adds a target-side wire.
- addInboundWire(InboundWire) -
Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
-
- addInboundWire(InboundWire) -
Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
-
- addInterceptor(Interceptor) -
Method in interface org.apache.tuscany.spi.wire.InvocationChain
- Adds an interceptor to the chain
- addInterceptor(int, Interceptor) -
Method in interface org.apache.tuscany.spi.wire.InvocationChain
- Adds an interceptor at the given position in the interceptor stack
- addInterface(Class<?>) -
Method in interface org.apache.tuscany.spi.wire.RuntimeWire
- Adds an interface type generated proxies implement
- addInvocationChain(Operation<?>, InboundInvocationChain) -
Method in interface org.apache.tuscany.spi.wire.InboundWire
- Adds the invocation chain associated with the given operation
- addInvocationChain(Operation<?>, OutboundInvocationChain) -
Method in interface org.apache.tuscany.spi.wire.OutboundWire
- Adds the invocation chain associated with the given operation
- addInvocationChains(Map<Operation<?>, InboundInvocationChain>) -
Method in interface org.apache.tuscany.spi.wire.InboundWire
- Adds the collection of invocation chains keyed by operation
- addInvocationChains(Map<Operation<?>, OutboundInvocationChain>) -
Method in interface org.apache.tuscany.spi.wire.OutboundWire
- Adds the collection of invocation chains keyed by operation
- addListener(RuntimeEventListener) -
Method in class org.apache.tuscany.spi.component.AbstractSCAObject
-
- addListener(EventFilter, RuntimeEventListener) -
Method in class org.apache.tuscany.spi.component.AbstractSCAObject
-
- addListener(RuntimeEventListener) -
Method in interface org.apache.tuscany.spi.event.EventPublisher
- Registers a listener to receive notifications for the context
- addListener(EventFilter, RuntimeEventListener) -
Method in interface org.apache.tuscany.spi.event.EventPublisher
- Registers a listener to receive notifications for the context
- addMapping(Object, Object) -
Method in interface org.apache.tuscany.spi.wire.InboundWire
- Creates an association between a message id and the address of the SCAObject that the corresponding message
originates from
- addName(List<String>, int, String) -
Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessorService
- Inserts a name at the specified position, paddiling the list if its size is less than the position
- addOutboundWire(OutboundWire) -
Method in interface org.apache.tuscany.spi.component.Component
- Adds a source-side wire for the given reference.
- addOutboundWire(OutboundWire) -
Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
-
- addOutboundWire(OutboundWire) -
Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
-
- addOutboundWires(Class<?>, List<OutboundWire>) -
Method in interface org.apache.tuscany.spi.component.Component
- Adds a set of source-side multiplicity wires for the given reference.
- addOutboundWires(Class<?>, List<OutboundWire>) -
Method in class org.apache.tuscany.spi.extension.AtomicComponentExtension
-
- addOutboundWires(Class<?>, List<OutboundWire>) -
Method in class org.apache.tuscany.spi.extension.CompositeComponentExtension
-
- addSourceCallbackInvocationChain(Object, Operation<?>, OutboundInvocationChain) -
Method in interface org.apache.tuscany.spi.wire.InboundWire
- Adds the callback invocation chain associated with the given operation for a given target addr
- addSourceCallbackInvocationChains(Object, Map<Operation<?>, OutboundInvocationChain>) -
Method in interface org.apache.tuscany.spi.wire.InboundWire
- Adds the collection of callback invocation chains keyed by operation for a given target addr
- addTarget(URI) -
Method in class org.apache.tuscany.spi.model.ReferenceTarget
-
- addTargetCallbackInvocationChain(Operation<?>, InboundInvocationChain) -
Method in interface org.apache.tuscany.spi.wire.OutboundWire
- Adds the callback invocation chain associated with the given operation
- addTargetCallbackInvocationChains(Map<Operation<?>, InboundInvocationChain>) -
Method in interface org.apache.tuscany.spi.wire.OutboundWire
- Adds the collection of callback invocation chains keyed by operation
- addURL(URL) -
Method in class org.apache.tuscany.spi.deployer.CompositeClassLoader
-
- areUnique(Class[]) -
Method in interface org.apache.tuscany.spi.implementation.java.ImplementationProcessorService
- Determines if all the members of a collection have unique types
- Artifact - Class in org.apache.tuscany.spi.services.artifact
- Description of some packaged artifact such as a JAR file or a Composite.
- Artifact() -
Constructor for class org.apache.tuscany.spi.services.artifact.Artifact
-
- ArtifactRepository - Interface in org.apache.tuscany.spi.services.artifact
- Abstraction for a repository of SCA and other artifacts.
- AtomicComponent - Interface in org.apache.tuscany.spi.component
- The runtime instantiation of an SCA atomic, or leaf-type, component
- AtomicComponentExtension - Class in org.apache.tuscany.spi.extension
- An extension point for atomic component type, which new implementation types may extend
- AtomicComponentExtension(String, CompositeComponent, ScopeContainer, WireService, WorkContext, WorkScheduler, int) -
Constructor for class org.apache.tuscany.spi.extension.AtomicComponentExtension
-
- AtomicImplementation<T extends ComponentType> - Class in org.apache.tuscany.spi.model
- The base representation of an atomic component implementation
- AtomicImplementation() -
Constructor for class org.apache.tuscany.spi.model.AtomicImplementation
-
- AtomicImplementation(T) -
Constructor for class org.apache.tuscany.spi.model.AtomicImplementation
-
- Autowire - Annotation Type in org.apache.tuscany.spi.annotation
- A system annotation to inject an autowired instance
- autowireExternal -
Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
-
- autowireInternal -
Variable in class org.apache.tuscany.spi.extension.CompositeComponentExtension
-
- AutowireResolutionException - Exception in org.apache.tuscany.spi.component
- Denotes an exception while resolving an automatic wire
- AutowireResolutionException() -
Constructor for exception org.apache.tuscany.spi.component.AutowireResolutionException
-
- AutowireResolutionException(String) -
Constructor for exception org.apache.tuscany.spi.component.AutowireResolutionException
-
- AutowireResolutionException(String, Throwable) -
Constructor for exception org.apache.tuscany.spi.component.AutowireResolutionException
-
- AutowireResolutionException(Throwable) -
Constructor for exception org.apache.tuscany.spi.component.AutowireResolutionException
-
Component
context from a ComponentDefinition
SCAObject
types from model objects.Component
from an atomic or composite component configured in an assemblySCAObject
TargetInvoker
which dispatches to a service offered by
the component
TargetInvoker
which issues a non-blocking dispatch
WireInvocationHandler
for the given wire
ScopeContainer
TargetInvoker
which dispatches to a service offered by
the component
TargetInvoker
which dispatches to the target service of
the reference
DataType
pValue
into an array of hex bytes.
pHexBinary
into a string.
RuntimeEventListener
is applicable to a given runtime eventImplementation
of this component.
property values
configured by this component definition.
targets
configured by this component definition.
ComponentType
.@Autowire
, @Property
, or @Reference
are present in the given array
ImplementationProcessor
sServiceContract
and a
method defined by a Java interfaceJavaServiceContract
JavaInterfaceProcessor
extensions that performs autowiringJavaInterfaceProcessor
s.AtomicComponent
s.ScopeContainer
s in the runtimeInterceptor
s or org.apache.tuscany.spi.wire.MessageHandler
s that handle source-side policy on a wire.Interceptor
s or org.apache.tuscany.spi.wire.MessageHandler
s that handle target-side policy on a wire.WirePostProcessor
, delegating post-processing of wires after policies have been
applied and source an targets have been matched but before they are connected.Format
, which may be used to parse and format xs:dateTime
values.
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |