All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.services.ORBManager.ServerHelper

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

public abstract class ServerHelper
extends Object

IDL definition:
interface Server : ::ORBManager::AttributeSet {
readonly attribute unsigned long process_id;
readonly attribute long activation_policy;
::ORBManager::Adapter get_adapter(
in string oa_id
);
::ORBManager::AdapterSeq get_all_adapters();
void shutdown();
};


Constructor Index

 o ServerHelper()

Method Index

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

Constructors

 o ServerHelper
 public ServerHelper()

Methods

 o narrow
 public static Server narrow(Object object)
 o bind
 public static Server bind(ORB orb)
 o bind
 public static Server bind(ORB orb,
                           String name)
 o bind
 public static Server bind(ORB orb,
                           String name,
                           String host,
                           BindOptions options)
 o read
 public static Server read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          Server value)
 o insert
 public static void insert(Any any,
                           Server value)
 o extract
 public static Server extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index