org.omg.CORBA

Class WrongTransactionHelper


public final class WrongTransactionHelper
extends java.lang.Object

This class is generated by an IDL compiler and is ORB-vendor specific. A "dummy" implementation is provided so that the "official" org.omg.* packages may be compiled. In order to actually use a Java ORB, the ORB vendor's implementation will provide a "real" implementation of the class. In order to be conformant the class shall support the signatures specified here, but will have an orb-specific implementation. The class may support additional vendor specific functionality. It shall have at least the inheritance relationships specified here. Any additional (vendor specific) inheritance relationships may only be with other classes and interfaces that are guaranteed to be present in the JDK core.

Method Summary

static WrongTransaction
extract(Any any)
static java.lang.String
id()
static void
insert(Any any, WrongTransaction _value)
static WrongTransaction
read(InputStream _input)
static TypeCode
type()
static void
write(OutputStream _output, WrongTransaction _value)

Method Details

extract

public static WrongTransaction extract(Any any)


id

public static java.lang.String id()


insert

public static void insert(Any any,
                          WrongTransaction _value)


read

public static WrongTransaction read(InputStream _input)


type

public static TypeCode type()


write

public static void write(OutputStream _output,
                         WrongTransaction _value)