|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ServiceInformationHelper
public abstract class ServiceInformationHelper
Helper operations for the service information. This class is part of the service information support, but the 1.4 API specification states that this support should be not implemented.
Constructor Summary | |
---|---|
ServiceInformationHelper()
|
Method Summary | |
---|---|
static ServiceInformation |
extract(Any a)
Extract the service information from the given Any. |
static String |
id()
Get the service information repositroy id. |
static void |
insert(Any a,
ServiceInformation that)
Insert the service information into the given Any. |
static ServiceInformation |
read(InputStream istream)
Read the service information from the given CDR input stream. |
static TypeCode |
type()
Get the service information typecode. |
static void |
write(OutputStream ostream,
ServiceInformation value)
Write the service information to the given CDR output 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 ServiceInformation extract(Any a)
public static String id()
public static void insert(Any a, ServiceInformation that)
public static ServiceInformation read(InputStream istream)
public static TypeCode type()
public static void write(OutputStream ostream, ServiceInformation value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |