All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.services.ORBManager.AdapterHelper

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

public abstract class AdapterHelper
extends Object

IDL definition:
#pragma prefix "visigenic.com/ORBManager"
interface Adapter : ::ORBManager::AttributeSet {
typedef sequence<Object> ObjectSeq;
readonly attribute string adapter_id;
readonly attribute ::ORBManager::Adapter::ObjectSeq persistent_objects;
};


Constructor Index

 o AdapterHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, Adapter)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, Adapter)

Constructors

 o AdapterHelper
public AdapterHelper()

Methods

 o narrow
public static Adapter narrow(Object object)
 o bind
public static Adapter bind(ORB orb)
 o bind
public static Adapter bind(ORB orb,
                           String name)
 o bind
public static Adapter bind(ORB orb,
                           String name,
                           String host,
                           BindOptions options)
 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