org.hyperic.hq.autoinventory
Class ScanMethodState
java.lang.Object
org.hyperic.hq.autoinventory.ScanMethodState
- All Implemented Interfaces:
- java.io.Serializable
public class ScanMethodState
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScanMethodState
public ScanMethodState()
ScanMethodState
public ScanMethodState(java.lang.String methodClass)
getMethodClass
public java.lang.String getMethodClass()
setMethodClass
public void setMethodClass(java.lang.String methodClass)
getExceptions
public StringifiedException[] getExceptions()
setExceptions
public void setExceptions(StringifiedException[] exceptions)
addException
public void addException(StringifiedException ex)
addExceptions
public void addExceptions(java.lang.Throwable[] throwables)
getServers
public AIServerValue[] getServers()
setServers
public void setServers(AIServerValue[] servers)
getStatus
public java.lang.String getStatus()
setStatus
public void setStatus(java.lang.String status)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.