|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.console.ui.views.deploy.model.ConfigurationTreeModel.PscWrapper
public class ConfigurationTreeModel.PscWrapper
The PscWrapper
class wraps a ProductServiceConfig
so
that PSC definitions and deployed PSCs can be distinguished.
Constructor Summary | |
---|---|
ConfigurationTreeModel.PscWrapper(ProductServiceConfig thePsc,
Configuration theConfig)
Constructs a PscWrapper that wraps a PSC definition. |
|
ConfigurationTreeModel.PscWrapper(ProductServiceConfig thePsc,
VMComponentDefn theProcess)
Constructs a PscWrapper that wraps a deployed PSC. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object theObject)
Indicates if the given input parameter is equal to this object. |
Configuration |
getConfig()
Gets the associated configuration. |
VMComponentDefn |
getProcess()
Gets the associated process. |
ProductServiceConfig |
getPsc()
Gets the wrapped PSC object. |
int |
hashCode()
Gets a hash code value. |
boolean |
isDefinition()
Indicates if this object wraps a PSC definition. |
boolean |
isDeployed()
Indicates if this object wraps a deployed PSC. |
java.lang.String |
toString()
Gets this object's string representation which is it's associated ProductServiceConfig 's toString . |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationTreeModel.PscWrapper(ProductServiceConfig thePsc, VMComponentDefn theProcess)
PscWrapper
that wraps a deployed PSC.
thePsc
- the user object of the deployed PSCtheProcess
- the user object of the deployed PSC's processpublic ConfigurationTreeModel.PscWrapper(ProductServiceConfig thePsc, Configuration theConfig)
PscWrapper
that wraps a PSC definition.
thePsc
- the user object of the deployed PSCtheConfig
- the user object of the deployed PSC's configurationMethod Detail |
---|
public boolean equals(java.lang.Object theObject)
equals
in class java.lang.Object
theObject
- the object being compared
true
if equal; false
otherwise.public Configuration getConfig()
null
if wrapping a deployed PSC.public VMComponentDefn getProcess()
null
if wrapping a PSC definition.public ProductServiceConfig getPsc()
public boolean isDefinition()
true
if this object wraps a PSC definition;
false
otherwise.public boolean isDeployed()
true
if this object wraps a deployed PSC;
false
otherwise.public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
ProductServiceConfig
's toString
.
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |