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

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

public abstract class LivelinessChangedStatus<TYPE>
extends Status<LivelinessChangedStatus<TYPE>,DataReader<TYPE>>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected LivelinessChangedStatus(DataReader<TYPE> source)
           
 
Method Summary
abstract  int getAliveCount()
           
abstract  int getAliveCountChange()
           
abstract  ModifiableInstanceHandle getLastPublicationHandle()
           
abstract  int getNotAliveCount()
           
abstract  int getNotAliveCountChange()
           
static
<TYPE> LivelinessChangedStatus<TYPE>
newLivelinessChangedStatus(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

LivelinessChangedStatus

protected LivelinessChangedStatus(DataReader<TYPE> source)
Method Detail

newLivelinessChangedStatus

public static <TYPE> LivelinessChangedStatus<TYPE> newLivelinessChangedStatus(Bootstrap bootstrap)
Parameters:
bootstrap - Identifies the Service instance to which the new object will belong.

getAliveCount

public abstract int getAliveCount()
Returns:
the aliveCount

getNotAliveCount

public abstract int getNotAliveCount()
Returns:
the notAliveCount

getAliveCountChange

public abstract int getAliveCountChange()
Returns:
the aliveCountChange

getNotAliveCountChange

public abstract int getNotAliveCountChange()
Returns:
the notAliveCountChange

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.