org.globus.mds.aggregator.impl
Class SubscriptionAggregatorSource.NotificationCallback
java.lang.Object
org.globus.mds.aggregator.impl.SubscriptionAggregatorSource.NotificationCallback
- All Implemented Interfaces:
- NotifyCallback
- Enclosing class:
- SubscriptionAggregatorSource
- protected class SubscriptionAggregatorSource.NotificationCallback
- extends java.lang.Object
- implements NotifyCallback
|
Method Summary |
void |
deliver(java.util.List topicPath,
org.apache.axis.message.addressing.EndpointReferenceType producer,
java.lang.Object message)
|
java.lang.Object |
getEntry()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sourceEPR
public org.apache.axis.message.addressing.EndpointReferenceType sourceEPR
consumerEPR
public org.apache.axis.message.addressing.EndpointReferenceType consumerEPR
entry
private AggregatorServiceGroupEntryResource entry
SubscriptionAggregatorSource.NotificationCallback
public SubscriptionAggregatorSource.NotificationCallback(AggregatorServiceGroupEntryResource entry)
getEntry
public java.lang.Object getEntry()
deliver
public void deliver(java.util.List topicPath,
org.apache.axis.message.addressing.EndpointReferenceType producer,
java.lang.Object message)
- Specified by:
deliver in interface NotifyCallback