org.jacorb.imr
Class HostInfoHelper

java.lang.Object
  extended byorg.jacorb.imr.HostInfoHelper

public final class HostInfoHelper
extends java.lang.Object

Generated from IDL definition of struct "HostInfo"

Author:
JacORB IDL compiler

Constructor Summary
HostInfoHelper()
           
 
Method Summary
static HostInfo extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, HostInfo s)
           
static HostInfo read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, HostInfo s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostInfoHelper

public HostInfoHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          HostInfo s)

extract

public static HostInfo extract(Any any)

id

public static java.lang.String id()

read

public static HostInfo read(InputStream in)

write

public static void write(OutputStream out,
                         HostInfo s)