org.omg.CosTransactions
Class CoordinatorHelper

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

public class CoordinatorHelper
extends java.lang.Object


Method Summary
static Coordinator extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, Coordinator that)
           
static Coordinator narrow(Object that)
           
static Coordinator read(org.omg.CORBA.portable.InputStream in)
           
static TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream out, Coordinator 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,
                         Coordinator that)

read

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

extract

public static Coordinator extract(Any a)

insert

public static void insert(Any a,
                          Coordinator that)

type

public static TypeCode type()

id

public static java.lang.String id()

narrow

public static Coordinator narrow(Object that)
                          throws BAD_PARAM