All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.services.ORBManager.AdapterHolder

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

public final class AdapterHolder
extends Object
implements Streamable

IDL definition:
interface Adapter : ::ORBManager::AttributeSet {
typedef sequence<Object> ObjectSeq;
readonly attribute string adapter_id;
readonly attribute ::ORBManager::Adapter::ObjectSeq persistent_objects;
};


Variable Index

 o value

Constructor Index

 o AdapterHolder()
 o AdapterHolder(Adapter)

Method Index

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

Variables

 o value
 public Adapter value

Constructors

 o AdapterHolder
 public AdapterHolder()
 o AdapterHolder
 public AdapterHolder(Adapter 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