jhomenet.server.work.units
Class UnregisterHardwareWorkUnit

java.lang.Object
  extended by 
      extended by jhomenet.server.work.units.UnregisterHardwareWorkUnit

public class UnregisterHardwareWorkUnit
extends

TODO: Class description.

Id: $Id: $

Author:
Dave Irwin (jhomenet at gmail dot com)

Constructor Summary
UnregisterHardwareWorkUnit(RegisteredHardware hardware, ServerContext serverContext)
          Constructor.
 
Method Summary
 UnregisteredHardware execute()
           
 java.lang.String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnregisterHardwareWorkUnit

public UnregisterHardwareWorkUnit(RegisteredHardware hardware,
                                  ServerContext serverContext)
Constructor.

Parameters:
hardware -
serverContext -
Method Detail

execute

public UnregisteredHardware execute()
                             throws WorkException
Throws:
WorkException
See Also:
jhomenet.commons.work.unit.AbstractWorkUnit#execute()

getDescription

public java.lang.String getDescription()
See Also:
jhomenet.commons.work.unit.IWorkUnit#getDescription()


Copyright © 2004-2007 David Irwin. All Rights Reserved.