|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.implementation.bpel.ode.provider.BPELImplementationProvider
public class BPELImplementationProvider
BPEL Implementation provider
| Constructor Summary | |
|---|---|
BPELImplementationProvider(RuntimeComponent component,
BPELImplementation implementation,
EmbeddedODEServer odeServer,
TransactionManager txMgr)
Constructs a new BPEL Implementation. |
|
| Method Summary | |
|---|---|
Invoker |
createInvoker(RuntimeComponentService service,
Operation operation)
Create an invoker for the component implementation in the invocation chain. |
void |
start()
This method will be invoked when the component implementation is activated. |
void |
stop()
This method will be invoked when the component implementation is deactivated. |
boolean |
supportsOneWayInvocation()
For bindings that invoke one-way callback operations asynchronously, there is no need to perform a thread switch before calling the invoker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BPELImplementationProvider(RuntimeComponent component,
BPELImplementation implementation,
EmbeddedODEServer odeServer,
TransactionManager txMgr)
| Method Detail |
|---|
public Invoker createInvoker(RuntimeComponentService service,
Operation operation)
ImplementationProvider
createInvoker in interface ImplementationProviderservice - The component serviceoperation - The operation that the interceptor will handle
public boolean supportsOneWayInvocation()
ImplementationProvider
supportsOneWayInvocation in interface ImplementationProviderpublic void start()
ImplementationProvider
start in interface ImplementationProviderpublic void stop()
ImplementationProvider
stop in interface ImplementationProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||