|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.evtsub.TWGEventSourceDetail
Field Summary | |
---|---|
static int |
DATA_TYPE_BOOLEAN
|
static int |
DATA_TYPE_BYTE
|
static int |
DATA_TYPE_CHAR
|
static int |
DATA_TYPE_DATETIME
|
static int |
DATA_TYPE_DOUBLE
|
static int |
DATA_TYPE_FLOAT
|
static int |
DATA_TYPE_INT
|
static int |
DATA_TYPE_LONG
|
static int |
DATA_TYPE_OCTET
|
static int |
DATA_TYPE_SHORT
|
static int |
DATA_TYPE_STRING
|
static int |
DATA_TYPE_UNICHAR
|
Constructor Summary | |
---|---|
TWGEventSourceDetail()
|
|
TWGEventSourceDetail(IntelByteBuffer buf)
Constructor for interpreting a provided IntelByteBuffer. |
|
TWGEventSourceDetail(IntelByteBuffer buf,
int off)
Constructor for interpreting a provided IntelByteBuffer at a given offset. |
|
TWGEventSourceDetail(java.lang.String id,
java.lang.String label,
int type)
Constructor. |
|
TWGEventSourceDetail(TWGEventSourceDetail esd)
Copy Constructor. |
Method Summary | |
---|---|
int |
getDataType()
Get data type. |
int |
getFlags()
Get flags. |
java.lang.String |
getIdentifier()
Get identifier. |
java.lang.String |
getPresentationLabel()
Get presentation label. |
int |
readTWGEventSourceDetail(IntelByteBuffer buf,
int off)
Method for interpreting a provided IntelByteBuffer at a given offset. |
int |
sizeOf()
Determine the size of the entire object. |
int |
sizeOfTWGEventSourceDetail()
Determine the size of the entire object. |
IntelByteBuffer |
toIntelByteBuffer()
Convert the object into IntelByteBuffer representation. |
java.lang.String |
toString()
Create a string. |
int |
writeIntelByteBuffer(IntelByteBuffer buf)
Write contents of this object into an IntelByteBuffer. |
int |
writeIntelByteBuffer(IntelByteBuffer buf,
int off)
Write object into provided IntelByteBuffer starting at a given offset. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int DATA_TYPE_BYTE
public static final int DATA_TYPE_CHAR
public static final int DATA_TYPE_UNICHAR
public static final int DATA_TYPE_SHORT
public static final int DATA_TYPE_INT
public static final int DATA_TYPE_LONG
public static final int DATA_TYPE_BOOLEAN
public static final int DATA_TYPE_FLOAT
public static final int DATA_TYPE_DOUBLE
public static final int DATA_TYPE_OCTET
public static final int DATA_TYPE_STRING
public static final int DATA_TYPE_DATETIME
Constructor Detail |
public TWGEventSourceDetail()
public TWGEventSourceDetail(java.lang.String id, java.lang.String label, int type)
id
- unique identifier of the detaillabel
- presentation label of the detailtype
- data type of the detailpublic TWGEventSourceDetail(TWGEventSourceDetail esd)
esd
- event source detail to be copiedpublic TWGEventSourceDetail(IntelByteBuffer buf)
buf
- IntelByteBuffer from which data should be readpublic TWGEventSourceDetail(IntelByteBuffer buf, int off)
buf
- IntelByteBuffer from which data should be readoff
- offset from the current relative start of the provided IntelByteBufferMethod Detail |
public java.lang.String getIdentifier()
public java.lang.String getPresentationLabel()
public int getDataType()
public int getFlags()
public java.lang.String toString()
public int sizeOf()
public int sizeOfTWGEventSourceDetail()
public IntelByteBuffer toIntelByteBuffer()
public int writeIntelByteBuffer(IntelByteBuffer buf)
buf
- IntelByteBuffer into which data should be written
public int writeIntelByteBuffer(IntelByteBuffer buf, int off)
buf
- IntelByteBuffer into which data should be writtenoff
- offset from the current relative start of the provided IntelByteBuffer
public int readTWGEventSourceDetail(IntelByteBuffer buf, int off)
buf
- IntelByteBuffer from which data should be readoff
- offset from the current relative start of the provided IntelByteBuffer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |