public interface RemoteRef extends Externalizable
Modifier and Type | Field and Description |
---|---|
static String |
packagePrefix |
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
void |
done(RemoteCall call) |
String |
getRefClass(ObjectOutput out) |
void |
invoke(RemoteCall call) |
Object |
invoke(Remote obj,
Method method,
Object[] params,
long opnum) |
RemoteCall |
newCall(RemoteObject obj,
Operation[] op,
int opnum,
long hash) |
boolean |
remoteEquals(RemoteRef obj) |
int |
remoteHashCode() |
String |
remoteToString() |
readExternal, writeExternal
static final String packagePrefix
static final long serialVersionUID
void done(RemoteCall call) throws RemoteException
RemoteException
String getRefClass(ObjectOutput out)
void invoke(RemoteCall call) throws Exception
Exception
Object invoke(Remote obj, Method method, Object[] params, long opnum) throws Exception
Exception
RemoteCall newCall(RemoteObject obj, Operation[] op, int opnum, long hash) throws RemoteException
RemoteException
boolean remoteEquals(RemoteRef obj)
int remoteHashCode()
String remoteToString()