org.jacorb.demo.notification.whiteboard
Class IFactoryHelper

java.lang.Object
  extended by org.jacorb.demo.notification.whiteboard.IFactoryHelper

public abstract class IFactoryHelper
extends Object

Generated from IDL interface "IFactory".

Version:
generated at 03-Nov-2015 12:34:44
Author:
JacORB IDL compiler V 3.7

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

Constructor Detail

IFactoryHelper

public IFactoryHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          IFactory s)

extract

public static IFactory extract(Any any)

id

public static String id()

read

public static IFactory read(InputStream in)

write

public static void write(OutputStream _out,
                         IFactory s)

narrow

public static IFactory narrow(Object obj)

unchecked_narrow

public static IFactory unchecked_narrow(Object obj)


Copyright © 2015 JacORB. All rights reserved.