Java Platform 1.2
Beta 4

Uses of Class
org.omg.CORBA.portable.InputStream

Packages that use InputStream
org.omg.CORBA   
org.omg.CORBA.portable   
org.omg.CosNaming   
org.omg.CosNaming.NamingContextPackage   
 

Uses of InputStream in org.omg.CORBA
 

Methods in org.omg.CORBA that return InputStream
abstract  InputStream Any.create_input_stream()
          Creates an input stream from which this Any object's value can be unmarshalled.
 

Methods in org.omg.CORBA with parameters of type InputStream
 void ServiceInformationHolder._read(InputStream in)
           
static ServiceDetail ServiceDetailHelper.read(InputStream in)
           
 void ServiceDetailHolder._read(InputStream in)
           
abstract  void Any.read_value(InputStream is, TypeCode t)
          Reads off (unmarshals) the value of an Any object from the given input stream using the given typecode.
static ServiceInformation ServiceInformationHelper.read(InputStream in)
           
 

Uses of InputStream in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return InputStream
 InputStream ObjectImpl._invoke(OutputStream output)
          _invoke is called to invoke an operation.
abstract  InputStream OutputStream.create_input_stream()
           
 InputStream Delegate._invoke(OutputStream output)
          _invoke is called to invoke an operation.
 InputStream ApplicationException.getInputStream()
           
 

Methods in org.omg.CORBA.portable with parameters of type InputStream
 void ObjectImpl._releaseReply(InputStream input)
          _releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed.
 void Delegate._releaseReply(InputStream input)
          _releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed.
 OutputStream InvokeHandler._invoke(String method, InputStream input, ResponseHandler handler)
          Invoked by the ORB to dispatch a request to the servant.
 void Streamable._read(InputStream istream)
          Read from istream and initalize the value in the Holder with the unmarshalled data
 

Constructors in org.omg.CORBA.portable with parameters of type InputStream
ApplicationException.ApplicationException(String id, InputStream ins)
          Construct an ApplicationException object.
 

Uses of InputStream in org.omg.CosNaming
 

Methods in org.omg.CosNaming with parameters of type InputStream
 void BindingTypeHolder._read(InputStream in)
           
static Binding[] BindingListHelper.read(InputStream in)
           
 void BindingHolder._read(InputStream in)
           
static NameComponent[] NameHelper.read(InputStream in)
           
static String IstringHelper.read(InputStream in)
           
 void NamingContextHolder._read(InputStream in)
           
static BindingIterator BindingIteratorHelper.read(InputStream in)
           
static NameComponent NameComponentHelper.read(InputStream in)
           
static BindingType BindingTypeHelper.read(InputStream in)
           
static NamingContext NamingContextHelper.read(InputStream in)
           
 void NameHolder._read(InputStream in)
           
static Binding BindingHelper.read(InputStream in)
           
 void BindingListHolder._read(InputStream in)
           
 void BindingIteratorHolder._read(InputStream in)
           
 void NameComponentHolder._read(InputStream in)
           
 

Uses of InputStream in org.omg.CosNaming.NamingContextPackage
 

Methods in org.omg.CosNaming.NamingContextPackage with parameters of type InputStream
static NotEmpty NotEmptyHelper.read(InputStream in)
           
static NotFound NotFoundHelper.read(InputStream in)
           
static NotFoundReason NotFoundReasonHelper.read(InputStream in)
           
 void InvalidNameHolder._read(InputStream in)
           
 void CannotProceedHolder._read(InputStream in)
           
 void NotFoundHolder._read(InputStream in)
           
static CannotProceed CannotProceedHelper.read(InputStream in)
           
 void AlreadyBoundHolder._read(InputStream in)
           
 void NotEmptyHolder._read(InputStream in)
           
static InvalidName InvalidNameHelper.read(InputStream in)
           
 void NotFoundReasonHolder._read(InputStream in)
           
static AlreadyBound AlreadyBoundHelper.read(InputStream in)
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.