BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.rmi.server
Interface ServerRef


public interface ServerRef
extends RemoteRef

This interface is provided strictly for compatibility with java.rmi.*

Author:
Copyright (c) 1997 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class weblogic.rmi.server.RemoteRef
packagePrefix
 
Method Summary
 RemoteStub exportObject(Remote remote, java.lang.Object object)
           
 java.lang.String getClientHost()
           
 
Methods inherited from interface weblogic.rmi.server.RemoteRef
done, getRefClass, invoke, newCall, remoteEquals, remoteHashCode, remoteToString
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

exportObject

public RemoteStub exportObject(Remote remote,
                               java.lang.Object object)
                        throws RemoteException


getClientHost

public java.lang.String getClientHost()
                               throws ServerNotActiveException


Documentation is available at
http://www.weblogic.com/docs51