org.umu.macow.common.notification
Class WhenPIPRequestReceived

java.lang.Object
  extended by org.umu.macow.common.notification.WhenPIPRequestReceived
All Implemented Interfaces:
java.lang.Runnable, org.positif.core.eventmanager.Notificable

public class WhenPIPRequestReceived
extends java.lang.Object
implements org.positif.core.eventmanager.Notificable, java.lang.Runnable

This class will be invoked when PIP request information from all registered PEPs.


Constructor Summary
WhenPIPRequestReceived()
           
 
Method Summary
 void Notify(org.positif.core.eventmanager.Subscription subscription, org.positif.core.eventmanager.Notification notification)
           
 void run()
           
 void setKR(KnowledgeRepository knowledgeRepository)
           
 void setNu(org.positif.core.eventmanager.client.NotificationUtils nu)
           
 void SubscriptionEnd(org.positif.core.eventmanager.SubscriptionEnd subscriptionEnd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhenPIPRequestReceived

public WhenPIPRequestReceived()
Method Detail

setKR

public void setKR(KnowledgeRepository knowledgeRepository)

setNu

public void setNu(org.positif.core.eventmanager.client.NotificationUtils nu)

Notify

public void Notify(org.positif.core.eventmanager.Subscription subscription,
                   org.positif.core.eventmanager.Notification notification)
Specified by:
Notify in interface org.positif.core.eventmanager.Notificable

SubscriptionEnd

public void SubscriptionEnd(org.positif.core.eventmanager.SubscriptionEnd subscriptionEnd)
Specified by:
SubscriptionEnd in interface org.positif.core.eventmanager.Notificable

run

public void run()
Specified by:
run in interface java.lang.Runnable