org.apache.bsf.debug.util
Class Skeleton

java.lang.Object
  |
  +--org.apache.bsf.debug.util.Skeleton
Direct Known Subclasses:
BSFDebugManagerImpl, Callbacks, JsContextStub, JsEngineStub, JsObjectStub

public class Skeleton
extends java.lang.Object


Constructor Summary
protected Skeleton(int tid)
           
protected Skeleton(int tid, int uid)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Skeleton

protected Skeleton(int tid)
            throws java.rmi.RemoteException

Skeleton

protected Skeleton(int tid,
                   int uid)
            throws java.rmi.RemoteException
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

allocOid

public void allocOid(SocketConnection con)

hasNoUid

public boolean hasNoUid()

getTid

public int getTid()

getUid

public int getUid()

addListener

public void addListener(RemoteServiceListener l)
                 throws java.rmi.RemoteException
java.rmi.RemoteException

removeListener

public void removeListener(RemoteServiceListener l)
                    throws java.rmi.RemoteException
java.rmi.RemoteException

createFuture

public void createFuture(java.lang.Object requester)
                  throws java.rmi.RemoteException
java.rmi.RemoteException

suspendFuture

public void suspendFuture(java.lang.Object requester)
                   throws java.rmi.RemoteException
java.rmi.RemoteException

completeFuture

public void completeFuture(java.lang.Object requester)
                    throws java.rmi.RemoteException
java.rmi.RemoteException