org.hyperic.hq.galerts.server.session
Class ExecutionStrategyInfo
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.galerts.server.session.ExecutionStrategyInfo
- All Implemented Interfaces:
- java.io.Serializable
public class ExecutionStrategyInfo
- extends PersistedObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ExecutionStrategyInfo
protected ExecutionStrategyInfo()
getAlertDef
public GalertDef getAlertDef()
setAlertDef
protected void setAlertDef(GalertDef def)
getType
public ExecutionStrategyTypeInfo getType()
setType
protected void setType(ExecutionStrategyTypeInfo type)
getConfigCrispo
protected Crispo getConfigCrispo()
setConfigCrispo
protected void setConfigCrispo(Crispo config)
getConfig
public ConfigResponse getConfig()
getStrategy
public ExecutionStrategy getStrategy()
getPartition
public GalertDefPartition getPartition()
getPartitionEnum
protected int getPartitionEnum()
setPartitionEnum
protected void setPartitionEnum(int partition)
getTriggers
public java.util.List getTriggers()
getTriggerList
protected java.util.List getTriggerList()
setTriggerList
protected void setTriggerList(java.util.List triggers)
hashCode
public int hashCode()
- Overrides:
hashCode
in class PersistedObject
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class PersistedObject
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.