|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
org.gridbus.broker.protocol.Connect
This class represents the connection thread between the remote monitoring clients and the broker
| Field Summary |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
Connect(java.net.Socket clientSocket,
GridbusFarmingEngine fr)
Sets up the connection parameters |
|
| Method Summary | |
void |
response(java.lang.String resp)
Returns a response to the client on this connection |
void |
run()
This is the main run method of the connection, which intitiates ProtocolMethods for the commands from the client |
| 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, toString, yield |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Connect(java.net.Socket clientSocket,
GridbusFarmingEngine fr)
clientSocket - fr - | Method Detail |
public void response(java.lang.String resp)
resp - public void run()
Thread.run()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||