public class Skeleton
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Skeleton(int tid) |
protected |
Skeleton(int tid,
int uid) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(RemoteServiceListener l) |
void |
allocOid(SocketConnection con) |
void |
completeFuture(java.lang.Object requester) |
void |
createFuture(java.lang.Object requester) |
boolean |
equals(java.lang.Object o) |
int |
getTid() |
int |
getUid() |
boolean |
hasNoUid() |
void |
removeListener(RemoteServiceListener l) |
void |
suspendFuture(java.lang.Object requester) |
protected Skeleton(int tid)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionprotected Skeleton(int tid,
int uid)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic void allocOid(SocketConnection con)
public boolean hasNoUid()
public int getTid()
public int getUid()
public void addListener(RemoteServiceListener l) throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void removeListener(RemoteServiceListener l) throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void createFuture(java.lang.Object requester)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void suspendFuture(java.lang.Object requester)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void completeFuture(java.lang.Object requester)
throws java.rmi.RemoteException
java.rmi.RemoteException