Java Platform 1.2
Beta 4

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

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

Uses of OutputStream in org.omg.CORBA
 

Methods in org.omg.CORBA that return OutputStream
abstract  OutputStream ORB.create_output_stream()
          Creates a new org.omg.
abstract  OutputStream Any.create_output_stream()
          Creates an output stream into which this Any object's value can be marshalled.
 

Methods in org.omg.CORBA with parameters of type OutputStream
 void ServiceInformationHolder._write(OutputStream out)
           
static void ServiceDetailHelper.write(OutputStream out, ServiceDetail that)
           
 void ServiceDetailHolder._write(OutputStream out)
           
abstract  void Any.write_value(OutputStream os)
          Writes out to the given output stream the typecode and value of this Any object.
static void ServiceInformationHelper.write(OutputStream out, ServiceInformation that)
           
 

Uses of OutputStream in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return OutputStream
 OutputStream ObjectImpl._request(String operation, boolean responseExpected)
          _request is called by a stub to obtain an OutputStream for marshaling arguments.
 OutputStream Delegate._request(String operation, boolean responseExpected)
          _request is called by a stub to obtain an OutputStream for marshaling arguments.
 OutputStream InvokeHandler._invoke(String method, InputStream input, ResponseHandler handler)
          Invoked by the ORB to dispatch a request to the servant.
 OutputStream ResponseHandler.createReply()
          Called by the servant during a method invocation.
 OutputStream ResponseHandler.createExceptionReply()
          Called by the servant during a method invocation.
 

Methods in org.omg.CORBA.portable with parameters of type OutputStream
 InputStream ObjectImpl._invoke(OutputStream output)
          _invoke is called to invoke an operation.
 InputStream Delegate._invoke(OutputStream output)
          _invoke is called to invoke an operation.
 void Streamable._write(OutputStream ostream)
          Marshal to ostream the value in the Holder
 

Uses of OutputStream in org.omg.CosNaming
 

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

Uses of OutputStream in org.omg.CosNaming.NamingContextPackage
 

Methods in org.omg.CosNaming.NamingContextPackage with parameters of type OutputStream
static void NotEmptyHelper.write(OutputStream out, NotEmpty that)
           
static void NotFoundHelper.write(OutputStream out, NotFound that)
           
static void NotFoundReasonHelper.write(OutputStream out, NotFoundReason that)
           
 void InvalidNameHolder._write(OutputStream out)
           
 void CannotProceedHolder._write(OutputStream out)
           
 void NotFoundHolder._write(OutputStream out)
           
static void CannotProceedHelper.write(OutputStream out, CannotProceed that)
           
 void AlreadyBoundHolder._write(OutputStream out)
           
 void NotEmptyHolder._write(OutputStream out)
           
static void InvalidNameHelper.write(OutputStream out, InvalidName that)
           
 void NotFoundReasonHolder._write(OutputStream out)
           
static void AlreadyBoundHelper.write(OutputStream out, AlreadyBound that)
           
 


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.