A transport holds information on the communication layer that is used by a grid component.

C# | Visual Basic | Visual C++ | J# |
public interface ITransport
Public Interface ITransport
public interface class ITransport
public interface ITransport

All Members | Properties | Events | |||
Icon | Member | Description |
---|---|---|
![]() | BindHost |
Gets the host name or address the communication layer bounded on.
|
![]() | Details |
Gets the details (non changeable) of the transport.
|
![]() | HostAddress |
Gets the host address of the transport.
|
![]() | HostName |
Gets the host address of the transport.
|
![]() | LRMIMonitoring |
Gets the LRMI monitoring of this transport.
|
![]() | Port |
Gets the port number the communication layer is using.
|
![]() | Statistics |
Gets the transport statistics.
|
![]() | StatisticsChanged |
Occurs when ITransportStatistics has changed.
|
![]() | Uid |
Gets the UID of the transport.
|