Serialized Form
|
Package org.cougaar.pizza.asset |
_real
MeatPG _real
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
_real
VeggiePG _real
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
|
Package org.cougaar.pizza.plugin |
uid
org.cougaar.core.util.UID uid
friendToPizza
java.util.Map friendToPizza
numMeat
int numMeat
numVeg
int numVeg
|
Package org.cougaar.pizza.plugin.util |
myRole
org.cougaar.planning.ldm.plan.Role myRole
myBlacklist
java.util.Collection myBlacklist
|
Package org.cougaar.pizza.relay |
query
java.lang.Object query
uid
org.cougaar.core.util.UID uid
creationTime
long creationTime
targets
java.util.Set targets
- The set of target addresses - in this case, only one: the ABA.
- See Also:
AttributeBasedAddress
pizzaPreferences
PizzaPreferences pizzaPreferences
- The source-side accumulation of RSVPs, so we can automatically accumulate responses.
source
org.cougaar.core.mts.MessageAddress source
query
java.lang.Object query
response
java.lang.Object response
uid
org.cougaar.core.util.UID uid
friend
java.lang.String friend
pizzaPreference
java.lang.String pizzaPreference
readResolve
private java.lang.Object readResolve()
- Whenever you have a factory you should implement the readResolve method on
an object that implements Serializable.
The reason is to prevent proliferation of new copies of
the factory every time the relay gets sent. (The relay has a reference
to this factory.)
GC would eventually remove those extra copies, but having a readResolve method wastes less time.
|
Package org.cougaar.pizza.servlet |