org.openorb.orb.iiop
Class AbstractTagData

java.lang.Object
  extended by org.openorb.orb.iiop.AbstractTagData

public class AbstractTagData
extends java.lang.Object

Base class for TagData objects. IIOPAddress creates for each tag found in a profile a class of this type. The Delegate class takes care of dumping the info contained in ech class.

Version:
$Revision: 1.4 $ $Date: 2004/02/10 21:02:48 $
Author:
Chris Wood

Constructor Summary
protected AbstractTagData(int componentId)
           
 
Method Summary
protected  void appendIntAsHex(java.lang.StringBuffer buf, int value)
          Appends the hex representation of an int to a StringBuffer.
protected  java.lang.StringBuffer createMessage()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractTagData

protected AbstractTagData(int componentId)
Method Detail

createMessage

protected java.lang.StringBuffer createMessage()

appendIntAsHex

protected final void appendIntAsHex(java.lang.StringBuffer buf,
                                    int value)
Appends the hex representation of an int to a StringBuffer. The hex representation is always 8 characters long, padded with leading '0' characters if necessary.


toString

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