org.omg.CSIIOP

Class SECIOP_SEC_TRANS

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class SECIOP_SEC_TRANS
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "SECIOP_SEC_TRANS"

Author:
JacORB IDL compiler

Field Summary

TransportAddress[]
addresses
byte[]
mech_oid
byte[]
target_name
short
target_requires
short
target_supports

Constructor Summary

SECIOP_SEC_TRANS()
SECIOP_SEC_TRANS(short target_supports, short target_requires, byte[] mech_oid, byte[] target_name, TransportAddress[] addresses)

Field Details

addresses

public TransportAddress[] addresses


mech_oid

public byte[] mech_oid


target_name

public byte[] target_name


target_requires

public short target_requires


target_supports

public short target_supports

Constructor Details

SECIOP_SEC_TRANS

public SECIOP_SEC_TRANS()


SECIOP_SEC_TRANS

public SECIOP_SEC_TRANS(short target_supports,
                        short target_requires,
                        byte[] mech_oid,
                        byte[] target_name,
                        TransportAddress[] addresses)