org.omg.CosTransactions
Class SubtransactionAwareResourceHelper

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

public class SubtransactionAwareResourceHelper
extends java.lang.Object

Helper class for : SubtransactionAwareResource

Author:
OpenORB Compiler

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

Constructor Detail

SubtransactionAwareResourceHelper

public SubtransactionAwareResourceHelper()
Method Detail

insert

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

Parameters:
a - an any
t - SubtransactionAwareResource value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - SubtransactionAwareResource value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
SubtransactionAwareResource Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
SubtransactionAwareResource Object