VisiBroker for Java

org.omg.IOP
Class TaggedComponent

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

public final class TaggedComponent
extends java.lang.Object
implements IDLEntity

This class represents objects that are used to hold additional information that may be used in making invocations on the object described by this profile.A new TaggedComponent is defined for transmission of QoS policies within interoperable Object References.The body of this Component is a CDR encapsulation containing a Messaging::PolicyValueSeq.

See Also:
Serialized Form

Field Summary
 byte[] component_data
          Encapsultes all additional information needed to identify an Object.
 int tag
          Standard way of representing multicomponent profiles.
 
Constructor Summary
TaggedComponent()
           
TaggedComponent(int tag, byte[] component_data)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

tag

public int tag
Standard way of representing multicomponent profiles. This would be encapsulated in a TaggedProfile. Following are the valid values :


component_data

public byte[] component_data
Encapsultes all additional information needed to identify an Object.

Constructor Detail

TaggedComponent

public TaggedComponent()

TaggedComponent

public TaggedComponent(int tag,
                       byte[] component_data)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online