|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rbnb.api.Ask
public final class Ask
Ask the RBNB server for information (usually).
Information that can be requested includes:
CHILDAT - requests information about a specific child.
This is not used and could be removed,ISRUNNING - requests the run status of a specific
Client,REGISTERED - requests matching registration
information,REQUESTAT - initiates a specific request out of an NBO's
ring buffer (see
NBO.initiateRequestAt),ROUTEFROM - requests that a route be initiated from the
local server.
Client,
NBO.initiateRequestAt(int indexI),
RemoteServer,
Serialized Form| Field Summary | |
|---|---|
static String |
CHILDAT
Ask for a child at a particular index. |
static String |
ISRUNNING
Ask if something is running. |
static String |
REGISTERED
Ask for registration information. |
static String |
REQUESTAT
Request for the matches to the child at a particular index. |
static String |
ROUTEFROM
Route from another |
| Method Summary | |
|---|---|
Object |
clone()
Clones this Ask. |
Vector |
getAdditional()
Gets the additional information. |
String |
getInformationType()
Gets the type of information desired. |
String |
toString()
Gets a string representation. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CHILDAT
The additional arguments are:
java.lang.Integer - the index of the child.
public static final String ISRUNNING
The additional arguments are:
com.rbnb.api.Client - the client to check.
public static final String REGISTERED
The additional arguments are:
com.rbnb.api.Rmap - the Rmap hierarchy to
match.
public static final String REQUESTAT
The additional arguments are:
java.lang.Integer - the index of the request.
public static final String ROUTEFROM
The additional arguments are:
java.lang.String - the type of connection:
com.rbnb.api.Rmap - the Rmap hierarchy
representing the other RoutingMap and Servers, orServer.
| Method Detail |
|---|
public Object clone()
Ask.
public final Vector getAdditional()
Vector.public final String getInformationType()
public final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||