org.hyperic.hq.autoinventory
Class AIServer
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.appdef.AppdefBean
org.hyperic.hq.appdef.server.session.AppdefNamedBean
org.hyperic.hq.appdef.server.session.AppdefResource
org.hyperic.hq.appdef.ServerBase
org.hyperic.hq.autoinventory.AIServer
- All Implemented Interfaces:
- java.io.Serializable, ContainerManagedTimestampTrackable
public class AIServer
- extends ServerBase
- 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 |
AIServer
public AIServer()
- default constructor
AIServer
public AIServer(AIServerValue sv)
getAIPlatform
public AIPlatform getAIPlatform()
setAIPlatform
public void setAIPlatform(AIPlatform aIPlatform)
getActive
public java.lang.Character getActive()
setActive
public void setActive(java.lang.Character active)
getServerTypeName
public java.lang.String getServerTypeName()
setServerTypeName
public void setServerTypeName(java.lang.String serverTypeName)
getCustomProperties
public byte[] getCustomProperties()
setCustomProperties
public void setCustomProperties(byte[] customProperties)
getProductConfig
public byte[] getProductConfig()
setProductConfig
public void setProductConfig(byte[] productConfig)
getControlConfig
public byte[] getControlConfig()
setControlConfig
public void setControlConfig(byte[] controlConfig)
getResponseTimeConfig
public byte[] getResponseTimeConfig()
setResponseTimeConfig
public void setResponseTimeConfig(byte[] responseTime_Config)
getMeasurementConfig
public byte[] getMeasurementConfig()
setMeasurementConfig
public void setMeasurementConfig(byte[] measurementConfig)
getQueueStatus
public int getQueueStatus()
setQueueStatus
public void setQueueStatus(java.lang.Integer queueStatus)
setQueueStatus
public void setQueueStatus(int queueStatus)
- Deprecated. use setQueueStatus(Integer)
- Parameters:
queueStatus
-
getDiff
public long getDiff()
setDiff
public void setDiff(long diff)
isIgnored
public boolean isIgnored()
getIgnored
public boolean getIgnored()
- Deprecated. use isIgnored()
- Returns:
setIgnored
public void setIgnored(boolean ignored)
getAIServerValue
public AIServerValue getAIServerValue()
- Deprecated. use (this) AIServer object instead
- legacy EJB DTO pattern
- Returns:
setAIServerValue
public void setAIServerValue(AIServerValue valueHolder)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class AppdefBean
hashCode
public int hashCode()
- Overrides:
hashCode
in class AppdefBean
getAppdefResourceType
public AppdefResourceType getAppdefResourceType()
- For compatibility
- Specified by:
getAppdefResourceType
in class AppdefNamedBean
getAppdefResourceValue
public AppdefResourceValue getAppdefResourceValue()
- For compatibility
- Specified by:
getAppdefResourceValue
in class AppdefNamedBean
_getAuthzOp
protected java.lang.String _getAuthzOp(java.lang.String op)
- Specified by:
_getAuthzOp
in class AppdefNamedBean
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.