org.jacorb.imr
Class ServerInfoHelper

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

public final class ServerInfoHelper
extends java.lang.Object

Generated from IDL definition of struct "ServerInfo"

Author:
JacORB IDL compiler

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

Constructor Detail

ServerInfoHelper

public ServerInfoHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          ServerInfo s)

extract

public static ServerInfo extract(Any any)

id

public static java.lang.String id()

read

public static ServerInfo read(InputStream in)

write

public static void write(OutputStream out,
                         ServerInfo s)