| Package | Description | 
|---|---|
| org.jlab.coda.emu.support.transport | 
| Modifier and Type | Method and Description | 
|---|---|
| static TransportType | TransportType. get(java.lang.String s)Map from type of incoming message from CODA class name to a particular enum. | 
| TransportType | DataChannelImplFifo. getTransportType()Get the type of transport this channel implements. | 
| TransportType | DataChannelImplFile. getTransportType()Get the type of transport this channel implements. | 
| TransportType | DataChannel. getTransportType()Get the type of transport this channel implements. | 
| TransportType | DataChannelImplEt. getTransportType()Get the type of transport this channel implements. | 
| abstract TransportType | DataChannelAdapter. getTransportType()Get the type of transport this channel implements. | 
| TransportType | DataChannelImplEmu. getTransportType()Get the type of transport this channel implements. | 
| TransportType | DataChannelImplCmsg. getTransportType()Get the type of transport this channel implements. | 
| static TransportType | TransportType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static TransportType[] | TransportType. values()Returns an array containing the constants of this enum type, in
the order they are declared. |