Uses of Class
com.sun.corba.ee.org.omg.CSIIOP.SAS_ContextSec
-
Packages that use SAS_ContextSec Package Description com.sun.corba.ee.org.omg.CSIIOP -
-
Uses of SAS_ContextSec in com.sun.corba.ee.org.omg.CSIIOP
Fields in com.sun.corba.ee.org.omg.CSIIOP declared as SAS_ContextSec Modifier and Type Field Description SAS_ContextSec
CompoundSecMech. sas_context_mech
SAS_ContextSec
SAS_ContextSecHolder. value
Methods in com.sun.corba.ee.org.omg.CSIIOP that return SAS_ContextSec Modifier and Type Method Description static SAS_ContextSec
SAS_ContextSecHelper. extract(Any a)
static SAS_ContextSec
SAS_ContextSecHelper. read(InputStream istream)
Methods in com.sun.corba.ee.org.omg.CSIIOP with parameters of type SAS_ContextSec Modifier and Type Method Description static void
SAS_ContextSecHelper. insert(Any a, SAS_ContextSec that)
static void
SAS_ContextSecHelper. write(OutputStream ostream, SAS_ContextSec value)
Constructors in com.sun.corba.ee.org.omg.CSIIOP with parameters of type SAS_ContextSec Constructor Description CompoundSecMech(short _target_requires, TaggedComponent _transport_mech, AS_ContextSec _as_context_mech, SAS_ContextSec _sas_context_mech)
SAS_ContextSecHolder(SAS_ContextSec initialValue)
-