Package com.sun.jts.codegen.otsidl
Class CoordinatorResourceHelper
- java.lang.Object
-
- com.sun.jts.codegen.otsidl.CoordinatorResourceHelper
-
public abstract class CoordinatorResourceHelper extends Object
com/sun/jts/codegen/otsidl/CoordinatorResourceHelper.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from com/sun/jts/ots.idl Tuesday, February 5, 2002 12:57:23 PM PST
-
-
Constructor Summary
Constructors Constructor Description CoordinatorResourceHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CoordinatorResourceextract(org.omg.CORBA.Any a)static Stringid()static voidinsert(org.omg.CORBA.Any a, CoordinatorResource that)static CoordinatorResourcenarrow(org.omg.CORBA.Object obj)static CoordinatorResourceread(org.omg.CORBA.portable.InputStream istream)static org.omg.CORBA.TypeCodetype()static voidwrite(org.omg.CORBA.portable.OutputStream ostream, CoordinatorResource value)
-
-
-
Method Detail
-
insert
public static void insert(org.omg.CORBA.Any a, CoordinatorResource that)
-
extract
public static CoordinatorResource extract(org.omg.CORBA.Any a)
-
type
public static org.omg.CORBA.TypeCode type()
-
id
public static String id()
-
read
public static CoordinatorResource read(org.omg.CORBA.portable.InputStream istream)
-
write
public static void write(org.omg.CORBA.portable.OutputStream ostream, CoordinatorResource value)
-
narrow
public static CoordinatorResource narrow(org.omg.CORBA.Object obj)
-
-