Serialized Form


Package org.cougaar.pizza.asset

Class org.cougaar.pizza.asset.AssetSkeleton extends org.cougaar.planning.ldm.asset.Asset implements Serializable

Class org.cougaar.pizza.asset.KitchenAsset extends AssetSkeleton implements Serializable

Class org.cougaar.pizza.asset.MeatPG.Future extends java.lang.Object implements Serializable

Serialized Fields

_real

MeatPG _real

Class org.cougaar.pizza.asset.MeatPG.Null_MeatPG extends java.lang.Object implements Serializable

Class org.cougaar.pizza.asset.MeatPGImpl extends java.beans.SimpleBeanInfo implements Serializable

Class org.cougaar.pizza.asset.MeatPGImpl.DQ extends MeatPGImpl implements Serializable

Serialization Methods

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

Class org.cougaar.pizza.asset.PizzaAsset extends AssetSkeleton implements Serializable

Class org.cougaar.pizza.asset.VeggiePG.Future extends java.lang.Object implements Serializable

Serialized Fields

_real

VeggiePG _real

Class org.cougaar.pizza.asset.VeggiePG.Null_VeggiePG extends java.lang.Object implements Serializable

Class org.cougaar.pizza.asset.VeggiePGImpl extends java.beans.SimpleBeanInfo implements Serializable

Class org.cougaar.pizza.asset.VeggiePGImpl.DQ extends VeggiePGImpl implements Serializable

Serialization Methods

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

Class org.cougaar.pizza.plugin.PizzaPreferences extends java.lang.Object implements Serializable

Serialized Fields

uid

org.cougaar.core.util.UID uid

friendToPizza

java.util.Map friendToPizza

numMeat

int numMeat

numVeg

int numVeg


Package org.cougaar.pizza.plugin.util

Class org.cougaar.pizza.plugin.util.RoleWithBlacklistScorer extends java.lang.Object implements Serializable

Serialized Fields

myRole

org.cougaar.planning.ldm.plan.Role myRole

myBlacklist

java.util.Collection myBlacklist


Package org.cougaar.pizza.relay

Class org.cougaar.pizza.relay.RSVPRelaySource extends java.lang.Object implements Serializable

Serialized Fields

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.

Class org.cougaar.pizza.relay.RSVPRelayTarget extends java.lang.Object implements Serializable

Serialized Fields

source

org.cougaar.core.mts.MessageAddress source

query

java.lang.Object query

response

java.lang.Object response

uid

org.cougaar.core.util.UID uid

Class org.cougaar.pizza.relay.RSVPReply extends java.lang.Object implements Serializable

Serialized Fields

friend

java.lang.String friend

pizzaPreference

java.lang.String pizzaPreference

Class org.cougaar.pizza.relay.RSVPTargetRelayFactory extends java.lang.Object implements Serializable

Serialization Methods

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

Class org.cougaar.pizza.servlet.HistoryServlet.HistoryWorker extends javax.servlet.http.HttpServlet implements Serializable

Class org.cougaar.pizza.servlet.PizzaPreferenceServlet.PizzaWorker extends javax.servlet.http.HttpServlet implements Serializable