01: package org.cougaar.qos.ResourceStatus;
02:
03: /**
04: * org/cougaar/qos/ResourceStatus/RSSSubscriberOperations.java .
05: * Generated by the IDL-to-Java compiler (portable), version "3.2"
06: * from qrs.idl
07: * Tuesday, August 7, 2007 11:57:30 AM EDT
08: */
09:
10: // to the RSS should implement this.
11: public interface RSSSubscriberOperations {
12: void dataUpdate(int callback_id,
13: org.cougaar.qos.ResourceStatus.DataValue value);
14: } // interface RSSSubscriberOperations
|