139140141142143144145146147148149
final RemotingClient client = new RemotingClient(); client.setSocketDirectory(this.socketDirectory); try { client.initialize(); } catch (RemoteException e) { handleRemoteException(e); }