Contains information about the transport of a target agent.

Column

Data Type

Constraint

transport_id

VARCHAR(40)

not null

The unique ID for a transport.

version

BIGINT

not null

The version of the transport.

transport_type

TINYINT

not null

The type of transport. The only option currently available is RMI.

jndi_name

VARCHAR(255)

null

The name used by JNDI for the target’s agent’s transport.

rmi_uri

VARCHAR(255)

null

The URI to the RMI for the target agent’s transport.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices