|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ServiceInformationHelper
Helper class for : ServiceInformation
Constructor Summary | |
ServiceInformationHelper()
|
Method Summary | |
static ServiceInformation |
extract(Any a)
Extract ServiceInformation from an any |
static java.lang.String |
id()
Return the ServiceInformation IDL ID |
static void |
insert(Any a,
ServiceInformation t)
Insert ServiceInformation into an any |
static ServiceInformation |
read(InputStream istream)
Read ServiceInformation from a marshalled stream |
static TypeCode |
type()
Return the ServiceInformation TypeCode |
static void |
write(OutputStream ostream,
ServiceInformation value)
Write ServiceInformation 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 ServiceInformationHelper()
Method Detail |
public static void insert(Any a, ServiceInformation t)
a
- an anyt
- ServiceInformation valuepublic static ServiceInformation extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static ServiceInformation read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, ServiceInformation value)
ostream
- the output streamvalue
- ServiceInformation value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |