|
|||||||||
| Home >> All >> SSLexample >> [ hello overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
SSLexample.hello
Class HelloHelper

java.lang.ObjectSSLexample.hello.HelloHelper
- public final class HelloHelper
- extends java.lang.Object
Class declaration
- Version:
- $Revision: 1.5 $ $Date: 2002/05/07 20:44:41 $
| Field Summary | |
private static org.omg.CORBA.TypeCode |
typeCode_
|
| 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 |
| Field Detail |
typeCode_
private static org.omg.CORBA.TypeCode typeCode_
| Constructor Detail |
HelloHelper
public HelloHelper()
| Method Detail |
insert
public static void insert(org.omg.CORBA.Any any, Hello val)
- Method declaration
extract
public static Hello extract(org.omg.CORBA.Any any)
- Method declaration
type
public static org.omg.CORBA.TypeCode type()
- Method declaration
id
public static java.lang.String id()
- Method declaration
read
public static Hello read(org.omg.CORBA.portable.InputStream in)
- Method declaration
write
public static void write(org.omg.CORBA.portable.OutputStream out, Hello val)
- Method declaration
narrow
public static Hello narrow(org.omg.CORBA.Object val)
- Method declaration
|
|||||||||
| Home >> All >> SSLexample >> [ hello overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
SSLexample.hello.HelloHelper