JavaTM 2 Platform
Standard Edition

Uses of Interface
org.omg.CORBA.portable.Streamable

Packages that use Streamable
org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). 
org.omg.CosNaming Provides the naming service for Java IDL. 
org.omg.CosNaming.NamingContextPackage Provides the exceptions used in the package org.omg.CosNaming (AlreadyBound, CannotProceed, InvalidName, NotEmpty, and NotFound) and also the Helper and Holder classes for those exceptions. 
 

Uses of Streamable in org.omg.CORBA
 

Classes in org.omg.CORBA that implement Streamable
 class AnyHolder
          A Holder class for Any objects that is used to store "out" and "inout" parameters in IDL methods.
 class BooleanHolder
          A Holder class for a boolean that is used to store "out" and "inout" parameters in IDL methods.
 class ByteHolder
          A Holder class for a byte that is used to store "out" and "inout" parameters in IDL methods.
 class CharHolder
          A Holder class for a char that is used to store "out" and "inout" parameters in IDL methods.
 class DoubleHolder
          A Holder class for a double that is used to store "out" and "inout" parameters in IDL methods.
 class FixedHolder
          FixedHolder is a container class for values of IDL type "fixed", which is mapped to the Java class java.math.BigDecimal.
 class FloatHolder
          A Holder class for a float that is used to store "out" and "inout" parameters in IDL methods.
 class IntHolder
          A Holder class for an int that is used to store "out" and "inout" parameters in IDL methods.
 class LongHolder
          A Holder class for a long that is used to store "out" and "inout" parameters in IDL methods.
 class ObjectHolder
          A Holder class for a CORBA object reference (a value of type org.omg.CORBA.Object).
 class PrincipalHolder
          Deprecated. Deprecated by CORBA 2.2.
 class ServiceInformationHolder
          A Holder class for a ServiceInformation object that is used to store "out" and "inout" parameters in IDL methods.
 class ShortHolder
          A Holder class for a short that is used to store "out" and "inout" parameters in IDL operations.
 class StringHolder
          A Holder class for a String that is used to store "out" and "inout" parameters in IDL operations.
 class TypeCodeHolder
          A Holder class for a TypeCode object that is used to store "out" and "inout" parameters in IDL operations.
 

Methods in org.omg.CORBA with parameters of type Streamable
abstract  void Any.insert_Streamable(Streamable s)
          Inserts the given Streamable object into this Any object's value field.
 

Uses of Streamable in org.omg.CosNaming
 

Classes in org.omg.CosNaming that implement Streamable
 class BindingHolder
           
 class BindingIteratorHolder
           
 class BindingListHolder
           
 class BindingTypeHolder
           
 class NameComponentHolder
           
 class NameHolder
           
 class NamingContextHolder
           
 

Uses of Streamable in org.omg.CosNaming.NamingContextPackage
 

Classes in org.omg.CosNaming.NamingContextPackage that implement Streamable
 class AlreadyBoundHolder
           
 class CannotProceedHolder
           
 class InvalidNameHolder
           
 class NotEmptyHolder
           
 class NotFoundHolder
           
 class NotFoundReasonHolder
           
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.