if (Proxy.isProxyClass(proxy.getClass()))
{
InvocationHandler handler = Proxy.getInvocationHandler(proxy);
assert handler instanceof SessionProxyInvocationHandler : "Requires "
+ SessionProxyInvocationHandler.class.getName();
SessionProxyInvocationHandler sHandler = (SessionProxyInvocationHandler) handler;
sessionId = (Serializable) sHandler.getTarget();
}
//TODO Session ID if nointerface
// Send along to the transition method