| 
 | Oracle | ||||||||||
| 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)| 
 | Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 2008 Oracle | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||