SSLexample.hello
Class HelloHolder

java.lang.Object
  |
  +--SSLexample.hello.HelloHolder
All Implemented Interfaces:
org.omg.CORBA.portable.Streamable

public final class HelloHolder
extends java.lang.Object
implements org.omg.CORBA.portable.Streamable

Class declaration

Version:
$Revision: 1.5 $ $Date: 2002/05/07 20:44:41 $
Author:

Field Summary
 Hello value
           
 
Constructor Summary
HelloHolder()
          Constructor declaration
HelloHolder(Hello initial)
          Constructor declaration
 
Method Summary
 void _read(org.omg.CORBA.portable.InputStream in)
          Method declaration
 org.omg.CORBA.TypeCode _type()
          Method declaration
 void _write(org.omg.CORBA.portable.OutputStream out)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public Hello value
Constructor Detail

HelloHolder

public HelloHolder()
Constructor declaration

See Also:

HelloHolder

public HelloHolder(Hello initial)
Constructor declaration

Parameters:
initial -
See Also:
Method Detail

_read

public void _read(org.omg.CORBA.portable.InputStream in)
Method declaration

Specified by:
_read in interface org.omg.CORBA.portable.Streamable
Parameters:
in -
See Also:

_write

public void _write(org.omg.CORBA.portable.OutputStream out)
Method declaration

Specified by:
_write in interface org.omg.CORBA.portable.Streamable
Parameters:
out -
See Also:

_type

public org.omg.CORBA.TypeCode _type()
Method declaration

Specified by:
_type in interface org.omg.CORBA.portable.Streamable
Returns:
See Also:


Copyright © 2000 University of California. All Rights Reserved.