Class RAP.CurrentContextHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class RAP.CurrentContextHelper

Object
   |
   +----RAP.CurrentContextHelper

public class CurrentContextHelper
extends Object

Constructor Index

 o RAP.CurrentContextHelper()

Method Index

 o _orb()
 o extract(Any)
 o id()
 o insert(Any, CurrentContext)
 o read(InputStream)
 o type()
 o write(OutputStream, CurrentContext)

Constructors

 o CurrentContextHelper
public CurrentContextHelper()

Methods

 o _orb
public static org.omg.CORBA.ORB _orb()
 o extract
public static RAP.CurrentContext extract(Any any)
 o id
public static java.lang.String id()
 o insert
public static void insert(Any any,
                          CurrentContext value)
 o read
public static RAP.CurrentContext read(InputStream _stream)
 o type
public static org.omg.CORBA.TypeCode type()
 o write
public static void write(OutputStream _stream,
                         CurrentContext value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index