public class ACCProxyNodeSide extends AbstractACCProxyNodeSide
Constructor and Description |
---|
ACCProxyNodeSide(ACCProvider man,
AbstractTucsonProtocol d,
TucsonNodeService n,
ACCDescription p) |
Modifier and Type | Method and Description |
---|---|
void |
exit(ShutdownMsg msg) |
void |
operationCompleted(AbstractTupleCentreOperation op) |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public ACCProxyNodeSide(ACCProvider man, AbstractTucsonProtocol d, TucsonNodeService n, ACCDescription p) throws TucsonInvalidTupleCentreIdException, TucsonInvalidAgentIdException
man
- the ACC provider who created this ACC Proxy at TuCSoN node
sided
- the network protocol used by this ACC Proxy at TuCSoN node
siden
- the TuCSoN node this ACC Proxy at TuCSoN node side belongs top
- the object describing the request of entering the TuCSoN
systemTucsonInvalidTupleCentreIdException
- if the TupleCentreId, contained into AbstractTucsonProtocol's
message, does not represent a valid TuCSoN identifierTucsonInvalidAgentIdException
- if the ACCDescription's "agent-identity" property does not
represent a valid TuCSoN identifierpublic void exit(ShutdownMsg msg)
exit
in class AbstractACCProxyNodeSide
msg
- the shutdown messagepublic void operationCompleted(AbstractTupleCentreOperation op)
op
- the operation just completedpublic void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread