All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.ObjLocation.DescSeqHelper

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

public abstract class DescSeqHelper
extends Object

IDL definition:
#pragma prefix "visigenic.com/ObjLocation"
typedef sequence<::ObjLocation::Desc> DescSeq;


Constructor Index

 o DescSeqHelper()

Method Index

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

Constructors

 o DescSeqHelper
public DescSeqHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index