public final class Identity extends java.lang.Object implements CSProcess
Input Channels | ||
---|---|---|
in | java.lang.Object | The in Channel can accept data of any class. |
Output Channels | ||
out | java.lang.Object | The out Channel sends the the same type of data (in fact, the same data) as is input. |
Constructor and Description |
---|
Identity(ChannelInput in,
ChannelOutput out)
Construct a new Identity process with the input Channel in and the
output Channel out.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
The main body of this process.
|
public Identity(ChannelInput in, ChannelOutput out)
in
- the input Channelout
- the output ChannelCopyright © 1996–2019. All rights reserved.