|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.etools.logging.pd.artifacts.GloballyUniqueCorrelator | +--com.ibm.etools.logging.pd.artifacts.GenericGloballyUniqueCorrelator
Licensed Material - Property of IBM (C) Copyright IBM Corp. 2003, 2005 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. This class represents an opaque GUC and has a GUC type of 0. When reusing the object, users may re-initialize the object to a newly constructed state via the init() API. Otherwise, to reuse a partially initialized object, the uniqueInstanceID instance variable MUST be regenerated via the regenerateUniqueInstanceID() API.
Field Summary | |
---|---|
static java.lang.String |
genericGloballyUniqueCorrelatorCopyright
Copyright statement. |
Constructor Summary | |
---|---|
GenericGloballyUniqueCorrelator()
GenericGloballyUniqueCorrelator constructors |
Method Summary | |
---|---|
byte[] |
getCorrelator()
Gets the value of the correlator instance variable. |
java.lang.String |
getUniqueInstanceID()
Gets the value of the uniqueInstanceID instance variable. |
void |
init()
Initializes the object to a newly constructed state. |
void |
regenerateUniqueInstanceID()
Regenerates a new unique instance ID for the object. |
void |
setCorrelator(byte[] pd_Additional_Correlator_Info_correlator)
Sets value of the correlator instance variable to the specified value. |
java.lang.String |
toCanonicalXMLString()
Creates the canonical XML representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String genericGloballyUniqueCorrelatorCopyright
Constructor Detail |
public GenericGloballyUniqueCorrelator()
Method Detail |
public java.lang.String getUniqueInstanceID()
getUniqueInstanceID
in class GloballyUniqueCorrelator
public void setCorrelator(byte[] pd_Additional_Correlator_Info_correlator) throws java.lang.IllegalArgumentException
pd_Additional_Correlator_Info_correlator
- The new value of the correlator instance variable.
java.lang.IllegalArgumentException
- if the parameter array's length is greater than 509.public byte[] getCorrelator()
null
if the value of the correlator instance variable has not been set or is set to null
.public java.lang.String toCanonicalXMLString()
toCanonicalXMLString
in class GloballyUniqueCorrelator
public void regenerateUniqueInstanceID()
regenerateUniqueInstanceID
in class GloballyUniqueCorrelator
public void init()
init
in class GloballyUniqueCorrelator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |