Contains information about the transport of a target agent.
Column | Data Type | Constraint | Description |
---|---|---|---|
| VARCHAR(40) | not null | The unique ID for a transport. |
| BIGINT | not null | The version of the transport. |
| TINYINT | not null | The type of transport. The only option currently available is |
| VARCHAR(255) | null | The name used by JNDI for the target’s agent’s transport. |
| VARCHAR(255) | null | The URI to the RMI for the target agent’s transport. |