org.omg.dds.core.status
Class PublicationMatchedStatus<TYPE>

java.lang.Object
  extended by java.util.EventObject
      extended by org.omg.dds.core.status.Status<PublicationMatchedStatus<TYPE>,DataWriter<TYPE>>
          extended by org.omg.dds.core.status.PublicationMatchedStatus<TYPE>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, DDSObject, ModifiableValue<PublicationMatchedStatus<TYPE>,PublicationMatchedStatus<TYPE>>, Value<PublicationMatchedStatus<TYPE>,PublicationMatchedStatus<TYPE>>

public abstract class PublicationMatchedStatus<TYPE>
extends Status<PublicationMatchedStatus<TYPE>,DataWriter<TYPE>>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected PublicationMatchedStatus(DataWriter<TYPE> source)
           
 
Method Summary
abstract  int getCurrentCount()
           
abstract  int getCurrentCountChange()
           
abstract  ModifiableInstanceHandle getLastSubscriptionHandle()
           
abstract  int getTotalCount()
           
abstract  int getTotalCountChange()
           
static
<TYPE> PublicationMatchedStatus<TYPE>
newPublicationMatchedStatus(Bootstrap bootstrap)
           
 
Methods inherited from class org.omg.dds.core.status.Status
allStatuses, clone, getSource, noStatuses, setSource
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.dds.core.modifiable.ModifiableValue
copyFrom, finishModification
 
Methods inherited from interface org.omg.dds.core.Value
equals, hashCode, modify
 
Methods inherited from interface org.omg.dds.core.DDSObject
getBootstrap
 

Constructor Detail

PublicationMatchedStatus

protected PublicationMatchedStatus(DataWriter<TYPE> source)
Method Detail

newPublicationMatchedStatus

public static <TYPE> PublicationMatchedStatus<TYPE> newPublicationMatchedStatus(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

getLastSubscriptionHandle

public abstract ModifiableInstanceHandle getLastSubscriptionHandle()


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