All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.ObjLocation.RepositoryIdSeqHelper

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

public abstract class RepositoryIdSeqHelper
extends Object

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


Constructor Index

 o RepositoryIdSeqHelper()

Method Index

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

Constructors

 o RepositoryIdSeqHelper
public RepositoryIdSeqHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index