org.dftproject.pgvagent.core
Class PGVUpdate

java.lang.Object
  extended by org.dftproject.genesis.core.research.Task
      extended by org.dftproject.pgvagent.core.PGVUpdate

public class PGVUpdate
extends Task

A task to update a record using PGV sites.


Constructor Summary
PGVUpdate(TaskFamily family, IResourceNode target, DataView view)
          Creates a task to update a record using PGV sites.
 
Method Summary
 java.lang.String getDescription()
          Returns the description of this task.
 org.eclipse.swt.graphics.Image getIcon()
          Returns the icon of this task.
 void run()
          The execution of this task.
 
Methods inherited from class org.dftproject.genesis.core.research.Task
cancel, finished, getFamily, getFullDescription, isCanceled, start, subTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGVUpdate

public PGVUpdate(TaskFamily family,
                 IResourceNode target,
                 DataView view)
Creates a task to update a record using PGV sites.

Parameters:
family - a task family
target - the record to update
view - a database view
Method Detail

getDescription

public java.lang.String getDescription()
Description copied from class: Task
Returns the description of this task.

Specified by:
getDescription in class Task
Returns:
a description

getIcon

public org.eclipse.swt.graphics.Image getIcon()
Description copied from class: Task
Returns the icon of this task.

Specified by:
getIcon in class Task
Returns:
an icon

run

public void run()
Description copied from class: Task
The execution of this task.

Specified by:
run in class Task