|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
zeus.actors.Server
zeus.actors.intrays.FIPA_Server
This is an extention of the Server class which is normally used in Zeus Instead of providing a sockets/TCPIP based transport this class provides a IIOP based transport as per the FIPA specs
Perhaps it should be called IIOP_Server? This is not well implemented yet, and Zeus_ACC_Server is the one to use instead.
| Field Summary | |
protected AgentContext |
context
|
private Queue |
msgQ
|
private ZeusParser |
parser
|
| Fields inherited from class zeus.actors.Server |
address, connection_count, DEFAULT_PORT_MAX, DEFAULT_PORT_MIN, inMail, listenSocket, MAX_CONNECTIONS, MAX_QUEUE_LENGTH, mbox, msgHandler, processing, timeout |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
FIPA_Server()
|
|
FIPA_Server(java.lang.String hostAddress,
java.lang.String name)
|
|
| Method Summary | |
java.lang.String |
pop()
|
void |
run()
This method should call an agnostic message handler.... |
| Methods inherited from class zeus.actors.Server |
debug, finalize, getAddress, getAgentContext, getResponseAddress, lowerStatus, newMsg, normalStatus, stopProcessing, updateCount |
| 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 |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface zeus.actors.InTray |
getResponseAddress |
| Field Detail |
protected AgentContext context
private Queue msgQ
private ZeusParser parser
| Constructor Detail |
public FIPA_Server()
public FIPA_Server(java.lang.String hostAddress,
java.lang.String name)
| Method Detail |
public void run()
run in interface java.lang.Runnablerun in class Serverpublic java.lang.String pop()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||