*/
// Create a POJI Proxy to the Container
String containerName = this.getContainerName();
assert containerName != null && containerName.trim().length() > 0 : "Container Name must be set";
PojiProxy handler = new InvokableContextClusteredProxyInvocationHandler(this.getContainerName(),
this.getContainerGuid(), locator, interceptors, this.getSessionId(),
this.getFamilyWrapper(), this.getLoadBalancePolicy(), this.getPartitionName(), true);
Class<?>[] interfaces = new Class<?>[]
{InvokableContext.class};
InvokableContext container = (InvokableContext) Proxy.newProxyInstance(InvokableContext.class.getClassLoader(),