org.apache.bsf.debug.util
Class Stub
java.lang.Object
org.apache.bsf.debug.util.Stub
- All Implemented Interfaces:
- java.rmi.Remote, RemoteService
- Direct Known Subclasses:
- DebugManagerStub, JsCallbacksStub, JsContextStub, JsEngineStub, JsObjectStub
public class Stub
- extends java.lang.Object
- implements RemoteService
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNDEFINED
public static Stub UNDEFINED
NOT_FOUND
public static Stub NOT_FOUND
m_tid
protected int m_tid
m_uid
protected int m_uid
m_revoked
protected boolean m_revoked
m_con
protected SocketConnection m_con
Stub
public Stub(SocketConnection con,
int tid,
int uid)
Init
public static void Init(SocketConnection con)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
getTid
public int getTid()
getUid
public int getUid()
revoked
public void revoked()
getConnection
public SocketConnection getConnection()
swizzle
public Stub swizzle(int tid,
int uid)
addListener
public void addListener(RemoteServiceListener l)
- Specified by:
addListener
in interface RemoteService
removeListener
public void removeListener(RemoteServiceListener l)
- Specified by:
removeListener
in interface RemoteService
createFuture
public void createFuture(java.lang.Object requester)
throws java.rmi.RemoteException
- Specified by:
createFuture
in interface RemoteService
- Throws:
java.rmi.RemoteException
suspendFuture
public void suspendFuture(java.lang.Object requester)
throws java.rmi.RemoteException
- Specified by:
suspendFuture
in interface RemoteService
- Throws:
java.rmi.RemoteException
completeFuture
public void completeFuture(java.lang.Object requester)
throws java.rmi.RemoteException
- Specified by:
completeFuture
in interface RemoteService
- Throws:
java.rmi.RemoteException
revokeFuture
public void revokeFuture(java.lang.Object requester,
java.lang.Exception ex)
throws java.lang.Exception
- Throws:
java.lang.Exception