org.hyperic.hq.autoinventory
Class ScanMethodState
java.lang.Object
org.hyperic.hq.autoinventory.ScanMethodState
- All Implemented Interfaces:
- Serializable
public class ScanMethodState
- extends Object
- implements 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(String methodClass)
getMethodClass
public String getMethodClass()
setMethodClass
public void setMethodClass(String methodClass)
getExceptions
public org.hyperic.util.StringifiedException[] getExceptions()
setExceptions
public void setExceptions(org.hyperic.util.StringifiedException[] exceptions)
addException
public void addException(org.hyperic.util.StringifiedException ex)
addExceptions
public void addExceptions(Throwable[] throwables)
getServers
public org.hyperic.hq.appdef.shared.AIServerValue[] getServers()
setServers
public void setServers(org.hyperic.hq.appdef.shared.AIServerValue[] servers)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.