VisiBroker for Java

org.omg.IOP
Class TaggedProfile

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

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

This class represents a supported protocol and encapsulates all the basic information the protocol needs to identify an object. Helper and Holder versions of this class are also provided.

See Also:
Serialized Form

Field Summary
 byte[] profile_data
          Encapsulates all the protocol information needed to identify an object.
 int tag
          Identifies the contents of the profile data and should be one of the following values: TAG_INTERNET_IOP TAG_MULTIPLE_COMPONENTS
 
Constructor Summary
TaggedProfile()
           
TaggedProfile(int tag, byte[] profile_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
Identifies the contents of the profile data and should be one of the following values:


profile_data

public byte[] profile_data
Encapsulates all the protocol information needed to identify an object.

Constructor Detail

TaggedProfile

public TaggedProfile()

TaggedProfile

public TaggedProfile(int tag,
                     byte[] profile_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