public static interface Subscriber.DataState extends DDSObject, Cloneable
UnsupportedOperationException.getEnvironmentSet<SampleState> getSampleStates()
Set<ViewState> getViewStates()
Set<InstanceState> getInstanceStates()
Subscriber.DataState with(SampleState state)
SampleState to this DataState.state - the state to add.UnsupportedOperationException - if this DataState
is unmodifiable.Subscriber.DataState with(ViewState state)
ViewState to this DataState.state - the state to add.UnsupportedOperationException - if this DataState
is unmodifiable.Subscriber.DataState with(InstanceState state)
InstanceState to this DataState.state - the state to add.UnsupportedOperationException - if this DataState
is unmodifiable.Subscriber.DataState withAnySampleState()
SampleState values to this DataState.UnsupportedOperationException - if this DataState
is unmodifiable.Subscriber.DataState withAnyViewState()
ViewState values to this DataState.UnsupportedOperationException - if this DataState
is unmodifiable.Subscriber.DataState withAnyInstanceState()
InstanceState values to this DataState.UnsupportedOperationException - if this DataState
is unmodifiable.Subscriber.DataState withNotAliveInstanceStates()
InstanceState.NOT_ALIVE_DISPOSED and
InstanceState.NOT_ALIVE_NO_WRITERS to this DataState.UnsupportedOperationException - if this DataState
is unmodifiable.Subscriber.DataState clone()
Copyright © 2014. All rights reserved.