Class SocketWriterData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.socketwriter.SocketWriterData
-
- All Implemented Interfaces:
StepDataInterface
public class SocketWriterData extends BaseStepData implements StepDataInterface
- Since:
- 27-nov-2006
- Author:
- Matt
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
-
Field Summary
Fields Modifier and Type Field Description Socket
clientSocket
int
flushInterval
DataOutputStream
outputStream
ServerSocket
serverSocket
-
Constructor Summary
Constructors Constructor Description SocketWriterData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
-
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
-
-
-
-
Field Detail
-
outputStream
public DataOutputStream outputStream
-
clientSocket
public Socket clientSocket
-
flushInterval
public int flushInterval
-
serverSocket
public ServerSocket serverSocket
-
-