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

IDL definition:
struct TaggedProfile {
::IOP::ProfileId tag;
sequence<octet> profile_data;
};


Variable Index

 o profile_data
 o tag

Constructor Index

 o TaggedProfile()
 o TaggedProfile(int, byte[])

Method Index

 o toString()

Variables

 o tag
 public int tag
 o profile_data
 public byte profile_data[]

Constructors

 o TaggedProfile
 public TaggedProfile()
 o TaggedProfile
 public TaggedProfile(int tag,
                      byte profile_data[])

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index