public class NotificationInvocationHandler extends AbstractInvocationHandler implements ModuleConfiguredInvocationHandler
InvocationHandler responsible
for sending notifications via Messaging.target| Constructor and Description |
|---|
NotificationInvocationHandler()
Note: Setting of
messaging does not take place in this
constructor because the construction of the Management proxy chain (of
which this class is intended to be a part) takes place in
ManagementModule.postInit(), i.e., prior to completion of Server
initialization. |
NotificationInvocationHandler(Messaging messaging)
This constructor is intended for testing.
|
public NotificationInvocationHandler()
messaging does not take place in this
constructor because the construction of the Management proxy chain (of
which this class is intended to be a part) takes place in
ManagementModule.postInit(), i.e., prior to completion of Server
initialization.public NotificationInvocationHandler(Messaging messaging)
messaging - public void init(Server server)
init in interface ModuleConfiguredInvocationHandlerpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic void close()
close in class AbstractInvocationHandlerCopyright © 2013 DuraSpace. All Rights Reserved.