public class MethodListenerHandler extends Object
Constructor and Description |
---|
MethodListenerHandler() |
Modifier and Type | Method and Description |
---|---|
void |
addMethodListener(MethodInfo m,
IMethodInvocationListener listener)
Add a method listener.
|
boolean |
hasMethodListeners(IServiceIdentifier sid,
MethodInfo mi)
Test if service and method has listeners.
|
void |
notifyMethodListeners(boolean start,
Object proxy,
Method method,
Object[] args,
Object callid,
ServiceInvocationContext context)
Notify registered listeners in case a method is called.
|
void |
removeMethodListener(MethodInfo m,
IMethodInvocationListener listener)
Add a method listener.
|
public void addMethodListener(MethodInfo m, IMethodInvocationListener listener)
public void removeMethodListener(MethodInfo m, IMethodInvocationListener listener)
public void notifyMethodListeners(boolean start, Object proxy, Method method, Object[] args, Object callid, ServiceInvocationContext context)
public boolean hasMethodListeners(IServiceIdentifier sid, MethodInfo mi)
Copyright © 2013. All Rights Reserved.