com.softwareag.connectivity
Event Direction


Utility event to provide string literals for direction.
Constant summary
 stringTOWARDS_HOST := "TOWARDS_HOST"

The direction of messages flowing towards the host (from the transport).
 stringTOWARDS_TRANSPORT := "TOWARDS_TRANSPORT"

The direction of messages flowing towards the transport (from the host).
 
Constant detail

TOWARDS_HOST

            string TOWARDS_HOST := "TOWARDS_HOST"
        
The direction of messages flowing towards the host (from the transport).

TOWARDS_TRANSPORT

            string TOWARDS_TRANSPORT := "TOWARDS_TRANSPORT"
        
The direction of messages flowing towards the transport (from the host).