public static interface Subscriber.DataState extends DDSObject, java.lang.Cloneable
UnsupportedOperationException
.Modifier and Type | Method and Description |
---|---|
Subscriber.DataState |
clone() |
boolean |
equals(java.lang.Object other) |
java.util.Set<InstanceState> |
getInstanceStates()
Get the current set of instance states.
|
java.util.Set<SampleState> |
getSampleStates()
Get the current set of sample states.
|
java.util.Set<ViewState> |
getViewStates()
Get the current set of view states.
|
int |
hashCode() |
Subscriber.DataState |
with(InstanceState state)
Add the given
InstanceState to this DataState. |
Subscriber.DataState |
with(SampleState state)
Add the given
SampleState to this DataState. |
Subscriber.DataState |
with(ViewState state)
Add the given
ViewState to this DataState. |
Subscriber.DataState |
withAnyInstanceState()
Add all
InstanceState values to this DataState. |
Subscriber.DataState |
withAnySampleState()
Add all
SampleState values to this DataState. |
Subscriber.DataState |
withAnyViewState()
Add all
ViewState values to this DataState. |
Subscriber.DataState |
withNotAliveInstanceStates()
Add
InstanceState.NOT_ALIVE_DISPOSED and
InstanceState.NOT_ALIVE_NO_WRITERS to this DataState. |
getEnvironment
java.util.Set<SampleState> getSampleStates()
java.util.Set<ViewState> getViewStates()
java.util.Set<InstanceState> getInstanceStates()
Subscriber.DataState with(SampleState state)
SampleState
to this DataState.state
- the state to add.java.lang.UnsupportedOperationException
- if this DataState
is unmodifiable.Subscriber.DataState with(ViewState state)
ViewState
to this DataState.state
- the state to add.java.lang.UnsupportedOperationException
- if this DataState
is unmodifiable.Subscriber.DataState with(InstanceState state)
InstanceState
to this DataState.state
- the state to add.java.lang.UnsupportedOperationException
- if this DataState
is unmodifiable.Subscriber.DataState withAnySampleState()
SampleState
values to this DataState.java.lang.UnsupportedOperationException
- if this DataState
is unmodifiable.Subscriber.DataState withAnyViewState()
ViewState
values to this DataState.java.lang.UnsupportedOperationException
- if this DataState
is unmodifiable.Subscriber.DataState withAnyInstanceState()
InstanceState
values to this DataState.java.lang.UnsupportedOperationException
- if this DataState
is unmodifiable.Subscriber.DataState withNotAliveInstanceStates()
InstanceState.NOT_ALIVE_DISPOSED
and
InstanceState.NOT_ALIVE_NO_WRITERS
to this DataState.java.lang.UnsupportedOperationException
- if this DataState
is unmodifiable.Subscriber.DataState clone()
boolean equals(java.lang.Object other)
equals
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.