if ( logger.isDebugEnabled() ) {
logger.debug( " ### Session Manager: Opened connection to node: " + conn );
}
// forcing a remote connection to the node
cfs.setLocalAllowed( allowsLocal );
GridNodeRemoteClient rem = (GridNodeRemoteClient) conn.connect();
rem.setLocalProxy( true );
this.localNodes.put( node.getId() + "$$LocalProxy", rem );
return rem;
}