All Packages Class Hierarchy This Package Previous Next Index
Class com.visigenic.vbroker.IOP.TaggedProfile
java.lang.Object
|
+----com.visigenic.vbroker.IOP.TaggedProfile
- public final class TaggedProfile
- extends Object
- Java Class com.visigenic.vbroker.IOP.TaggedProfile
- Source File com/visigenic/vbroker/IOP/TaggedProfile.java
- IDL Source File iop.idl
- IDL Absolute Name ::IOP::TaggedProfile
- Repository Identifier IDL:visigenic.com/IOP/TaggedProfile:1.0
IDL definition:
struct TaggedProfile {
::IOP::ProfileId tag;
sequence<octet> profile_data;
};
-
profile_data
-
-
tag
-
-
TaggedProfile()
-
-
TaggedProfile(int, byte[])
-
-
toString()
-
tag
public int tag
profile_data
public byte profile_data[]
TaggedProfile
public TaggedProfile()
TaggedProfile
public TaggedProfile(int tag,
byte profile_data[])
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index