Package org.cspoker.common.api.shared.context

Examples of org.cspoker.common.api.shared.context.ExternalRemoteServerContext


    try {
      cspokerServer = (ExternalRemoteCSPokerServer) registry.lookup("CSPokerServer");
    } catch (NotBoundException exception) {
      throw new RemoteException("CSPokerServer not found in registry.", exception);
    }
    ExternalRemoteServerContext context = cspokerServer.login(username, password);
    return new ServerContextStub(context);
  }
View Full Code Here

TOP

Related Classes of org.cspoker.common.api.shared.context.ExternalRemoteServerContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.