org.apache.bsf.debug.util

Class Skeleton

Known Direct Subclasses:
BSFDebugManagerImpl, Callbacks, JsContextStub, JsEngineStub, JsObjectStub

public class Skeleton
extends java.lang.Object

Constructor Summary

Skeleton(int tid)
Skeleton(int tid, int uid)

Method Summary

void
addListener(RemoteServiceListener l)
void
allocOid(SocketConnection con)
void
completeFuture(Object requester)
void
createFuture(Object requester)
boolean
equals(Object o)
int
getTid()
int
getUid()
boolean
hasNoUid()
void
removeListener(RemoteServiceListener l)
void
suspendFuture(Object requester)

Constructor Details

Skeleton

protected Skeleton(int tid)
            throws RemoteException


Skeleton

protected Skeleton(int tid,
                   int uid)
            throws RemoteException

Method Details

addListener

public void addListener(RemoteServiceListener l)
            throws RemoteException


allocOid

public void allocOid(SocketConnection con)


completeFuture

public void completeFuture(Object requester)
            throws RemoteException


createFuture

public void createFuture(Object requester)
            throws RemoteException


equals

public boolean equals(Object o)


getTid

public int getTid()


getUid

public int getUid()


hasNoUid

public boolean hasNoUid()


removeListener

public void removeListener(RemoteServiceListener l)
            throws RemoteException


suspendFuture

public void suspendFuture(Object requester)
            throws RemoteException