|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectecologylab.generic.Debug
ecologylab.xml.ElementState
ecologylab.services.messages.ServiceMessage
ecologylab.services.messages.RequestMessage
ecologylab.services.messages.cf.SeedCf
public class SeedCf
Pass a set of seeds to combinFormation's agents. Version for client only:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ecologylab.xml.ElementState |
|---|
ElementState.ClassToCollectionMap, ElementState.DeclarationStyle, ElementState.xml_attribute, ElementState.xml_class, ElementState.xml_classes, ElementState.xml_collection, ElementState.xml_leaf, ElementState.xml_map, ElementState.xml_nested, ElementState.xml_tag |
| Field Summary | |
|---|---|
protected int |
handleMultipleRequests
If there are multiple seeding requests in a single session, how should we handle it? |
static int |
MULTIPLE_REQUESTSTS_ASK_USER
|
static java.lang.String[] |
MULTIPLE_REQUESTSTS_DIALOG_OPTIONS
|
static int |
MULTIPLE_REQUESTSTS_IGNORE
|
static int |
MULTIPLE_REQUESTSTS_MIX
|
static int |
MULTIPLE_REQUESTSTS_REPLACE
|
protected SeedSet |
seedSet
The set of seeds being passed to the combinFormation information collecting agent. |
protected int |
sessionNumber
Indicates which CFSession the seeding message effect, in case there are more than one. |
| Fields inherited from class ecologylab.services.messages.ServiceMessage |
|---|
sender, timeStamp, uid |
| Fields inherited from class ecologylab.xml.ElementState |
|---|
CDATA, ESTIMATE_CHARS_PER_FIELD, FLOATING_PRECISION_OFF, MARSHALLING_PARAMS, NORMAL, UTF16, UTF16_LE, UTF8, XML_FILE_HEADER |
| Fields inherited from interface ecologylab.xml.XMLTranslationExceptionTypes |
|---|
FILE_NOT_FOUND, IO_EXCEPTION, NULL_PURL, UNKNOWN |
| Constructor Summary | |
|---|---|
SeedCf()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
add(Seed seed)
Add a Seed to the request, through its seedSet. |
void |
clear()
Remove entries from the SeedSet, if there is one. |
ResponseMessage |
performService(Scope objectRegistry,
java.lang.String sessionId)
Dummy version -- will never get called, because this version lives only on the client, and the real functionality is on the server. |
SeedSet |
seedSet()
Access the SeedSet slot. |
void |
setHandleMultipleRequests(int handleMultipleRequests)
|
| Methods inherited from class ecologylab.services.messages.RequestMessage |
|---|
isDisposable, performService |
| Methods inherited from class ecologylab.services.messages.ServiceMessage |
|---|
compareTo, getSender, getTimeStamp, getUid, setSender, setUid, stampTime |
| Methods inherited from class ecologylab.generic.Debug |
|---|
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, toString, warning, warning, weird, weird |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int sessionNumber
protected SeedSet seedSet
protected int handleMultipleRequests
public static final java.lang.String[] MULTIPLE_REQUESTSTS_DIALOG_OPTIONS
public static final int MULTIPLE_REQUESTSTS_IGNORE
public static final int MULTIPLE_REQUESTSTS_REPLACE
public static final int MULTIPLE_REQUESTSTS_MIX
public static final int MULTIPLE_REQUESTSTS_ASK_USER
| Constructor Detail |
|---|
public SeedCf()
| Method Detail |
|---|
public SeedSet seedSet()
public void add(Seed seed)
seed -
public ResponseMessage performService(Scope objectRegistry,
java.lang.String sessionId)
performService in class RequestMessageobjectRegistry - sessionId - TODO
public void clear()
public void setHandleMultipleRequests(int handleMultipleRequests)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||