|
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.connector2.sna.lu0.host.Lu0Bind
This Lu0Bind class represents a bind command. It is used internally to check the bind protocols.
Field Summary | |
---|---|
static java.lang.String |
COMPID
|
(package private) char[] |
fieldBind
|
Constructor Summary | |
---|---|
Lu0Bind()
|
Method Summary | |
---|---|
boolean |
bracketUsed()
Returns if the bracket is used. |
java.lang.String |
checkApplicationName(java.lang.String hostApplicationName,
java.lang.String codeSet)
Checks if the application name is correct. |
java.lang.String |
checkBind()
Checks the bind. |
char[] |
getBind()
Gets the bind property (byte[]) value. |
int |
inboundRuSize()
Returns the inbound Ru size. |
boolean |
isFullDuplex()
Returns true if there is a Full Duplex. |
boolean |
isHalfDuplexContention()
Returns true if there is a Half Duplex Contention. |
boolean |
isHalfDuplexFlipFlop()
Returns true if there is a Half Duplex flip-flop. |
boolean |
isHdxResetStateSend()
Returns true if the Half Duplex Reset state is "send". |
boolean |
isInboundDefiniteResponse()
Returns true if there is an inbound definite response. |
boolean |
isInboundExceptionOrDefiniteResponse()
. |
boolean |
isInboundExceptionResponse()
Returns true if there is an inbound exception response. |
boolean |
isInboundNoResponse()
Returns true if there is no inbound 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 true if there is an unconditional bracket termination. |
int |
outboundRuSize()
Returns outbound Ru size. |
boolean |
resetBetweenBracket()
Returns true if there is a reset state between the brackets. |
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[] fieldBind
public static final java.lang.String COMPID
Constructor Detail |
public Lu0Bind()
Method Detail |
public boolean bracketUsed()
public java.lang.String checkApplicationName(java.lang.String hostApplicationName, java.lang.String codeSet)
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 |