public class IFSCreateUserHandlerReq extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
CHAIN_INDICATOR_OFFSET |
protected int |
connectionID_ |
protected static com.ibm.as400.access.ConverterImplRemote |
converter_ |
protected byte[] |
data_ |
protected static int |
HEADER_LENGTH |
protected int |
headerLength_ |
protected com.ibm.as400.access.AS400ImplRemote |
system_ |
Modifier | Constructor and Description |
---|---|
protected |
IFSCreateUserHandlerReq(byte[] userID,
byte[] password) |
Modifier and Type | Method and Description |
---|---|
boolean |
canUse()
Can this be used.
|
boolean |
equals(Object obj) |
protected int |
get16bit(int offset) |
protected int |
get32bit(int offset) |
protected long |
get64bit(int offset) |
protected long |
getDate(int offset)
Get a date value.
|
int |
hashCode() |
protected void |
set16bit(int i,
int offset) |
protected void |
set32bit(int i,
int offset) |
protected void |
set32bit(long i,
int offset) |
protected void |
set64bit(long longVal,
int offset) |
protected void |
setData(long value,
int offset)
Set a long (8 byte) data value.
|
protected void |
setData(String value,
int offset)
Set a String value.
|
protected void |
setDate(long date,
int offset)
Set a date/time value.
|
protected static final int CHAIN_INDICATOR_OFFSET
protected static final int HEADER_LENGTH
protected static com.ibm.as400.access.ConverterImplRemote converter_
protected int connectionID_
protected com.ibm.as400.access.AS400ImplRemote system_
protected byte[] data_
protected int headerLength_
protected IFSCreateUserHandlerReq(byte[] userID, byte[] password)
protected void setData(long value, int offset)
value
- the valueoffset
- the data stream offsetprotected void setData(String value, int offset)
value
- the valueoffset
- the data stream offsetprotected void setDate(long date, int offset)
date
- number of milliseconds since January 1, 1970, 00:00:00 GMToffset
- the data stream offsetprotected long getDate(int offset)
offset
- the data stream offset of the date informationpublic int hashCode()
public boolean canUse()
protected final int get16bit(int offset)
protected final int get32bit(int offset)
protected final long get64bit(int offset)
protected final void set16bit(int i, int offset)
protected final void set32bit(int i, int offset)
protected final void set32bit(long i, int offset)
protected final void set64bit(long longVal, int offset)