org.omg.CosTransactions
Class UnavailableHelper

java.lang.Object
  |
  +--org.omg.CosTransactions.UnavailableHelper

public class UnavailableHelper
extends java.lang.Object


Method Summary
static Unavailable extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, Unavailable that)
           
static Unavailable read(org.omg.CORBA.portable.InputStream in)
           
static TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream out, Unavailable that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public static void write(org.omg.CORBA.portable.OutputStream out,
                         Unavailable that)

read

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

extract

public static Unavailable extract(Any a)

insert

public static void insert(Any a,
                          Unavailable that)

type

public static TypeCode type()

id

public static java.lang.String id()