edu.vub.at.actors.natives
Class DiscoveryManager.Subscription

java.lang.Object
  extended byedu.vub.at.actors.natives.DiscoveryManager.Subscription
Enclosing class:
DiscoveryManager

public static class DiscoveryManager.Subscription
extends java.lang.Object

Small container class that represents an entry in the subscriptions list.


Field Summary
 ATObject deserializedHandler_
           
 ATStripe deserializedTopic_
           
 boolean isPermanentSubscription_
           
 Packet registeredHandler_
           
 Packet requiredStripe_
           
 ELActor subscriberActor_
           
 
Constructor Summary
DiscoveryManager.Subscription(ELActor subscriber, Packet stripe, Packet registeredHandler, boolean permanent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subscriberActor_

public final ELActor subscriberActor_

requiredStripe_

public final Packet requiredStripe_

registeredHandler_

public final Packet registeredHandler_

isPermanentSubscription_

public final boolean isPermanentSubscription_

deserializedTopic_

public ATStripe deserializedTopic_

deserializedHandler_

public ATObject deserializedHandler_
Constructor Detail

DiscoveryManager.Subscription

public DiscoveryManager.Subscription(ELActor subscriber,
                                     Packet stripe,
                                     Packet registeredHandler,
                                     boolean permanent)