org.omg.CosTransactions
Class SynchronizationHelper

java.lang.Object
  extended by org.omg.CosTransactions.SynchronizationHelper

public class SynchronizationHelper
extends java.lang.Object

Helper class for : Synchronization

Author:
OpenORB Compiler

Constructor Summary
SynchronizationHelper()
           
 
Method Summary
static Synchronization extract(org.omg.CORBA.Any a)
          Extract Synchronization from an any
static java.lang.String id()
          Return the Synchronization IDL ID
static void insert(org.omg.CORBA.Any a, Synchronization t)
          Insert Synchronization into an any
static Synchronization narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to Synchronization
static Synchronization read(org.omg.CORBA.portable.InputStream istream)
          Read Synchronization from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the Synchronization TypeCode
static Synchronization unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to Synchronization
static void write(org.omg.CORBA.portable.OutputStream ostream, Synchronization value)
          Write Synchronization into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizationHelper

public SynchronizationHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          Synchronization t)
Insert Synchronization into an any

Parameters:
a - an any
t - Synchronization value

extract

public static Synchronization extract(org.omg.CORBA.Any a)
Extract Synchronization from an any

Parameters:
a - an any
Returns:
the extracted Synchronization value

type

public static org.omg.CORBA.TypeCode type()
Return the Synchronization TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the Synchronization IDL ID

Returns:
an ID

read

public static Synchronization read(org.omg.CORBA.portable.InputStream istream)
Read Synchronization from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed Synchronization value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         Synchronization value)
Write Synchronization into a marshalled stream

Parameters:
ostream - the output stream
value - Synchronization value

narrow

public static Synchronization narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to Synchronization

Parameters:
obj - the CORBA Object
Returns:
Synchronization Object

unchecked_narrow

public static Synchronization unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to Synchronization

Parameters:
obj - the CORBA Object
Returns:
Synchronization Object