com.ibm.etools.logging.pd.artifacts
Class PD_LocalInstanceCorrelator

java.lang.Object
  |
  +--com.ibm.etools.logging.pd.artifacts.PD_BaseProblemArtifact
        |
        +--com.ibm.etools.logging.pd.artifacts.PD_LocalInstanceCorrelator

public class PD_LocalInstanceCorrelator
extends PD_BaseProblemArtifact


Constructor Summary
PD_LocalInstanceCorrelator()
          PD_LocalInstanceCorrelator constructors
PD_LocalInstanceCorrelator(GloballyUniqueCorrelator pd_LocalInstanceCorrelator_globallyUniqueCorrelatorValue)
           
 
Method Summary
 GloballyUniqueCorrelator getGloballyUniqueCorrelatorValue()
          Gets the value of the globallyUniqueCorrelatorValue instance variable.
 java.lang.String getUniqueInstanceID()
          Gets the value of the uniqueInstanceID instance variable.
 void init()
          Initializes object to newly constructed state.
 void regenerateUniqueInstanceID()
          Regenerates a new unique instance ID for the object.
 void setGloballyUniqueCorrelatorValue(GloballyUniqueCorrelator pd_LocalInstanceCorrelator_globallyUniqueCorrelatorValue)
          Sets value of the globallyUniqueCorrelatorValue instance variable to the specified value.
 java.lang.String toCanonicalXMLString()
          Creates the canonical XML representation of this object.
 
Methods inherited from class com.ibm.etools.logging.pd.artifacts.PD_BaseProblemArtifact
getArtifactCreatorID, getArtifactEncodingFormat, getCreationTime, getHostID, getHostIDFormat, getId, getOtherHostIDFormat, getProcessID, getThreadID, setArtifactCreatorID, setArtifactEncodingFormat, setCreationTime, setHostID, setHostIDFormat, setId, setOtherHostIDFormat, setProcessID, setThreadID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PD_LocalInstanceCorrelator

public PD_LocalInstanceCorrelator()
PD_LocalInstanceCorrelator constructors


PD_LocalInstanceCorrelator

public PD_LocalInstanceCorrelator(GloballyUniqueCorrelator pd_LocalInstanceCorrelator_globallyUniqueCorrelatorValue)
Method Detail

getUniqueInstanceID

public java.lang.String getUniqueInstanceID()
Gets the value of the uniqueInstanceID instance variable.

Overrides:
getUniqueInstanceID in class PD_BaseProblemArtifact
Returns:
The value of the uniqueInstanceID instance variable.

setGloballyUniqueCorrelatorValue

public void setGloballyUniqueCorrelatorValue(GloballyUniqueCorrelator pd_LocalInstanceCorrelator_globallyUniqueCorrelatorValue)
Sets value of the globallyUniqueCorrelatorValue instance variable to the specified value.

Parameters:
pd_LocalInstanceCorrelator_globallyUniqueCorrelatorValue - The new value of the globallyUniqueCorrelatorValue instance variable.

getGloballyUniqueCorrelatorValue

public GloballyUniqueCorrelator getGloballyUniqueCorrelatorValue()
Gets the value of the globallyUniqueCorrelatorValue instance variable.

Returns:
The value of the globallyUniqueCorrelatorValue instance variable, or null if the value of the globallyUniqueCorrelatorValue instance variable has not been set or is set to null.

toCanonicalXMLString

public java.lang.String toCanonicalXMLString()
Creates the canonical XML representation of this object.

Overrides:
toCanonicalXMLString in class PD_BaseProblemArtifact
Returns:
the canonical XML representation of this object

regenerateUniqueInstanceID

public void regenerateUniqueInstanceID()
Regenerates a new unique instance ID for the object.

Overrides:
regenerateUniqueInstanceID in class PD_BaseProblemArtifact

init

public void init()
Initializes object to newly constructed state.

Overrides:
init in class PD_BaseProblemArtifact