|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.binding.ejb.provider.EJBBindingReferenceBindingProvider
public class EJBBindingReferenceBindingProvider
Implementation of the ReferenceBindingProvider for the EJBBinding.
| Constructor Summary | |
|---|---|
EJBBindingReferenceBindingProvider(RuntimeComponent component,
RuntimeComponentReference reference,
EJBBinding binding)
Constructor |
|
| Method Summary | |
|---|---|
Invoker |
createInvoker(Operation operation)
Create an invoker for the reference binding in the invocation chain. |
InterfaceContract |
getBindingInterfaceContract()
Get the effective interface contract imposed by the binding. |
void |
start()
This method will be invoked when the component reference binding is activated. |
void |
stop()
This method will be invoked when the component reference binding is deactivated. |
boolean |
supportsOneWayInvocation()
For bindings that invoke one-way 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 EJBBindingReferenceBindingProvider(RuntimeComponent component,
RuntimeComponentReference reference,
EJBBinding binding)
component - reference - binding - | Method Detail |
|---|
public Invoker createInvoker(Operation operation)
createInvoker in interface ReferenceBindingProvideroperation - The operation that the interceptor will handle
public InterfaceContract getBindingInterfaceContract()
getBindingInterfaceContract in interface ReferenceBindingProviderpublic void start()
start in interface ReferenceBindingProviderpublic void stop()
stop in interface ReferenceBindingProviderpublic boolean supportsOneWayInvocation()
supportsOneWayInvocation in interface ReferenceBindingProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||