All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.ObjLocation.DescHelper

java.lang.Object
    |
    +----com.visigenic.vbroker.ObjLocation.DescHelper

public abstract class DescHelper
extends Object

IDL definition:
#pragma prefix "visigenic.com/ObjLocation"
struct Desc {
Object ref;
::IIOP_1_1::ProfileBody iiop_locator;
string repository_id;
string instance_name;
boolean activable;
string agent_hostname;
};


Constructor Index

 o DescHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, Desc)
 o read(InputStream)
 o type()
 o write(OutputStream, Desc)

Constructors

 o DescHelper
public DescHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index