Method unadvisedMethod, Advisor advisor, Object id, Class<?> invokedBusinessInterface,
final ExecutorService asyncExecutor, final AsyncCancellableContext asyncCancellableContext)
{
super(interceptors, methodHash, advisedMethod, unadvisedMethod, advisor);
this.id = id;
this.invocationContext = new SessionInvocationContextAdapter(invokedBusinessInterface, this, asyncExecutor,asyncCancellableContext);
this.asyncCancellableContext = asyncCancellableContext;
}