org.globus.mds.aggregator.impl
Class SubscriptionAggregatorSource.NotificationCallback

java.lang.Object
  extended byorg.globus.mds.aggregator.impl.SubscriptionAggregatorSource.NotificationCallback
All Implemented Interfaces:
NotifyCallback
Enclosing class:
SubscriptionAggregatorSource

protected class SubscriptionAggregatorSource.NotificationCallback
extends java.lang.Object
implements NotifyCallback


Field Summary
 org.apache.axis.message.addressing.EndpointReferenceType consumerEPR
           
private  AggregatorServiceGroupEntryResource entry
           
 org.apache.axis.message.addressing.EndpointReferenceType sourceEPR
           
 
Constructor Summary
SubscriptionAggregatorSource.NotificationCallback(AggregatorServiceGroupEntryResource entry)
           
 
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
 

Field Detail

sourceEPR

public org.apache.axis.message.addressing.EndpointReferenceType sourceEPR

consumerEPR

public org.apache.axis.message.addressing.EndpointReferenceType consumerEPR

entry

private AggregatorServiceGroupEntryResource entry
Constructor Detail

SubscriptionAggregatorSource.NotificationCallback

public SubscriptionAggregatorSource.NotificationCallback(AggregatorServiceGroupEntryResource entry)
Method Detail

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