JavaTM 2 Platform
Std. Ed. v1.4.2

org.omg.IOP
Class TaggedComponent

java.lang.Object
  extended byorg.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.2

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.

Copyright © 2003, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.