Package org.omg.CORBA
Class WrongTransactionHelper
- java.lang.Object
-
- org.omg.CORBA.WrongTransactionHelper
-
public abstract class WrongTransactionHelper extends java.lang.Object
The Helper for WrongTransaction. For more information on Helper files, see "Generated Files: Helper Files".org/omg/CORBA/WrongTransactionHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CORBA.idl Thursday, August 24, 2000 5:32:50 PM PDT
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
__active
private static TypeCode
__typeCode
private static java.lang.String
_id
-
Constructor Summary
Constructors Constructor Description WrongTransactionHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WrongTransaction
extract(Any a)
static java.lang.String
id()
static void
insert(Any a, WrongTransaction that)
static WrongTransaction
read(InputStream istream)
static TypeCode
type()
static void
write(OutputStream ostream, WrongTransaction value)
-
-
-
Field Detail
-
_id
private static java.lang.String _id
-
__typeCode
private static TypeCode __typeCode
-
__active
private static boolean __active
-
-
Method Detail
-
insert
public static void insert(Any a, WrongTransaction that)
-
extract
public static WrongTransaction extract(Any a)
-
type
public static TypeCode type()
-
id
public static java.lang.String id()
-
read
public static WrongTransaction read(InputStream istream)
-
write
public static void write(OutputStream ostream, WrongTransaction value)
-
-