com.metamatrix.platform.admin.api.runtime
Class PscID

java.lang.Object
  extended by com.metamatrix.platform.admin.api.runtime.PscID
All Implemented Interfaces:
java.io.Serializable

public class PscID
extends java.lang.Object
implements java.io.Serializable

This class is a container for ServiceRegistryBinding objects for all the services running in this VM

See Also:
Serialized Form

Constructor Summary
PscID(ProductServiceConfigID pscConfigID, java.lang.String processName)
          Create a new instance of PscID.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns true if the specified object is semantically equal to this instance.
 java.lang.String getProcessName()
           
 ProductServiceConfigID getPscConfigID()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PscID

public PscID(ProductServiceConfigID pscConfigID,
             java.lang.String processName)
Create a new instance of PscID.

Parameters:
pscConfigID - Identifies PSC
processName - Name of process psc is running on
Method Detail

getPscConfigID

public ProductServiceConfigID getPscConfigID()

getProcessName

public java.lang.String getProcessName()

equals

public boolean equals(java.lang.Object obj)
Returns true if the specified object is semantically equal to this instance.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the object that this instance is to be compared to.
Returns:
whether the object is equal to this object.

toString

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


Copyright © 2009. All Rights Reserved.