Package gnu.java.rmi.server

Examples of gnu.java.rmi.server.ActivatableServerRef.exportObject()


             RMIServerSocketFactory serverSocketFactory)
      throws RemoteException
  {
    ActivatableServerRef sref = null;
    sref = new ActivatableServerRef(makeId(id), id, port, serverSocketFactory);
    return sref.exportObject(obj);
 
 
  /**
   * Make the object ID from the activation ID. The same activation ID always
   * produces the identical object id.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.