@Deprecated public interface ServerRef extends RemoteRef
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Deprecated.
indicate compatibility with JDK 1.1.x version of class.
|
packagePrefix
Modifier and Type | Method and Description |
---|---|
RemoteStub |
exportObject(Remote obj,
Object data)
Deprecated.
Creates a client stub object for the supplied Remote object.
|
String |
getClientHost()
Deprecated.
Returns the hostname of the current client.
|
done, getRefClass, invoke, invoke, newCall, remoteEquals, remoteHashCode, remoteToString
readExternal, writeExternal
static final long serialVersionUID
RemoteStub exportObject(Remote obj, Object data) throws RemoteException
RemoteException
- if an exception occurs attempting
to export the object (e.g., stub class could not be found)obj
- the remote object implementationdata
- information necessary to export the objectString getClientHost() throws ServerNotActiveException
ServerNotActiveException
- if called outside of servicing
a remote method invocationaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.