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

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

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected OfferedIncompatibleQosStatus(DataWriter<TYPE> source)
           
 
Method Summary
abstract  QosPolicy.Id getLastPolicyId()
           
abstract  java.util.Set<QosPolicyCount> getPolicies()
           
abstract  int getTotalCount()
           
abstract  int getTotalCountChange()
           
static
<TYPE> OfferedIncompatibleQosStatus<TYPE>
newOfferedIncompatibleQosStatus(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

OfferedIncompatibleQosStatus

protected OfferedIncompatibleQosStatus(DataWriter<TYPE> source)
Method Detail

newOfferedIncompatibleQosStatus

public static <TYPE> OfferedIncompatibleQosStatus<TYPE> newOfferedIncompatibleQosStatus(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

getLastPolicyId

public abstract QosPolicy.Id getLastPolicyId()
Returns:
the lastPolicyId

getPolicies

public abstract java.util.Set<QosPolicyCount> getPolicies()
Returns:
an unmodifiable set of policy counts.


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