public interface ITn3270ConnectionHolder
extends com.ibm.rational.test.lt.execution.socket.custom.ISckConnectionHolder
Modifier and Type | Method and Description |
---|---|
int |
getColumns() |
String |
getDeviceBuffer()
This method allocates a new java.lang.String instance as large as the device buffer
|
String |
getDeviceBuffer(int line,
int column,
int length)
Extract a subPortion of the device buffer content
|
char[] |
getDeviceBufferAsCharArray()
Deprecated.
use int[] getDeviceBufferAsCodePointArray() instead
|
int[] |
getDeviceBufferAsCodePointArray()
This method directly returns the underlying int array that contains the device buffer
|
String |
getRequestedLUName() |
int |
getRows() |
void |
setRequestedLUName(String newLUName)
Change the requested Logical Unit name to connect to the remote peer.
|
getCurrentlyReceivedBytes, getCurrentlyReceivedBytesCount, getFinallyReceivedBytes, getFinallyReceivedBytesCount, getHostName, getLastConnectOrSendTimeStamp, getLastSentBytes, getLastSentBytesCount, getPort, getResponseTime, isConnected, isEndOfStream, rewind, setHostName, setPort, setResponseTime
String getRequestedLUName()
void setRequestedLUName(String newLUName)
newLUName
- the new value to be used for this connectionint getRows()
int getColumns()
String getDeviceBuffer()
char[] getDeviceBufferAsCharArray()
int[] getDeviceBufferAsCodePointArray()
String getDeviceBuffer(int line, int column, int length)
line
- in the range 1 through getRows()column
- in the range 1 through getColumns()length
- the number of device buffer locations to extract© Copyright IBM Corp. 2013. All rights reserved.