All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.ObjLocation.HostnameSeqHelper

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

public abstract class HostnameSeqHelper
extends Object

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


Constructor Index

 o HostnameSeqHelper()

Method Index

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

Constructors

 o HostnameSeqHelper
public HostnameSeqHelper()

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