Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b89

org.omg.IOP
Class TaggedProfile

java.lang.Object
  extended by org.omg.IOP.TaggedProfile
All Implemented Interfaces:
Serializable, IDLEntity

public final class TaggedProfile
extends Object
implements 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 Thursday, April 15, 2010 4:11:54 AM PDT


Field Summary
Modifier and Type Field and Description
 byte[] profile_data
          The associated profile data.
 int tag
          The tag, represented as a profile id.
 
Constructor Summary
Constructor and Description
TaggedProfile()
           
TaggedProfile(int _tag, byte[] _profile_data)
           
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

public int tag
The tag, represented as a profile id.


profile_data

public byte[] profile_data
The associated profile data.

Constructor Detail

TaggedProfile

public TaggedProfile()

TaggedProfile

public TaggedProfile(int _tag,
                     byte[] _profile_data)

Java™ Platform
Standard Ed. 7

DRAFT ea-b89

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.