All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.ObjLocation.ObjSeqHelper

java.lang.Object
   |
   +----com.visigenic.vbroker.ObjLocation.ObjSeqHelper

public abstract class ObjSeqHelper
extends Object

IDL definition:
typedef sequence<Object> ObjSeq;


Constructor Index

 o ObjSeqHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, Object[])
 o read(InputStream)
 o type()
 o write(OutputStream, Object[])

Constructors

 o ObjSeqHelper
 public ObjSeqHelper()

Methods

 o read
 public static Object[] read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          Object value[])
 o insert
 public static void insert(Any any,
                           Object value[])
 o extract
 public static Object[] extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index