it.eng.spagobi.tools.scheduler.utils
Class JavaClassDestination

java.lang.Object
  extended by it.eng.spagobi.tools.scheduler.utils.JavaClassDestination
All Implemented Interfaces:
IJavaClassDestination
Direct Known Subclasses:
MyJavaClassDestination

public abstract class JavaClassDestination
extends java.lang.Object
implements IJavaClassDestination


Constructor Summary
JavaClassDestination()
           
 
Method Summary
abstract  void execute()
           
 BIObject getBiObj()
           
 byte[] getDocumentByte()
           
 void setBiObj(BIObject biObj)
           
 void setDocumentByte(byte[] documentByte)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaClassDestination

public JavaClassDestination()
Method Detail

execute

public abstract void execute()
Specified by:
execute in interface IJavaClassDestination

getDocumentByte

public byte[] getDocumentByte()

setDocumentByte

public void setDocumentByte(byte[] documentByte)

getBiObj

public BIObject getBiObj()

setBiObj

public void setBiObj(BIObject biObj)