|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
java.rmi.server
|
Field Summary |
---|
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()
Returns a string representation of the client host for the remote method invocation being processed in the current thread. |
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 no remote method invocation
is being processed in the current threadpublic static void setLog(OutputStream out)
out
. If
out
is null
, call logging is turned off.
If there is a security manager, its
checkPermission
method will be invoked with a
java.util.logging.LoggingPermission("control")
permission; this could result in a SecurityException
.
out
- the output stream to which RMI calls should be logged
SecurityException
- if there is a security manager and
the invocation of its checkPermission
method
failsgetLog()
public static PrintStream getLog()
setLog(java.io.OutputStream)