org.omg.CosTransactions
Class SynchronizationHelper

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

public class SynchronizationHelper
extends java.lang.Object


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

read

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

extract

public static Synchronization extract(Any a)

insert

public static void insert(Any a,
                          Synchronization that)

type

public static TypeCode type()

id

public static java.lang.String id()

narrow

public static Synchronization narrow(Object that)
                              throws BAD_PARAM