ChannelStatus is used to indicate whether a RAPID File Queue (part of the RAPID File Transfer Service) is currently capable of transferring files (Active) or is temporarily refraining from transferring files (Paused).
More...
List of all members.
Detailed Description
-
FILE_QUEUE_CHANNEL_ACTIVE: Capable of transferring files.
-
FILE_QUEUE_CHANNEL_PAUSED: Temporarily refraining from transferring files.
Constructor & Destructor Documentation
Member Function Documentation
| Object copy_from |
( |
Object |
src | ) |
|
This method will perform a deep copy of src This method could be placed into ChannelStateSequenceTypeSupport rather than here by using the -noCopyable option to rtiddsgen.
- Parameters:
-
| src | The Object which contains the data to be copied. |
- Returns:
- Returns
this.
- Exceptions:
-
| NullPointerException | If src is null. |
| ClassCastException | If src is not the same type as this. |
- See also:
- com.rti.dds.infrastructure.Copyable.copy_from(java.lang.Object)
| static Object create |
( |
| ) |
[static] |
| boolean equals |
( |
Object |
o | ) |
|
| String toString |
( |
String |
desc, |
|
|
int |
indent |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following file: