All Packages Class Hierarchy This Package Previous Next Index
Class com.visigenic.vbroker.orb.LocatorProfileBodyHolder
java.lang.Object
|
+----com.visigenic.vbroker.orb.LocatorProfileBodyHolder
- public final class LocatorProfileBodyHolder
- extends Object
- implements Streamable
- Java Class com.visigenic.vbroker.orb.LocatorProfileBodyHolder
- Source File com/visigenic/vbroker/orb/LocatorProfileBodyHolder.java
- IDL Source File iop.idl
- IDL Absolute Name ::VCORBA::LocatorProfileBody
- Repository Identifier IDL:visigenic.com/VCORBA/LocatorProfileBody:1.0
IDL definition:
struct LocatorProfileBody {
string object_name;
string host;
};
-
value
-
-
LocatorProfileBodyHolder()
-
-
LocatorProfileBodyHolder(LocatorProfileBody)
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public LocatorProfileBody value
LocatorProfileBodyHolder
public LocatorProfileBodyHolder()
LocatorProfileBodyHolder
public LocatorProfileBodyHolder(LocatorProfileBody 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