org.omg.CosTransactions
Class CurrentHelper

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

public final class CurrentHelper
extends java.lang.Object

Generated from IDL interface "Current".

Version:
generated at Sep 14, 2010 11:02:13 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Constructor Summary
CurrentHelper()
           
 
Method Summary
static Current extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, Current s)
           
static Current narrow(Object obj)
           
static Current read(InputStream in)
           
static TypeCode type()
           
static Current unchecked_narrow(Object obj)
           
static void write(OutputStream _out, Current s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentHelper

public CurrentHelper()
Method Detail

insert

public static void insert(Any any,
                          Current s)

extract

public static Current extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static Current read(InputStream in)

write

public static void write(OutputStream _out,
                         Current s)

narrow

public static Current narrow(Object obj)

unchecked_narrow

public static Current unchecked_narrow(Object obj)