All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.services.ORBManager.AdapterSeqHelper

java.lang.Object
   |
   +----com.visigenic.vbroker.services.ORBManager.AdapterSeqHelper

public abstract class AdapterSeqHelper
extends Object

IDL definition:
typedef sequence<::ORBManager::Adapter> AdapterSeq;


Constructor Index

 o AdapterSeqHelper()

Method Index

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

Constructors

 o AdapterSeqHelper
 public AdapterSeqHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index