org.omg.PortableInterceptor
Class CurrentHelper

java.lang.Object
  extended byorg.omg.PortableInterceptor.CurrentHelper

public final class CurrentHelper
extends java.lang.Object

Generated from IDL interface "Current"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

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(java.lang.Object obj)
           
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(java.lang.Object obj)

narrow

public static Current narrow(Object obj)

unchecked_narrow

public static Current unchecked_narrow(Object obj)