org.jacorb.demo.bidir
Class ServerHelper

java.lang.Object
  extended by org.jacorb.demo.bidir.ServerHelper

public abstract class ServerHelper
extends Object

Generated from IDL interface "Server".

Version:
generated at 19-May-2015 16:32:06
Author:
JacORB IDL compiler V 3.6.1

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

Constructor Detail

ServerHelper

public ServerHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          Server s)

extract

public static Server extract(Any any)

id

public static String id()

read

public static Server read(InputStream in)

write

public static void write(OutputStream _out,
                         Server s)

narrow

public static Server narrow(Object obj)

unchecked_narrow

public static Server unchecked_narrow(Object obj)


Copyright © 2015 JacORB. All rights reserved.