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