Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.autoinventory
Class ScanMethodState

java.lang.Object
  extended by 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

Constructor Summary
ScanMethodState()
           
ScanMethodState(java.lang.String methodClass)
           
 
Method Summary
 void addException(StringifiedException ex)
           
 void addExceptions(java.lang.Throwable[] throwables)
           
 StringifiedException[] getExceptions()
           
 java.lang.String getMethodClass()
           
 AIServerValue[] getServers()
           
 java.lang.String getStatus()
           
 void setExceptions(StringifiedException[] exceptions)
           
 void setMethodClass(java.lang.String methodClass)
           
 void setServers(AIServerValue[] servers)
           
 void setStatus(java.lang.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(java.lang.String methodClass)
Method Detail

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)

Hyperic HQ Plugin API v. 4.4.0.2

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