JavaTM 2 Platform
Std. Ed. v1.4.0

org.omg.IOP
Class TaggedComponent

java.lang.Object
  |
  +--org.omg.IOP.TaggedComponent
All Implemented Interfaces:
IDLEntity, Serializable

public final class TaggedComponent
extends Object
implements IDLEntity

TaggedComponents contained in TAG_INTERNET_IOP and TAG_MULTIPLE_COMPONENTS profiles are identified by unique numeric tags using a namespace distinct form that is used for profile tags. Component tags are assigned by the OMG.

Specifications of components must include the following information:

Specification of protocols must describe how the components affect the protocol. The following should be specified in any protocol definition for each TaggedComponent that the protocol uses:


Field Summary
 byte[] component_data
          The component data associated with the component id.
 int tag
          The tag, represented as a component id.
 
Constructor Summary
TaggedComponent()
           
TaggedComponent(int _tag, byte[] _component_data)
           
 
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)

JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.