Spec-Zone .ru
спецификации, руководства, описания, API
|
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.rmi.server.RemoteObject | +--java.rmi.server.RemoteServer
The RemoteServer
class is the common superclass to 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).
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Constructor Summary | |
protected |
RemoteServer()
Constructs a RemoteServer . |
protected |
RemoteServer(RemoteRef ref)
Constructs a RemoteServer with the given reference type. |
Method Summary | |
static String |
getClientHost()
Return the hostname of the current client. |
static PrintStream |
getLog()
Returns stream for the RMI call log. |
static void |
setLog(OutputStream out)
Log RMI calls to the output stream out. |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected RemoteServer()
RemoteServer
.protected RemoteServer(RemoteRef ref)
RemoteServer
with the given reference type.ref
- the remote referenceMethod Detail |
public static String getClientHost() throws ServerNotActiveException
ServerNotActiveException
- If called outside of servicing
a remote method invocation.public static void setLog(OutputStream out)
out
- the output stream to which RMI calls should be loggedpublic static PrintStream getLog()
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.