|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
fabric.common.FabricThread.AbstractImpl
fabric.common.AbstractMessageHandlerThread<fabric.store.SessionAttributes,MessageHandlerThread>
fabric.store.MessageHandlerThread
public class MessageHandlerThread
Nested Class Summary |
---|
Nested classes/interfaces inherited from class fabric.common.AbstractMessageHandlerThread |
---|
AbstractMessageHandlerThread.Pool<MessageHandlerThread extends AbstractMessageHandlerThread<?,MessageHandlerThread>>, AbstractMessageHandlerThread.SessionAttributes |
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Nested classes/interfaces inherited from interface fabric.common.FabricThread |
---|
FabricThread.AbstractImpl |
Field Summary |
---|
Fields inherited from class fabric.common.AbstractMessageHandlerThread |
---|
pool, session |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Methods inherited from class fabric.common.AbstractMessageHandlerThread |
---|
associateSession, getSession, recycle, run, shuttingDown, sink, source |
Methods inherited from class fabric.common.FabricThread.AbstractImpl |
---|
getTransactionManager, setTransactionManager |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void handle(AbortTransactionMessage message) throws AccessException, ProtocolError
AccessException
ProtocolError
public AllocateMessage.Response handle(AllocateMessage msg) throws AccessException, ProtocolError
AccessException
ProtocolError
public CommitTransactionMessage.Response handle(CommitTransactionMessage message) throws ProtocolError
ProtocolError
public PrepareTransactionMessage.Response handle(PrepareTransactionMessage msg) throws ProtocolError, TransactionPrepareFailedException
ProtocolError
TransactionPrepareFailedException
public ReadMessage.Response handle(ReadMessage msg) throws AccessException, ProtocolError
AccessException
ProtocolError
public DissemReadMessage.Response handle(DissemReadMessage msg) throws AccessException
AccessException
public UnauthenticatedPrepareTransactionMessage.Response handle(UnauthenticatedPrepareTransactionMessage msg)
public GetCertificateChainMessage.Response handle(GetCertificateChainMessage msg)
public UnauthenticatedCommitTransactionMessage.Response handle(UnauthenticatedCommitTransactionMessage message)
public void handle(UnauthenticatedAbortTransactionMessage message) throws AccessException
AccessException
public java.util.List<SerializedObject> handle(StalenessCheckMessage message) throws AccessException
AccessException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |