|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.rmi.server.RemoteObject
weblogic.rmi.server.RemoteServer
This abstract class is provided strictly for compatibility with java.rmi.*
package.
Constructor Summary | |
protected |
RemoteServer()
|
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 the stream for an RMI call log. |
static void |
setLog(OutputStream out)
Logs RMI calls to the output stream, out . |
Methods inherited from class weblogic.rmi.server.RemoteObject |
toStub |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected RemoteServer()
Method Detail |
public static String getClientHost() throws ServerNotActiveException
ServerNotActiveException
- if no remote method invocation
is being processed in the current thread.public static PrintStream getLog()
setLog(java.io.OutputStream)
public static void setLog(OutputStream out)
out
.
out
is null
, call logging is turned off.checkPermission
method is invoked with
java.util.logging.LoggingPermission("control")
permission.
out
- the output stream to which RMI calls are logged.
SecurityException
- if there is a security manager and
the invocation of its checkPermission
method
fails.getLog()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |