Package io.joynr.messaging.routing
Class AbstractGlobalMessagingSkeleton
- java.lang.Object
-
- io.joynr.messaging.routing.AbstractGlobalMessagingSkeleton
-
- All Implemented Interfaces:
IMessagingMulticastSubscriber,IMessagingSkeleton
public abstract class AbstractGlobalMessagingSkeleton extends Object implements IMessagingSkeleton, IMessagingMulticastSubscriber
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractGlobalMessagingSkeleton(RoutingTable routingTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanregisterGlobalRoutingEntry(ImmutableMessage message, String gbid)protected voidremoveGlobalRoutingEntry(ImmutableMessage message, boolean routingEntryRegistered)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.joynr.messaging.IMessagingMulticastSubscriber
registerMulticastSubscription, unregisterMulticastSubscription
-
Methods inherited from interface io.joynr.messaging.IMessagingSkeleton
init, shutdown
-
-
-
-
Constructor Detail
-
AbstractGlobalMessagingSkeleton
@Inject protected AbstractGlobalMessagingSkeleton(RoutingTable routingTable)
-
-
Method Detail
-
registerGlobalRoutingEntry
protected boolean registerGlobalRoutingEntry(ImmutableMessage message, String gbid)
-
removeGlobalRoutingEntry
protected void removeGlobalRoutingEntry(ImmutableMessage message, boolean routingEntryRegistered)
-
-