|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
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
public abstract class 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 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.RemoteServer.getLog()
public static PrintStream getLog()
RemoteServer.setLog(java.io.OutputStream)
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |