All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.IOP.TaggedProfileHolder

java.lang.Object
   |
   +----com.visigenic.vbroker.IOP.TaggedProfileHolder

public final class TaggedProfileHolder
extends Object
implements Streamable

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


Variable Index

 o value

Constructor Index

 o TaggedProfileHolder()
 o TaggedProfileHolder(TaggedProfile)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public TaggedProfile value

Constructors

 o TaggedProfileHolder
 public TaggedProfileHolder()
 o TaggedProfileHolder
 public TaggedProfileHolder(TaggedProfile value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index