|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.implementation.notification.NotificationImplementationProvider
public class NotificationImplementationProvider
Constructor Summary | |
---|---|
NotificationImplementationProvider(RuntimeComponent component,
NotificationImplementationImpl implementation)
Constructs a new Notification implementation provider. |
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 NotificationImplementationProvider(RuntimeComponent component, NotificationImplementationImpl implementation)
Method Detail |
---|
public Invoker createInvoker(RuntimeComponentService service, Operation operation)
ImplementationProvider
createInvoker
in interface ImplementationProvider
service
- The component serviceoperation
- The operation that the interceptor will handle
public boolean supportsOneWayInvocation()
ImplementationProvider
supportsOneWayInvocation
in interface ImplementationProvider
public void start()
ImplementationProvider
start
in interface ImplementationProvider
public void stop()
ImplementationProvider
stop
in interface ImplementationProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |