com.legstar.coxb.transform
Class HostTransformStatus

java.lang.Object
  extended by com.legstar.coxb.transform.HostTransformStatus

public class HostTransformStatus
extends Object

This provides feedback on a transformation operation.


Constructor Summary
HostTransformStatus()
           
 
Method Summary
 ICobolComplexBinding getBinding()
           
 int getHostBytesProcessed()
           
 void setBinding(ICobolComplexBinding binding)
           
 void setHostBytesProcessed(int hostBytesProcessed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostTransformStatus

public HostTransformStatus()
Method Detail

getHostBytesProcessed

public int getHostBytesProcessed()
Returns:
the total number of host bytes processed

setHostBytesProcessed

public void setHostBytesProcessed(int hostBytesProcessed)
Parameters:
hostBytesProcessed - the total number of host bytes processed to set

getBinding

public ICobolComplexBinding getBinding()
Returns:
the root binding that was used for the transformation

setBinding

public void setBinding(ICobolComplexBinding binding)
Parameters:
binding - the root binding that was used for the transformation to set


Copyright © 2015 LegSem. All Rights Reserved.