SampleRejectedStatusKind Class Reference
[DataReaders]

Kinds of reasons for rejecting a sample. More...

Inheritance diagram for SampleRejectedStatusKind:

Enum Copyable

List of all members.

Static Public Attributes

static final
SampleRejectedStatusKind 
NOT_REJECTED
 Samples are never rejected.
static final
SampleRejectedStatusKind 
REJECTED_BY_INSTANCES_LIMIT
 A resource limit on the number of instances was reached.
static final
SampleRejectedStatusKind 
REJECTED_BY_SAMPLES_LIMIT
 A resource limit on the number of samples was reached.
static final
SampleRejectedStatusKind 
REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT
 A resource limit on the number of samples per instance was reached.
static final
SampleRejectedStatusKind 
REJECTED_BY_REMOTE_WRITERS_LIMIT
 A resource limit on the number of remote writers from which a com.rti.dds.subscription.DataReader may read was reached.
static final
SampleRejectedStatusKind 
REJECTED_BY_REMOTE_WRITERS_PER_INSTANCE_LIMIT
 A resource limit on the number of remote writers for a single instance from which a com.rti.dds.subscription.DataReader may read was reached.
static final
SampleRejectedStatusKind 
REJECTED_BY_SAMPLES_PER_REMOTE_WRITER_LIMIT
 A resource limit on the number of samples from a given remote writer that a com.rti.dds.subscription.DataReader may store was reached.
static final
SampleRejectedStatusKind 
REJECTED_BY_VIRTUAL_WRITERS_LIMIT
 A resource limit on the number of virtual writers from which a com.rti.dds.subscription.DataReader may read was reached.
static final
SampleRejectedStatusKind 
REJECTED_BY_REMOTE_WRITERS_PER_SAMPLE_LIMIT
 A resource limit on the number of remote writers per sample was reached.
static final
SampleRejectedStatusKind 
REJECTED_BY_REMOTE_WRITER_SAMPLES_PER_VIRTUAL_QUEUE_LIMIT
 A resource limit on the number of samples published by a remote writer on behalf of a virtual writer that a com.rti.dds.subscription.DataReader may store was reached.


Detailed Description

Kinds of reasons for rejecting a sample.

Member Data Documentation

Initial value:

 new com.rti.dds.subscription.SampleRejectedStatusKind(
            "NOT_REJECTED", 0)
Samples are never rejected.

See also:
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicy

Initial value:

 new com.rti.dds.subscription.SampleRejectedStatusKind(
            "REJECTED_BY_INSTANCES_LIMIT", 1)
A resource limit on the number of instances was reached.

See also:
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicy

Initial value:

 new SampleRejectedStatusKind(
            "REJECTED_BY_SAMPLES_LIMIT", 2)
A resource limit on the number of samples was reached.

See also:
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicy

Initial value:

 new SampleRejectedStatusKind(
                "REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT", 3)
A resource limit on the number of samples per instance was reached.

See also:
ResourceLimitsQosPolicy

Initial value:

 new SampleRejectedStatusKind(
                "REJECTED_BY_REMOTE_WRITERS_LIMIT", 4)
A resource limit on the number of remote writers from which a com.rti.dds.subscription.DataReader may read was reached.

This constant is an extension to the DDS standard.

See also:
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicy

Initial value:

 new SampleRejectedStatusKind(
                "REJECTED_BY_REMOTE_WRITERS_PER_INSTANCE_LIMIT", 5)
A resource limit on the number of remote writers for a single instance from which a com.rti.dds.subscription.DataReader may read was reached.

This constant is an extension to the DDS standard.

See also:
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicy

Initial value:

 new SampleRejectedStatusKind(
                "REJECTED_BY_SAMPLES_PER_REMOTE_WRITER_LIMIT", 6)
A resource limit on the number of samples from a given remote writer that a com.rti.dds.subscription.DataReader may store was reached.

This constant is an extension to the DDS standard.

See also:
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicy

Initial value:

 new SampleRejectedStatusKind(
                "REJECTED_BY_VIRTUAL_WRITERS_LIMIT", 7)
A resource limit on the number of virtual writers from which a com.rti.dds.subscription.DataReader may read was reached.

This constant is an extension to the DDS standard.

See also:
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicy

Initial value:

 new SampleRejectedStatusKind(
                "REJECTED_BY_REMOTE_WRITERS_PER_SAMPLE_LIMIT", 8)
A resource limit on the number of remote writers per sample was reached.

This constant is an extension to the DDS standard.

See also:
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicy

Initial value:

 new SampleRejectedStatusKind(
                "REJECTED_BY_REMOTE_WRITER_SAMPLES_PER_VIRTUAL_QUEUE_LIMIT", 9)
A resource limit on the number of samples published by a remote writer on behalf of a virtual writer that a com.rti.dds.subscription.DataReader may store was reached.

This constant is an extension to the DDS standard.

See also:
com.rti.dds.infrastructure.DataReaderResourceLimitsQosPolicy


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc