org.omg.dds.domain
Interface DomainParticipantListener

All Superinterfaces:
java.util.EventListener, PublisherListener, SubscriberListener
All Known Implementing Classes:
DomainParticipantAdapter

public interface DomainParticipantListener
extends PublisherListener, SubscriberListener

This is the interface that can be implemented by an application-provided class and then registered with the DomainParticipant such that the application can be notified by the DCPS Service of relevant status changes. The purpose of the DomainParticipantListener is to be the listener of last resort that is notified of all status changes not captured by more specific listeners attached to the DomainEntity objects. When a relevant status change occurs, the DCPS Service will first attempt to notify the listener attached to the concerned DomainEntity if one is installed. Otherwise, the DCPS Service will notify the Listener attached to the DomainParticipant.


Method Summary
 void onInconsistentTopic(InconsistentTopicStatus<?> status)
           
 
Methods inherited from interface org.omg.dds.pub.PublisherListener
onLivelinessLost, onOfferedDeadlineMissed, onOfferedIncompatibleQos, onPublicationMatched
 
Methods inherited from interface org.omg.dds.sub.SubscriberListener
onDataAvailable, onDataOnReaders, onLivelinessChanged, onRequestedDeadlineMissed, onRequestedIncompatibleQos, onSampleLost, onSampleRejected, onSubscriptionMatched
 

Method Detail

onInconsistentTopic

void onInconsistentTopic(InconsistentTopicStatus<?> status)


Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.