All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.services.ORBManager.ServerHolder

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

public final class ServerHolder
extends Object
implements Streamable

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();
};


Variable Index

 o value

Constructor Index

 o ServerHolder()
 o ServerHolder(Server)

Method Index

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

Variables

 o value
 public Server value

Constructors

 o ServerHolder
 public ServerHolder()
 o ServerHolder
 public ServerHolder(Server 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