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 TaggedComponent

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

public final class TaggedComponent
extends Object
implements IDLEntity

org/omg/IOP/TaggedComponent.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[] component_data
          The component data associated with the component id.
 int tag
          The tag, represented as a component id.
 
Constructor Summary
Constructor and Description
TaggedComponent()
           
TaggedComponent(int _tag, byte[] _component_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 component id.


component_data

public byte[] component_data
The component data associated with the component id.

Constructor Detail

TaggedComponent

public TaggedComponent()

TaggedComponent

public TaggedComponent(int _tag,
                       byte[] _component_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.