All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.ObjLocation.HostnameSeqHolder

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

public final class HostnameSeqHolder
extends Object
implements Streamable

IDL definition:
typedef sequence<string> HostnameSeq;


Variable Index

 o value

Constructor Index

 o HostnameSeqHolder()
 o HostnameSeqHolder(String[])

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public String value[]

Constructors

 o HostnameSeqHolder
 public HostnameSeqHolder()
 o HostnameSeqHolder
 public HostnameSeqHolder(String value[])

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index