|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread dist1.acb.common.transport.AbstractPersonalManager dist1.acb.CBL.Primary.ClientManager
Client manager
Field Summary |
Fields inherited from class dist1.acb.common.transport.AbstractPersonalManager |
in, log, out, socket |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
Primary.ClientManager(java.net.Socket socket,
java.lang.String name,
java.lang.ThreadGroup group)
Constructor for the ClientSession object |
Method Summary | |
Response |
handleCloseSession(Request request)
Handrer of request for closing the session |
Response |
handleExecuteHotJoin(Request request)
Handrer of request for Hot joining |
Response |
handleExecuteUpdate(Request request)
Handrer of request for executing an update |
Response |
handleGetReplicas(Request request)
Handrer of request for pack of replicas |
Response |
handleJoin(Request request)
Handrer of request for joining |
protected HandlersHive |
installDafaultHandlers()
|
protected void |
process()
Main processing method for the PersonalManager object |
Methods inherited from class dist1.acb.common.transport.AbstractPersonalManager |
handlerOfUnknownClass, handlerOfUnknownRequest, receiveRequest, receiveRequest, run, sendResponse, setHandlers, toString |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Primary.ClientManager(java.net.Socket socket, java.lang.String name, java.lang.ThreadGroup group) throws java.io.IOException, java.lang.Throwable
socket
- A socket with connected clientname
- A name of the clientgroup
- A parent
java.io.IOException
- Exception
java.lang.Throwable
- if somthing wrong with SQL DB or socketsMethod Detail |
public Response handleCloseSession(Request request)
request
- Request
public Response handleExecuteHotJoin(Request request)
request
- Request
public Response handleExecuteUpdate(Request request)
request
- Request
public Response handleGetReplicas(Request request)
request
- Request
public Response handleJoin(Request request)
request
- Request
java.lang.RuntimeException
- internal exceptionprotected HandlersHive installDafaultHandlers()
installDafaultHandlers
in class AbstractPersonalManager
protected void process()
process
in class AbstractPersonalManager
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |