All Packages Class Hierarchy This Package Previous Next Index
Class com.visigenic.vbroker.ObjLocation.DescHolder
java.lang.Object
|
+----com.visigenic.vbroker.ObjLocation.DescHolder
- public final class DescHolder
- extends Object
- implements Streamable
- Java Class com.visigenic.vbroker.ObjLocation.DescHolder
- Source File com/visigenic/vbroker/ObjLocation/DescHolder.java
- IDL Source File locate.idl
- IDL Absolute Name ::ObjLocation::Desc
- Repository Identifier IDL:visigenic.com/ObjLocation/Desc:1.0
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;
};
value-
DescHolder()
-
DescHolder(Desc)
-
_read(InputStream)
-
_type()
-
_write(OutputStream)
-
value
public Desc value
DescHolder
public DescHolder()
DescHolder
public DescHolder(Desc value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index