FourMSControllerInterfaces
Class SubActionHelper

java.lang.Object
  extended by FourMSControllerInterfaces.SubActionHelper

public final class SubActionHelper
extends java.lang.Object

Generated from IDL interface "SubAction"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

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

Constructor Detail

SubActionHelper

public SubActionHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any any,
                          SubAction s)

extract

public static SubAction extract(org.omg.CORBA.Any any)

type

public static org.omg.CORBA.TypeCode type()

id

public static java.lang.String id()

read

public static SubAction read(org.omg.CORBA.portable.InputStream in)

write

public static void write(org.omg.CORBA.portable.OutputStream _out,
                         SubAction s)

narrow

public static SubAction narrow(java.lang.Object obj)

narrow

public static SubAction narrow(org.omg.CORBA.Object obj)

unchecked_narrow

public static SubAction unchecked_narrow(org.omg.CORBA.Object obj)