All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ServiceTypeHolder

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

public final class ServiceTypeHolder
extends Object
implements Streamable

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


Variable Index

 o value

Constructor Index

 o ServiceTypeHolder()
 o ServiceTypeHolder(short)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
public short value

Constructors

 o ServiceTypeHolder
public ServiceTypeHolder()
 o ServiceTypeHolder
public ServiceTypeHolder(short value)

Methods

 o _read
public void _read(InputStream input)
 o _write
public void _write(OutputStream output)
 o _type
public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index