org.hyperic.hq.appdef
Class ServiceCluster
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.appdef.AppdefBean
org.hyperic.hq.appdef.ServiceCluster
- All Implemented Interfaces:
- java.io.Serializable, ContainerManagedTimestampTrackable
public class ServiceCluster
- extends AppdefBean
- See Also:
- Serialized Form
Methods inherited from class org.hyperic.hq.appdef.AppdefBean |
allowContainerManagedCreationTime, allowContainerManagedLastModifiedTime, getCid, getCreationTime, getCTime, getModifiedTime, getMTime, matchesValueObject, setCid, setCreationTime, setModifiedTime |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ServiceCluster
public ServiceCluster()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getSortName
public java.lang.String getSortName()
setSortName
public void setSortName(java.lang.String sortName)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getGroup
public ResourceGroup getGroup()
setGroup
public void setGroup(ResourceGroup group)
getServiceType
public ServiceType getServiceType()
setServiceType
public void setServiceType(ServiceType serviceType)
getAppServices
public java.util.Collection getAppServices()
setAppServices
public void setAppServices(java.util.Collection appServices)
clearAppServices
public void clearAppServices()
clearServices
public void clearServices()
getServices
public java.util.Collection getServices()
setServices
public void setServices(java.util.Collection services)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class AppdefBean
hashCode
public int hashCode()
- Overrides:
hashCode
in class AppdefBean
getServiceClusterValue
public ServiceClusterValue getServiceClusterValue()
- Deprecated. use (this) ServiceCluster object instead
- legacy EJB DTO pattern
setServiceClusterValue
public void setServiceClusterValue(ServiceClusterValue val)
validateMemberService
public void validateMemberService(Service aService)
throws AppSvcClustIncompatSvcException
- Checks whether aService's Service Type is compatible with this cluster.
- Throws:
AppSvcClustIncompatSvcException
- if aService is incompatible
with this Service Cluster
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.