FileDocCategorySizeDatePackage
TaggedProfile.javaAPI DocJava SE 6 API703Tue Jun 10 01:33:18 BST 2008org.omg.IOP

TaggedProfile

public final class TaggedProfile extends Object implements org.omg.CORBA.portable.IDLEntity
org/omg/IOP/TaggedProfile.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl Tuesday, June 10, 2008 1:33:18 AM GMT-08:00

Fields Summary
public int
tag
The tag, represented as a profile id.
public byte[]
profile_data
The associated profile data.
Constructors Summary
public TaggedProfile()


    
  
  
public TaggedProfile(int _tag, byte[] _profile_data)

    tag = _tag;
    profile_data = _profile_data;
  
Methods Summary