Package com.ptc.mvc.ds.client
Enum Class TransmissionState
- All Implemented Interfaces:
Serializable,Comparable<TransmissionState>,Constable
Represents the states a DataSource can be in with respect to adding and removing data from the DataSource
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionNo more data can be added to the DataSource, but there is still data to remove from it
Supported API: trueAll data has been added to the DataSource, and all data has been removed from it
Supported API: trueThe default status, signifying that more data can be added to the DataSource and there is still data to remove from it
Supported API: true -
Method Summary
-
Enum Constant Details
-
OPEN
The default status, signifying that more data can be added to the DataSource and there is still data to remove from it
Supported API: true -
CLOSED
No more data can be added to the DataSource, but there is still data to remove from it
Supported API: true -
COMPLETED
All data has been added to the DataSource, and all data has been removed from it
Supported API: true
-