Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

SSLexample.hello
Class HelloHolder  view HelloHolder download HelloHolder.java

java.lang.Object
  extended bySSLexample.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 $

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


HelloHolder

public HelloHolder(Hello initial)
Constructor declaration

Method Detail

_read

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

Specified by:
_read in interface org.omg.CORBA.portable.Streamable

_write

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

Specified by:
_write in interface org.omg.CORBA.portable.Streamable

_type

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

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