DLV.core
Class JavaPipedIOImpl
java.lang.Object
DLV.core.JavaPipedIOImpl
- All Implemented Interfaces:
- AbstractIOImplementation
public class JavaPipedIOImpl
- extends java.lang.Object
- implements AbstractIOImplementation
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
READY
public static final byte READY
- See Also:
- Constant Field Values
RUNNING
public static final byte RUNNING
- See Also:
- Constant Field Values
FINISHED
public static final byte FINISHED
- See Also:
- Constant Field Values
FREEZED
public static final byte FREEZED
- See Also:
- Constant Field Values
JavaPipedIOImpl
public JavaPipedIOImpl(java.lang.String dlvPath)
setPathName
public void setPathName(java.lang.String dlvPath)
getPathName
public java.lang.String getPathName()
run
public void run(DlvIOHandler handler)
throws DLVInvocationException
- Specified by:
run
in interface AbstractIOImplementation
- Throws:
DLVInvocationException
kill
public void kill(DlvIOHandler handler)
throws DLVInvocationException
- Specified by:
kill
in interface AbstractIOImplementation
- Throws:
DLVInvocationException
getWarnings
public java.lang.String getWarnings()
throws DLVInvocationException
- Specified by:
getWarnings
in interface AbstractIOImplementation
- Throws:
DLVInvocationException
setWarnings
public void setWarnings(java.lang.String warning)
throws DLVInvocationException
- Throws:
DLVInvocationException
reset
public void reset()
- Specified by:
reset
in interface AbstractIOImplementation
freeze
public void freeze(DlvIOHandler handler)
throws DLVInvocationException
- Specified by:
freeze
in interface AbstractIOImplementation
- Throws:
DLVInvocationException
deFreeze
public void deFreeze(DlvIOHandler handler)
throws DLVInvocationException
- Specified by:
deFreeze
in interface AbstractIOImplementation
- Throws:
DLVInvocationException
getVersion
public java.lang.String getVersion()
throws DLVInvocationException
- Specified by:
getVersion
in interface AbstractIOImplementation
- Throws:
DLVInvocationException