java rmi server RemoteServer








Class java.rmi.server.RemoteServer





All Packages Class Hierarchy This Package Previous Next Index


Class java.rmi.server.RemoteServer


java.lang.Object
|
+----java.rmi.server.RemoteObject
|
+----java.rmi.server.RemoteServer



public abstract class RemoteServer
extends RemoteObject

The RemoteServer class is the common superclass to all server
implementations and provides the framework to support a wide range
of remote reference semantics. Specifically, the functions needed
to create and export remote objects (i.e. to make them remotely
available) are provided abstractly by RemoteServer and concretely
by its subclass(es).
The subclass selected identifies the semantics of the remote
reference, for example whether the server is a single object or is
a replicated object requiring communications with multiple
locations. At present only UnicastRemoteObject is supported.








RemoteServer()


RemoteServer(RemoteRef)







getClientHost()
Return the hostname of the current client.

getLog()
Returns stream for the RMI call log.

setLog(OutputStream)
Log RMI calls to the output stream out.







RemoteServer

protected RemoteServer()


RemoteServer

protected RemoteServer(RemoteRef ref)






getClientHost

public static String getClientHost() throws ServerNotActiveException


Return the hostname of the current client. When called from a
thread actively handling a remote method invocation the
hostname of the client is returned.


Throws: ServerNotActiveException
If called outside of servicing
a remote method invocation.



setLog

public static void setLog(OutputStream out)


Log RMI calls to the output stream out. If out is
null, call logging is turned off.



getLog

public static PrintStream getLog()


Returns stream for the RMI call log.




All Packages Class Hierarchy This Package Previous Next Index

Submit a bug or feature - Version 1.1.7 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1995-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.




Wyszukiwarka

Podobne podstrony:
java rmi server RemoteCall
java rmi server RemoteObject
java rmi server RemoteStub
java rmi server RemoteRef
java rmi server RMISocketFactory
java rmi server Operation
java rmi server ObjID
java rmi server RMIFailureHandler
java rmi server Skeleton
java rmi server UnicastRemoteObject
java rmi server Unreferenced
java rmi server UID
java rmi server ServerNotActiveException
java rmi server LogStream
java rmi server RMIClassLoader
java rmi server LoaderHandler
java rmi server ServerRef
java rmi server ExportException
Package java rmi server

więcej podobnych podstron