org.omg.dds.core.status
Class SubscriptionMatchedStatus<TYPE>
java.lang.Object
java.util.EventObject
org.omg.dds.core.status.Status<SubscriptionMatchedStatus<TYPE>,DataReader<TYPE>>
org.omg.dds.core.status.SubscriptionMatchedStatus<TYPE>
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, DDSObject, ModifiableValue<SubscriptionMatchedStatus<TYPE>,SubscriptionMatchedStatus<TYPE>>, Value<SubscriptionMatchedStatus<TYPE>,SubscriptionMatchedStatus<TYPE>>
public abstract class SubscriptionMatchedStatus<TYPE>
- extends Status<SubscriptionMatchedStatus<TYPE>,DataReader<TYPE>>
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SubscriptionMatchedStatus
protected SubscriptionMatchedStatus(DataReader<TYPE> source)
newSubscriptionMatchedStatus
public static <TYPE> SubscriptionMatchedStatus<TYPE> newSubscriptionMatchedStatus(Bootstrap bootstrap)
- Parameters:
bootstrap - Identifies the Service instance to which the new
object will belong.
getTotalCount
public abstract int getTotalCount()
- Returns:
- the totalCount
getTotalCountChange
public abstract int getTotalCountChange()
- Returns:
- the totalCountChange
getCurrentCount
public abstract int getCurrentCount()
- Returns:
- the currentCount
getCurrentCountChange
public abstract int getCurrentCountChange()
- Returns:
- the currentCountChange
getLastPublicationHandle
public abstract ModifiableInstanceHandle getLastPublicationHandle()
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.