|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
weblogic.rmi.server.RemoteObject
weblogic.rmi.server.RemoteServer
public abstract class RemoteServer
This abstract class is provided strictly for compatibility with java.rmi.* package.
| 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 |
| 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, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||