Hyperic HQ Plugin API v. 5.8.0

org.hyperic.hq.autoinventory
Class ScanMethodState

java.lang.Object
  extended by org.hyperic.hq.autoinventory.ScanMethodState
All Implemented Interfaces:
Serializable

public class ScanMethodState
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ScanMethodState()
           
ScanMethodState(String methodClass)
           
 
Method Summary
 void addException(org.hyperic.util.StringifiedException ex)
           
 void addExceptions(Throwable[] throwables)
           
 org.hyperic.util.StringifiedException[] getExceptions()
           
 String getMethodClass()
           
 org.hyperic.hq.appdef.shared.AIServerValue[] getServers()
           
 String getStatus()
           
 void setExceptions(org.hyperic.util.StringifiedException[] exceptions)
           
 void setMethodClass(String methodClass)
           
 void setServers(org.hyperic.hq.appdef.shared.AIServerValue[] servers)
           
 void setStatus(String status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScanMethodState

public ScanMethodState()

ScanMethodState

public ScanMethodState(String methodClass)
Method Detail

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)

Hyperic HQ Plugin API v. 5.8.0

Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.