fulmine.model.container.subscription.remote
Class RxSubscription

java.lang.Object
  extended by fulmine.event.subscription.Subscription
      extended by fulmine.model.container.subscription.ContainerSubscription
          extended by fulmine.model.container.subscription.remote.RxSubscription
All Implemented Interfaces:
ISubscription, ISubscriptionParameters, IAddressable, IDestroyable

public final class RxSubscription
extends ContainerSubscription

A subscription for receiving a remote container transmitted from a remote IFrameworkContext. This subscription is sent by a local context to receive remote container events from a remote context. This is the counterpart to the TxSubscription.

Author:
Ramon Servadei

Field Summary
 
Fields inherited from interface fulmine.event.subscription.ISubscription
WILDCARD_DOMAIN, WILDCARD_ID_REGEX, WILDCARD_TYPE
 
Method Summary
protected  org.apache.commons.logging.Log getLog()
           
 
Methods inherited from class fulmine.event.subscription.Subscription
addListener, addMatch, destroy, doAddOperation, doRemoveOperation, equals, getAddress, getDomain, getIdentity, getListeners, getMatches, getType, hashCode, includes, removeListener, removeMatch, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getLog

protected org.apache.commons.logging.Log getLog()
Overrides:
getLog in class ContainerSubscription


Copyright © 2007-2009. All Rights Reserved.