|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CSIIOP.SAS_ContextSecHelper
public class SAS_ContextSecHelper
Helper class for : SAS_ContextSec
Constructor Summary | |
---|---|
SAS_ContextSecHelper()
|
Method Summary | |
---|---|
static SAS_ContextSec |
extract(org.omg.CORBA.Any a)
Extract SAS_ContextSec from an any |
static java.lang.String |
id()
Return the SAS_ContextSec IDL ID |
static void |
insert(org.omg.CORBA.Any a,
SAS_ContextSec t)
Insert SAS_ContextSec into an any |
static SAS_ContextSec |
read(org.omg.CORBA.portable.InputStream istream)
Read SAS_ContextSec from a marshalled stream |
static org.omg.CORBA.TypeCode |
type()
Return the SAS_ContextSec TypeCode |
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
SAS_ContextSec value)
Write SAS_ContextSec into a marshalled stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAS_ContextSecHelper()
Method Detail |
---|
public static void insert(org.omg.CORBA.Any a, SAS_ContextSec t)
a
- an anyt
- SAS_ContextSec valuepublic static SAS_ContextSec extract(org.omg.CORBA.Any a)
a
- an any
public static org.omg.CORBA.TypeCode type()
public static java.lang.String id()
public static SAS_ContextSec read(org.omg.CORBA.portable.InputStream istream)
istream
- the input stream
public static void write(org.omg.CORBA.portable.OutputStream ostream, SAS_ContextSec value)
ostream
- the output streamvalue
- SAS_ContextSec value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |