public class UserMethodInvocationListener extends java.lang.Object implements IMethodInvocationListener
| Modifier and Type | Field and Description |
|---|---|
protected IMethodInvocationListener |
listener
The protected listener.
|
| Constructor and Description |
|---|
UserMethodInvocationListener(IMethodInvocationListener listener)
Create a new UserMethodInvocationListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
methodCallFinished(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object callid,
ServiceInvocationContext context)
Called when the method call is finished.
|
void |
methodCallStarted(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object callid,
ServiceInvocationContext context)
Called when a method call started.
|
protected IMethodInvocationListener listener
public UserMethodInvocationListener(IMethodInvocationListener listener)
public void methodCallStarted(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object callid,
ServiceInvocationContext context)
methodCallStarted in interface IMethodInvocationListenerpublic void methodCallFinished(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object callid,
ServiceInvocationContext context)
methodCallFinished in interface IMethodInvocationListener