| org.cougaar.glm.execution.common.EGObject
All known Subclasses: org.cougaar.glm.execution.common.InventoryReportParameters, org.cougaar.glm.execution.common.ReportSchedule, org.cougaar.glm.execution.common.InventoryReport, org.cougaar.glm.execution.common.InventoryReportSchedule, org.cougaar.glm.execution.common.ConstraintElement, org.cougaar.glm.execution.common.TaskConstraintsRequest, org.cougaar.glm.execution.common.ExecutionWatcherParameters, org.cougaar.glm.execution.common.ExecutionTimeStatus, org.cougaar.glm.execution.common.SetExecutionTime, org.cougaar.glm.execution.common.ExecutionRate, org.cougaar.glm.execution.common.EGObjectArray, org.cougaar.glm.execution.common.Report, org.cougaar.glm.execution.common.FailureConsumptionRate,
EGObject | public interface EGObject (Code) | | This is the interface that all objects passed between the event
generator and a cluster must implement. The methods insure that the
can be written to a LineWriter and recreated from a LineReader. In
addition, all classes implementing this interface must have a no
arg constructor.
|
getClassIndex | int getClassIndex()(Code) | | |
|
|