All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ServiceTypeHelper

java.lang.Object
    |
    +----org.omg.CORBA.ServiceTypeHelper

public abstract class ServiceTypeHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
typedef unsigned short ServiceType;


Constructor Index

 o ServiceTypeHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, short)
 o read(InputStream)
 o type()
 o write(OutputStream, short)

Constructors

 o ServiceTypeHelper
public ServiceTypeHelper()

Methods

 o read
public static short read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         short value)
 o insert
public static void insert(Any any,
                          short value)
 o extract
public static short extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index