com.voidsearch.voidbase.storage.jobqueue
Class SimpleJobResult

java.lang.Object
  extended by com.voidsearch.voidbase.storage.jobqueue.SimpleJobResult
All Implemented Interfaces:
JobResult

public class SimpleJobResult
extends java.lang.Object
implements JobResult


Constructor Summary
SimpleJobResult()
           
SimpleJobResult(java.lang.String result)
           
 
Method Summary
 java.lang.Object getResult()
           
 void setResult(java.lang.Object result)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleJobResult

public SimpleJobResult()

SimpleJobResult

public SimpleJobResult(java.lang.String result)
Method Detail

setResult

public void setResult(java.lang.Object result)
Specified by:
setResult in interface JobResult

getResult

public java.lang.Object getResult()
Specified by:
getResult in interface JobResult

toString

public java.lang.String toString()
Specified by:
toString in interface JobResult
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.