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

Class RAP._ResultHolderHelper

Object
   |
   +----RAP._ResultHolderHelper

public class _ResultHolderHelper
extends Object

Constructor Index

 o RAP._ResultHolderHelper()

Method Index

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

Constructors

 o _ResultHolderHelper
public _ResultHolderHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index