Uses of Class
org.omg.CSIIOP.TLS_SEC_TRANS

Packages that use TLS_SEC_TRANS
org.omg.CSIIOP   
 

Uses of TLS_SEC_TRANS in org.omg.CSIIOP
 

Fields in org.omg.CSIIOP declared as TLS_SEC_TRANS
 TLS_SEC_TRANS TLS_SEC_TRANSHolder.value
           
 

Methods in org.omg.CSIIOP that return TLS_SEC_TRANS
static TLS_SEC_TRANS TLS_SEC_TRANSHelper.extract(Any any)
           
static TLS_SEC_TRANS TLS_SEC_TRANSHelper.read(InputStream in)
           
 

Methods in org.omg.CSIIOP with parameters of type TLS_SEC_TRANS
static void TLS_SEC_TRANSHelper.insert(Any any, TLS_SEC_TRANS s)
           
static void TLS_SEC_TRANSHelper.write(OutputStream out, TLS_SEC_TRANS s)
           
 

Constructors in org.omg.CSIIOP with parameters of type TLS_SEC_TRANS
TLS_SEC_TRANSHolder(TLS_SEC_TRANS initial)