org.opennms.netmgt.collectd.wmi
Class WmiGroupState

java.lang.Object
  extended by org.opennms.netmgt.collectd.wmi.WmiGroupState

public class WmiGroupState
extends Object


Constructor Summary
WmiGroupState(boolean isAvailable)
           
WmiGroupState(boolean isAvailable, Date lastChecked)
           
 
Method Summary
 Date getLastChecked()
           
 boolean isAvailable()
           
 void setAvailable(boolean available)
           
 void setLastChecked(Date lastChecked)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WmiGroupState

public WmiGroupState(boolean isAvailable)

WmiGroupState

public WmiGroupState(boolean isAvailable,
                     Date lastChecked)
Method Detail

isAvailable

public boolean isAvailable()

setAvailable

public void setAvailable(boolean available)

getLastChecked

public Date getLastChecked()

setLastChecked

public void setLastChecked(Date lastChecked)


Copyright © 2009. All Rights Reserved.