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

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

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

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


Field Summary
 ATStripe deserializedTopic_
           
 Packet exportedService_
           
 Packet providedStripe_
           
 ELActor providerActor_
           
 
Constructor Summary
DiscoveryManager.Publication(ELActor provider, Packet stripe, Packet exportedService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

providerActor_

public final ELActor providerActor_

providedStripe_

public final Packet providedStripe_

exportedService_

public final Packet exportedService_

deserializedTopic_

public ATStripe deserializedTopic_
Constructor Detail

DiscoveryManager.Publication

public DiscoveryManager.Publication(ELActor provider,
                                    Packet stripe,
                                    Packet exportedService)