SSLexample.hello
Class HelloHelper

java.lang.Object
  |
  +--SSLexample.hello.HelloHelper

public final class HelloHelper
extends java.lang.Object

Class declaration

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

Constructor Summary
HelloHelper()
           
 
Method Summary
static Hello extract(org.omg.CORBA.Any any)
          Method declaration
static java.lang.String id()
          Method declaration
static void insert(org.omg.CORBA.Any any, Hello val)
          Method declaration
static Hello narrow(org.omg.CORBA.Object val)
          Method declaration
static Hello read(org.omg.CORBA.portable.InputStream in)
          Method declaration
static org.omg.CORBA.TypeCode type()
          Method declaration
static void write(org.omg.CORBA.portable.OutputStream out, Hello val)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloHelper

public HelloHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any any,
                          Hello val)
Method declaration

Parameters:
any -
val -
See Also:

extract

public static Hello extract(org.omg.CORBA.Any any)
Method declaration

Parameters:
any -
Returns:
See Also:

type

public static org.omg.CORBA.TypeCode type()
Method declaration

Returns:
See Also:

id

public static java.lang.String id()
Method declaration

Returns:
See Also:

read

public static Hello read(org.omg.CORBA.portable.InputStream in)
Method declaration

Parameters:
in -
Returns:
See Also:

write

public static void write(org.omg.CORBA.portable.OutputStream out,
                         Hello val)
Method declaration

Parameters:
out -
val -
See Also:

narrow

public static Hello narrow(org.omg.CORBA.Object val)
Method declaration

Parameters:
val -
Returns:
See Also:


Copyright © 2000 University of California. All Rights Reserved.