Apache Tuscany SCA Core SPI
A B C D E G I M N O P R S T U W

A

addExtensionPoint(Object) - Method in class org.apache.tuscany.sca.core.DefaultExtensionPointRegistry
Add an extension point to the registry.
addExtensionPoint(Object) - Method in interface org.apache.tuscany.sca.core.ExtensionPointRegistry
Add an extension point to the registry
addFactory(Object) - Method in class org.apache.tuscany.sca.core.DefaultModelFactoryExtensionPoint
Add a model factory extension.
addFactory(Object) - Method in interface org.apache.tuscany.sca.core.ModelFactoryExtensionPoint
Add a model factory extension.
addInterceptor(Interceptor) - Method in interface org.apache.tuscany.sca.invocation.InvocationChain
Adds an interceptor to the chain
addInterceptor(int, Interceptor) - Method in interface org.apache.tuscany.sca.invocation.InvocationChain
Adds an interceptor at the given position in the interceptor stack
addInvoker(Invoker) - Method in interface org.apache.tuscany.sca.invocation.InvocationChain
Adds an invoker to the chain
addListener(RuntimeEventListener) - Method in interface org.apache.tuscany.sca.event.EventPublisher
Registers a listener to receive notifications for the context
addListener(EventFilter, RuntimeEventListener) - Method in interface org.apache.tuscany.sca.event.EventPublisher
Registers a listener to receive notifications for the context
addProviderFactory(ProviderFactory) - Method in class org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint
Add a provider factory.
addProviderFactory(ProviderFactory) - Method in interface org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint
Add a provider factory.
addWireProcessor(RuntimeWireProcessor) - Method in class org.apache.tuscany.sca.runtime.DefaultWireProcessorExtensionPoint
Registers a wire-processor in the runtime
addWireProcessor(RuntimeWireProcessor) - Method in interface org.apache.tuscany.sca.runtime.RuntimeWireProcessorExtensionPoint
Registers a wire-processor in the runtime

B

beginRecover() - Method in interface org.apache.tuscany.sca.store.StoreMonitor
Fired when recovery is started
BindingProviderFactory<M extends org.apache.tuscany.sca.assembly.Binding> - Interface in org.apache.tuscany.sca.provider
A factory for creating the runtime artifacts that represent bindings.

C

createCallbackInvoker(Operation) - Method in interface org.apache.tuscany.sca.provider.ImplementationProvider
Create an invoker to call back to the given component
createImplementationProvider(RuntimeComponent, M) - Method in interface org.apache.tuscany.sca.provider.ImplementationProviderFactory
Creates a new implementation provider for the given component.
createInvoker(RuntimeComponentService, Operation) - Method in interface org.apache.tuscany.sca.provider.ImplementationProvider
Create an invoker for the component implementation in the invocation chain.
createInvoker(Operation, boolean) - Method in interface org.apache.tuscany.sca.provider.ReferenceBindingProvider
Create an invoker for the reference binding in the invocation chain.
createMessage() - Method in interface org.apache.tuscany.sca.invocation.MessageFactory
Creates a new message.
createReferenceBindingProvider(RuntimeComponent, RuntimeComponentReference, M) - Method in interface org.apache.tuscany.sca.provider.BindingProviderFactory
Creates a new reference binding provider for the given component and reference.
createServiceBindingProvider(RuntimeComponent, RuntimeComponentService, M) - Method in interface org.apache.tuscany.sca.provider.BindingProviderFactory
Creates a new service binding provider for the given component and service.

D

DEFAULT_EXPIRATION_OFFSET - Static variable in interface org.apache.tuscany.sca.store.Store
 
DefaultExtensionPointRegistry - Class in org.apache.tuscany.sca.core
Default implementation of a registry to hold all the Tuscany core extension points.
DefaultExtensionPointRegistry() - Constructor for class org.apache.tuscany.sca.core.DefaultExtensionPointRegistry
 
DefaultModelFactoryExtensionPoint - Class in org.apache.tuscany.sca.core
Default implementation of a model factory extension point.
DefaultModelFactoryExtensionPoint() - Constructor for class org.apache.tuscany.sca.core.DefaultModelFactoryExtensionPoint
 
DefaultProviderFactoryExtensionPoint - Class in org.apache.tuscany.sca.provider
Default implementation of a provider factory extension point.
DefaultProviderFactoryExtensionPoint() - Constructor for class org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint
The default constructor.
DefaultWireProcessorExtensionPoint - Class in org.apache.tuscany.sca.runtime
The default implementation of a WireProcessorExtensionPoint
DefaultWireProcessorExtensionPoint() - Constructor for class org.apache.tuscany.sca.runtime.DefaultWireProcessorExtensionPoint
 
DuplicateRecordException - Exception in org.apache.tuscany.sca.store
thrown when a record already exists during an insert operation
DuplicateRecordException() - Constructor for exception org.apache.tuscany.sca.store.DuplicateRecordException
 
DuplicateRecordException(String, Throwable) - Constructor for exception org.apache.tuscany.sca.store.DuplicateRecordException
 
DuplicateRecordException(String) - Constructor for exception org.apache.tuscany.sca.store.DuplicateRecordException
 
DuplicateRecordException(Throwable) - Constructor for exception org.apache.tuscany.sca.store.DuplicateRecordException
 

E

EndpointReference - Interface in org.apache.tuscany.sca.runtime
The endpoint reference for a component service or reference
endRecover() - Method in interface org.apache.tuscany.sca.store.StoreMonitor
Fired when recovery is completed
error(Throwable) - Method in interface org.apache.tuscany.sca.store.StoreMonitor
Signals an error event
Event - Interface in org.apache.tuscany.sca.event
The base interface for events that are propagated in the runtime
EventFilter - Interface in org.apache.tuscany.sca.event
Evaluates whether a RuntimeEventListener is applicable to a given runtime event
EventPublisher - Interface in org.apache.tuscany.sca.event
Publishes events in the runtime by accepting Event objects and forwarding them to all registered RuntimeEventListener objects.
ExtensionPointRegistry - Interface in org.apache.tuscany.sca.core
The registry for the Tuscany core extension points.

G

getBinding() - Method in interface org.apache.tuscany.sca.runtime.EndpointReference
Get the binding for the endpoint
getBindingInterfaceContract() - Method in interface org.apache.tuscany.sca.provider.ReferenceBindingProvider
Get the effective interface contract imposed by the binding.
getBindingInterfaceContract() - Method in interface org.apache.tuscany.sca.provider.ServiceBindingProvider
Get the effective interface contract imposed by the binding.
getBindingProvider(Binding) - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponentReference
Returns the reference binding provider associated with this component reference and the given binding.
getBindingProvider(Binding) - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponentService
Returns the service binding provider associated with this component service and the given binding.
getBody() - Method in interface org.apache.tuscany.sca.invocation.Message
Returns the body of the message, which will be the payload or parameters associated with the wire
getCallbackInvocationChains() - Method in interface org.apache.tuscany.sca.runtime.RuntimeWire
Returns the invocation chains for callback service operations associated with the wire
getCallbackInvoker(Binding, Operation) - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponentService
Get the callback invoker for the given binding and operation
getCallbackWires() - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponentService
Get the callback wires assoicated with this service
getComponent() - Method in interface org.apache.tuscany.sca.runtime.EndpointReference
Get the component for the endpoint
getContract() - Method in interface org.apache.tuscany.sca.runtime.EndpointReference
Get the component service or reference for the endpoint
getConversationID() - Method in interface org.apache.tuscany.sca.invocation.Message
Get the conversation id
getConversationSequence() - Method in interface org.apache.tuscany.sca.invocation.Message
Returns the conversational sequence the message is associated with, NONE, START, CONTINUE, or END on TargetInvoker}
getCorrelationID() - Method in interface org.apache.tuscany.sca.invocation.Message
Returns the correlation id of the message or null if one is not available.
getExtensionPoint(Class<T>) - Method in class org.apache.tuscany.sca.core.DefaultExtensionPointRegistry
Get the extension point by the interface that it implements
getExtensionPoint(Class<T>) - Method in interface org.apache.tuscany.sca.core.ExtensionPointRegistry
Get the extension point by the interface
getExtensionPoints() - Method in interface org.apache.tuscany.sca.core.ModuleActivator
Get a map of the extension points defined by this module.
getFactory(Class<T>) - Method in class org.apache.tuscany.sca.core.DefaultModelFactoryExtensionPoint
Get a factory implementing the given interface.
getFactory(Class<T>) - Method in interface org.apache.tuscany.sca.core.ModelFactoryExtensionPoint
Get a factory implementing the given interface.
getFrom() - Method in interface org.apache.tuscany.sca.invocation.Message
Get the end point reference of the source reference
getHeadInvoker() - Method in interface org.apache.tuscany.sca.invocation.InvocationChain
Returns the first invoker in the chain.
getImplementationProvider() - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponent
Get the implementation-specific configuation for this component
getInstance() - Method in class org.apache.tuscany.sca.store.StoreExpirationEvent
Returns the expiring object.
getInterfaceContract() - Method in interface org.apache.tuscany.sca.runtime.EndpointReference
Get the interface contract for the endpoint
getInvocationChains() - Method in interface org.apache.tuscany.sca.runtime.RuntimeWire
Returns the invocation chains for service operations associated with the wire
getInvoker(Binding, Operation) - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponentReference
Get the invoker for the given binding and operation
getInvoker(Binding, Operation) - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponentService
Get the invoker for the given binding and operation
getMessageID() - Method in interface org.apache.tuscany.sca.invocation.Message
Returns the id of the message
getModelType() - Method in interface org.apache.tuscany.sca.provider.ProviderFactory
The model type that this factory creates providers for.
getNext() - Method in interface org.apache.tuscany.sca.invocation.Interceptor
Returns the next invoker or null
getOwner() - Method in class org.apache.tuscany.sca.store.StoreExpirationEvent
Returns the owner of the expiring object.
getProviderFactory(Class<?>) - Method in class org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint
Returns the provider factory associated with the given model type.
getProviderFactory(Class<?>) - Method in interface org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint
Returns the provider factory associated with the given model type.
getRuntimeWire(Binding) - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponentReference
Get the runtime wire for the given binding
getRuntimeWire(Binding) - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponentService
Get the runtime wire for the given binding
getRuntimeWires() - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponentReference
Get a list of runtime wires to the reference
getRuntimeWires() - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponentService
Get a list of runtime wires to the service
getSource() - Method in interface org.apache.tuscany.sca.event.Event
Returns the source of the event
getSource() - Method in interface org.apache.tuscany.sca.runtime.RuntimeWire
Get the source of the wire
getSource() - Method in class org.apache.tuscany.sca.store.StoreExpirationEvent
 
getSourceOperation() - Method in interface org.apache.tuscany.sca.invocation.InvocationChain
Returns the source operation for this invocation chain.
getTailInvoker() - Method in interface org.apache.tuscany.sca.invocation.InvocationChain
Returns the last invoker in the chain.
getTarget() - Method in interface org.apache.tuscany.sca.runtime.RuntimeWire
Get the target of the wire
getTargetOperation() - Method in interface org.apache.tuscany.sca.invocation.InvocationChain
Returns the target operation for this invocation chain.
getTo() - Method in interface org.apache.tuscany.sca.invocation.Message
Get the end point reference of target service
getURI() - Method in interface org.apache.tuscany.sca.runtime.EndpointReference
Get the URI for this endpoint
getWireProcessors() - Method in class org.apache.tuscany.sca.runtime.DefaultWireProcessorExtensionPoint
Returns a list of registered wire-processors.
getWireProcessors() - Method in interface org.apache.tuscany.sca.runtime.RuntimeWireProcessorExtensionPoint
Returns a list of registered wire-processors.

I

ImplementationProvider - Interface in org.apache.tuscany.sca.provider
A component implementation can implement this interface in order to tie into the Tuscany runtime
ImplementationProviderFactory<M extends org.apache.tuscany.sca.assembly.Implementation> - Interface in org.apache.tuscany.sca.provider
An interface for factories that create implementation providers.
insertRecord(RuntimeComponent, String, Object, long) - Method in interface org.apache.tuscany.sca.store.Store
Adds the given record to the store.
Interceptor - Interface in org.apache.tuscany.sca.invocation
Synchronous mediation associated with a client- or target- side wire.
InvocationChain - Interface in org.apache.tuscany.sca.invocation
A wire consists of 1..n invocation chains associated with the operations of its source service contract.
invoke(Message) - Method in interface org.apache.tuscany.sca.invocation.Invoker
Process a synchronous wire
Invoker - Interface in org.apache.tuscany.sca.invocation
Synchronous mediation associated with a client- or target- side wire.
isFault() - Method in interface org.apache.tuscany.sca.invocation.Message
Determines if the message represents a fault/exception

M

ManagementService - Interface in org.apache.tuscany.sca.management
Interface for the management service abstraction.
match(Event) - Method in interface org.apache.tuscany.sca.event.EventFilter
Performs the actual evaluation on an event
match(Event) - Method in class org.apache.tuscany.sca.event.TrueFilter
Performs the actual evaluation on an event.
Message - Interface in org.apache.tuscany.sca.invocation
Represents a request, response, or exception flowing through a wire
MessageFactory - Interface in org.apache.tuscany.sca.invocation
A factory for messages
ModelFactoryExtensionPoint - Interface in org.apache.tuscany.sca.core
An extension point for model factories.
ModuleActivator - Interface in org.apache.tuscany.sca.core
ModuleActivator represents a module that plugs into the Tuscany system.

N

NEVER - Static variable in interface org.apache.tuscany.sca.store.Store
 
NotificationListener<T extends java.lang.Runnable> - Interface in org.apache.tuscany.sca.work
A callback inyterface that can be optionally used for registering interest in status of asynchronously scheduled unit of work.

O

onBegin() - Method in interface org.apache.tuscany.sca.store.RecoveryListener
Signals the start of a recovery
onEnd() - Method in interface org.apache.tuscany.sca.store.RecoveryListener
Signals the end of recovery
onEvent(Event) - Method in interface org.apache.tuscany.sca.event.RuntimeEventListener
Accepts and event and acts on it
onRecord(UUID) - Method in interface org.apache.tuscany.sca.store.RecoveryListener
Received when a record is recovered
org.apache.tuscany.sca.core - package org.apache.tuscany.sca.core
 
org.apache.tuscany.sca.event - package org.apache.tuscany.sca.event
 
org.apache.tuscany.sca.invocation - package org.apache.tuscany.sca.invocation
 
org.apache.tuscany.sca.management - package org.apache.tuscany.sca.management
 
org.apache.tuscany.sca.provider - package org.apache.tuscany.sca.provider
 
org.apache.tuscany.sca.runtime - package org.apache.tuscany.sca.runtime
 
org.apache.tuscany.sca.store - package org.apache.tuscany.sca.store
 
org.apache.tuscany.sca.work - package org.apache.tuscany.sca.work
 

P

process(RuntimeWire) - Method in interface org.apache.tuscany.sca.runtime.RuntimeWireProcessor
Process the runtime wire to add interceptors
providerFactories - Variable in class org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint
 
ProviderFactory<M> - Interface in org.apache.tuscany.sca.provider
A factory for runtime providers.
ProviderFactoryExtensionPoint - Interface in org.apache.tuscany.sca.provider
An extension point for provider factories.
publish(Event) - Method in interface org.apache.tuscany.sca.event.EventPublisher
Publish an event to all regisitered listeners

R

readRecord(RuntimeComponent, String) - Method in interface org.apache.tuscany.sca.store.Store
Returns the deserialized object in the store corresponding to the given id
recover(RecoveryListener) - Method in interface org.apache.tuscany.sca.store.Store
Initiates a recovery operation, for example during restart after a crash
recover(Object) - Method in interface org.apache.tuscany.sca.store.StoreMonitor
Fired when a record is processed during recovery
RecoveryListener - Interface in org.apache.tuscany.sca.store
Implementations receive callback events during a store recovery operation
ReferenceBindingProvider - Interface in org.apache.tuscany.sca.provider
A reference binding implementation can options implement this interface to tie into the Tuscany SCA runtime
registerComponent(String, RuntimeComponent) - Method in interface org.apache.tuscany.sca.management.ManagementService
Registers a component for management.
removeExtensionPoint(Object) - Method in class org.apache.tuscany.sca.core.DefaultExtensionPointRegistry
Remove an extension point based on the interface that it implements
removeExtensionPoint(Object) - Method in interface org.apache.tuscany.sca.core.ExtensionPointRegistry
Remove an extension point
removeFactory(Object) - Method in class org.apache.tuscany.sca.core.DefaultModelFactoryExtensionPoint
Remove a model factory extension.
removeFactory(Object) - Method in interface org.apache.tuscany.sca.core.ModelFactoryExtensionPoint
Remove a model factory extension.
removeListener(RuntimeEventListener) - Method in interface org.apache.tuscany.sca.event.EventPublisher
Removes a previously registered listener
removeProviderFactory(ProviderFactory) - Method in class org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint
Remove a provider factory.
removeProviderFactory(ProviderFactory) - Method in interface org.apache.tuscany.sca.provider.ProviderFactoryExtensionPoint
Remove a provider factory.
removeRecord(RuntimeComponent, String) - Method in interface org.apache.tuscany.sca.store.Store
Removes a record from the store
removeRecords() - Method in interface org.apache.tuscany.sca.store.Store
Removes all records from the store
removeWireProcessor(RuntimeWireProcessor) - Method in class org.apache.tuscany.sca.runtime.DefaultWireProcessorExtensionPoint
De-registers a wire-processor in the runtime
removeWireProcessor(RuntimeWireProcessor) - Method in interface org.apache.tuscany.sca.runtime.RuntimeWireProcessorExtensionPoint
De-registers a wire-processor in the runtime
RuntimeComponent - Interface in org.apache.tuscany.sca.runtime
The runtime component interface.
RuntimeComponentReference - Interface in org.apache.tuscany.sca.runtime
The runtime component reference.
RuntimeComponentService - Interface in org.apache.tuscany.sca.runtime
The runtime component service.
RuntimeEventListener - Interface in org.apache.tuscany.sca.event
Listeners observe events fired in the SCA runtime.
RuntimeWire - Interface in org.apache.tuscany.sca.runtime
The runtime wire interface that connects a component reference to a component service (or an external service) over the selected binding
RuntimeWireProcessor - Interface in org.apache.tuscany.sca.runtime
Implementations are called after wires are decorated with policy and before they are connected.
RuntimeWireProcessorExtensionPoint - Interface in org.apache.tuscany.sca.runtime
Acts as a delegating WireProcessorExtensionPoint, delegating processing of wires after policies have been applied and source and targets have been connected.

S

scheduleWork(T, NotificationListener<T>) - Method in interface org.apache.tuscany.sca.work.WorkScheduler
Schedules a unit of work for future execution.
scheduleWork(T) - Method in interface org.apache.tuscany.sca.work.WorkScheduler
Schedules a unit of work for future execution.
ServiceBindingProvider - Interface in org.apache.tuscany.sca.provider
A service binding can optionally implement this interface to tie into the Tuscany SCA runtime
setBindingProvider(Binding, ReferenceBindingProvider) - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponentReference
Sets the reference binding provider associated with this component reference and the given binding.
setBindingProvider(Binding, ServiceBindingProvider) - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponentService
Sets the service binding provider associated with this component service and the given binding.
setBody(T) - Method in interface org.apache.tuscany.sca.invocation.Message
Sets the body of the message.
setConversationID(String) - Method in interface org.apache.tuscany.sca.invocation.Message
Set the conversation id
setConversationSequence(ConversationSequence) - Method in interface org.apache.tuscany.sca.invocation.Message
Returns the conversational sequence the message is associated with, NONE, START, CONTINUE, or END
setCorrelationID(Object) - Method in interface org.apache.tuscany.sca.invocation.Message
Sets the correlation id of the message.
setFaultBody(T) - Method in interface org.apache.tuscany.sca.invocation.Message
Set the message body with a fault object.
setFrom(EndpointReference) - Method in interface org.apache.tuscany.sca.invocation.Message
Set the end point reference of the reference originating the message
setImplementationProvider(ImplementationProvider) - Method in interface org.apache.tuscany.sca.runtime.RuntimeComponent
Set the implementation-specific configuration for this component
setMessageID(Object) - Method in interface org.apache.tuscany.sca.invocation.Message
Sets the id of the message
setNext(Invoker) - Method in interface org.apache.tuscany.sca.invocation.Interceptor
Sets the next invoker
setTo(EndpointReference) - Method in interface org.apache.tuscany.sca.invocation.Message
Set the end point reference of target service
start(ExtensionPointRegistry) - Method in interface org.apache.tuscany.sca.core.ModuleActivator
This method is invoked when the module is started by the Tuscany system.
start() - Method in interface org.apache.tuscany.sca.provider.ImplementationProvider
This method will be invoked when the component implementation is activated.
start() - Method in interface org.apache.tuscany.sca.provider.ReferenceBindingProvider
This method will be invoked when the component reference binding is activated.
start() - Method in interface org.apache.tuscany.sca.provider.ServiceBindingProvider
This method will be invoked when the component service binding is activated.
start(String) - Method in interface org.apache.tuscany.sca.store.StoreMonitor
Signals the service has started
stop(ExtensionPointRegistry) - Method in interface org.apache.tuscany.sca.core.ModuleActivator
This method is invoked when the module is stopped by the Tuscany system.
stop() - Method in interface org.apache.tuscany.sca.provider.ImplementationProvider
This method will be invoked when the component implementation is deactivated.
stop() - Method in interface org.apache.tuscany.sca.provider.ReferenceBindingProvider
This method will be invoked when the component reference binding is deactivated.
stop() - Method in interface org.apache.tuscany.sca.provider.ServiceBindingProvider
This method will be invoked when the component service binding is deactivated.
stop(String) - Method in interface org.apache.tuscany.sca.store.StoreMonitor
Signals the service has been shutdown
Store - Interface in org.apache.tuscany.sca.store
Implementations provide a persistent store for runtime data such as conversational state.
StoreException - Exception in org.apache.tuscany.sca.store
Represents a generic exception thrown by a Store
StoreException() - Constructor for exception org.apache.tuscany.sca.store.StoreException
 
StoreException(String, Throwable) - Constructor for exception org.apache.tuscany.sca.store.StoreException
 
StoreException(String) - Constructor for exception org.apache.tuscany.sca.store.StoreException
 
StoreException(Throwable) - Constructor for exception org.apache.tuscany.sca.store.StoreException
 
StoreExpirationEvent - Class in org.apache.tuscany.sca.store
Fired when a store implementation expires a resource
StoreExpirationEvent(Object, RuntimeComponent, Object) - Constructor for class org.apache.tuscany.sca.store.StoreExpirationEvent
Constructor.
StoreMonitor - Interface in org.apache.tuscany.sca.store
A generic monintor interface for services to log events
StoreReadException - Exception in org.apache.tuscany.sca.store
Thrown when an error occurs reading from persistent storage
StoreReadException() - Constructor for exception org.apache.tuscany.sca.store.StoreReadException
 
StoreReadException(String, Throwable) - Constructor for exception org.apache.tuscany.sca.store.StoreReadException
 
StoreReadException(String) - Constructor for exception org.apache.tuscany.sca.store.StoreReadException
 
StoreReadException(Throwable) - Constructor for exception org.apache.tuscany.sca.store.StoreReadException
 
StoreWriteException - Exception in org.apache.tuscany.sca.store
Thrown when an error occurs writing to persistent storage
StoreWriteException() - Constructor for exception org.apache.tuscany.sca.store.StoreWriteException
 
StoreWriteException(String, Throwable) - Constructor for exception org.apache.tuscany.sca.store.StoreWriteException
 
StoreWriteException(String) - Constructor for exception org.apache.tuscany.sca.store.StoreWriteException
 
StoreWriteException(Throwable) - Constructor for exception org.apache.tuscany.sca.store.StoreWriteException
 

T

TrueFilter - Class in org.apache.tuscany.sca.event
An event filter that always returns a true condition
TrueFilter() - Constructor for class org.apache.tuscany.sca.event.TrueFilter
 

U

updateRecord(RuntimeComponent, String, Object, long) - Method in interface org.apache.tuscany.sca.store.Store
Updates a given record in the store, overwriting previous information.

W

workAccepted(T) - Method in interface org.apache.tuscany.sca.work.NotificationListener
Callback method when the unit of work is accepted.
workCompleted(T) - Method in interface org.apache.tuscany.sca.work.NotificationListener
Callback method when the unit of work is successfully completed.
workFailed(T, Throwable) - Method in interface org.apache.tuscany.sca.work.NotificationListener
Callnack when the unit of work fails to complete.
workRejected(T) - Method in interface org.apache.tuscany.sca.work.NotificationListener
Callback when the unit of work is rejected.
WorkScheduler - Interface in org.apache.tuscany.sca.work
Defines the contract for scheduling asychronous units of work.
WorkSchedulerException - Exception in org.apache.tuscany.sca.work
Exception thrown by the work scheduler in case of unexpected exceptions.
WorkSchedulerException() - Constructor for exception org.apache.tuscany.sca.work.WorkSchedulerException
 
WorkSchedulerException(String, Throwable) - Constructor for exception org.apache.tuscany.sca.work.WorkSchedulerException
 
WorkSchedulerException(String) - Constructor for exception org.apache.tuscany.sca.work.WorkSchedulerException
 
WorkSchedulerException(Throwable) - Constructor for exception org.apache.tuscany.sca.work.WorkSchedulerException
 
workStarted(T) - Method in interface org.apache.tuscany.sca.work.NotificationListener
Callback when the unit of work is started.

A B C D E G I M N O P R S T U W
Apache Tuscany SCA Core SPI

Apache Tuscany is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache WS PMC.