|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.samples.business.sna.lu0.host.DummyLu0Bind
This DummyLu0Bind class represents a bind command. It is used internally to check the bind protocols.
Field Summary | |
---|---|
(package private) char[] |
_bind
|
static java.lang.String |
COMPID
|
Constructor Summary | |
---|---|
DummyLu0Bind()
|
Method Summary | |
---|---|
boolean |
bracketUsed()
Returns if the bracket is used. |
java.lang.String |
checkApplicationName(java.lang.String hostApplicationName,
java.lang.String codeSet)
Checks if application name is correct. |
java.lang.String |
checkBind()
Checks bind. |
char[] |
getBind()
Gets the bind property (byte[]) value. |
int |
inboundRuSize()
Returns inbound ru size. |
boolean |
isFullDuplex()
Returns true if is full duplex . |
boolean |
isHalfDuplexContention()
Returns true if is Half duplex contention. |
boolean |
isHalfDuplexFlipFlop()
Returns if is Half duplex flip-flop. |
boolean |
isHdxResetStateSend()
Returns if half duplex reset state is send. |
boolean |
isInboundDefiniteResponse()
Returns if is inbound definite response. |
boolean |
isInboundExceptionOrDefiniteResponse()
. |
boolean |
isInboundExceptionResponse()
Returns if is inbound exception response. |
boolean |
isInboundNoResponse()
Returns if is inbound no response. |
boolean |
isLu0()
Byte 14: bit 0 PS Usage field format: 0 basic format (only value defined) bits 1-7 LU type: 0000000 LU type 0 0000001 LU type 1 0000010 LU type 2 0000011 LU type 3 |
boolean |
isUnconditionalBracketTermination()
Returns if is unconditional bracket termination. |
int |
outboundRuSize()
Returns outbound ru size. |
boolean |
resetBetweenBracket()
Returns if reset state between braket . |
void |
setBind(char[] bind)
Sets the bind property (byte[]) value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
char[] _bind
public static final java.lang.String COMPID
Constructor Detail |
public DummyLu0Bind()
Method Detail |
public boolean bracketUsed()
public java.lang.String checkApplicationName(java.lang.String hostApplicationName, java.lang.String codeSet) throws DummyLu0Exception
DummyLu0Exception
public java.lang.String checkBind()
public char[] getBind()
setBind(char[])
public int inboundRuSize()
public boolean isFullDuplex()
public boolean isHalfDuplexContention()
public boolean isHalfDuplexFlipFlop()
public boolean isHdxResetStateSend()
public boolean isInboundDefiniteResponse()
public boolean isInboundExceptionOrDefiniteResponse()
public boolean isInboundExceptionResponse()
public boolean isInboundNoResponse()
public boolean isLu0()
public boolean isUnconditionalBracketTermination()
public int outboundRuSize()
public boolean resetBetweenBracket()
public void setBind(char[] bind)
bind
- The new value for the property.getBind()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |