|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--util.LauncherPacket
A little class for the launcher demon utility
Constructor Summary | |
LauncherPacket(String s)
|
Method Summary | |
boolean |
equals(Object o)
Equals is performed on society, catalog and name |
String |
getAgent()
returns the name of the agent to be started |
String |
getCat()
Get the value of cat. |
String |
getCommand()
Get the value of command. |
String |
getName()
Get the value of name. |
String |
getSoc()
Get the value of soc. |
int |
hashCode()
We put it in a hashtable and we need to get the hashcode based only on the things that we care about (soc, cat and name) |
void |
setAgent(String v)
|
void |
setCat(String v)
Set the value of cat. |
void |
setCommand(String v)
Set the value of command. |
void |
setName(String v)
Set the value of name. |
void |
setSoc(String v)
Set the value of soc. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LauncherPacket(String s)
Method Detail |
public String toString()
toString
in class Object
public String getCommand()
public void setCommand(String v)
v
- Value to assign to command.public String getSoc()
public void setSoc(String v)
v
- Value to assign to soc.public String getCat()
public void setCat(String v)
v
- Value to assign to cat.public String getName()
public void setName(String v)
v
- Value to assign to name.public int hashCode()
hashCode
in class Object
public String getAgent()
public void setAgent(String v)
public boolean equals(Object o)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |