KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > server > RemoteServer

java.rmi.server
Class RemoteServer

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
All Implemented Interfaces:
Serializable, Remote
Direct Known Subclasses:
Activatable, UnicastRemoteObject
See Also:
Top Examples, Source Code

public static String getClientHost()
                            throws ServerNotActiveException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static PrintStream getLog()
See Also:
setLog(java.io.OutputStream)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected RemoteServer()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected RemoteServer(RemoteRef ref)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void setLog(OutputStream out)
See Also:
getLog(), SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags