|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agentfactory.cldc.p2pmts.DiscServer
public class DiscServer
When agents operate in a peer to peer manner in forming ad-hoc networks, discovery of the names of agents, addresses of agents, and addresses of agent platforms becomes an issue. The Discovery Server provides rudimentary yellow and white page services and has been designed to operate small scale devices. Agents in AFME can still avail of the standard large scale yellow and white page services of Agent Factory, but the discovery server is designed for use in situations when the entire multi-agent system (including supporting infrastructure) must operate on embedded devices.
| Field Summary | |
|---|---|
static byte |
MV
A constant used to indicate that an agent has moved to a different platform. |
static byte |
REG
A constant used to indicate platform registration. |
static byte |
REG_YP
A constant used to indicate a yellow page registration. |
static byte |
REQ_A
A constant used to indicate a white page lookup or in other words an agent address request. |
static byte |
REQ_P
A constant used to indicate a platform address request. |
static byte |
REQ_YP
A constant used to indicate a yellow page lookup. |
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Creates an instance of the Discovery Server. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte REG
public static final byte MV
public static final byte REQ_P
public static final byte REQ_A
public static final byte REG_YP
public static final byte REQ_YP
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - an array of arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||