|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.upb.swtpra05.group03.plugin.Pickaback
This class is used to work on pickaback traffic from the shuttle through a string
| Field Summary | |
(package private) static int |
minimalAccountDataID
Used to ensure, that the correct AccountData objects got removed |
| Fields inherited from interface de.upb.swtpra05.group03.shuttle.shared.PickabackInterface |
MEMBERVARSEPARATOR, OBJECTSEPARATOR |
| Constructor Summary | |
Pickaback()
|
|
| Method Summary | |
static java.util.LinkedList |
parseMultiObjectString(java.lang.String s)
parses a String and disjoint it into the different objects the shuttle will send to the plugin |
private static java.lang.Object |
parseSingleObjectString(java.lang.String s)
parses a String which is assumed to be the representation of exactly one object used only as a helper class for parseMultiObjectString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static int minimalAccountDataID
| Constructor Detail |
public Pickaback()
| Method Detail |
public static java.util.LinkedList parseMultiObjectString(java.lang.String s)
s - the string the shuttle sends to the plugin
private static java.lang.Object parseSingleObjectString(java.lang.String s)
s - a string representing exactly one pickaback object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||