|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.evtsub.TWGEventDescriptor
Constructor Summary | |
---|---|
TWGEventDescriptor()
|
|
TWGEventDescriptor(IntelByteBuffer buf)
Constructor for interpreting a provided IntelByteBuffer. |
|
TWGEventDescriptor(IntelByteBuffer buf,
int off)
Constructor for interpreting a provided IntelByteBuffer at a given offset. |
|
TWGEventDescriptor(java.lang.String family,
java.lang.String[] qualifiers)
Constructor. |
|
TWGEventDescriptor(TWGEventDescriptor esd)
Copy Constructor. |
Method Summary | |
---|---|
boolean |
contains(java.lang.Object obj)
Compare this object with another TWGEventDescriptor object. |
boolean |
equals(java.lang.Object obj)
Compare this object with another TWGEventDescriptor object. |
java.lang.String |
getFamily()
Get family. |
int |
getFlags()
Get flags. |
java.lang.String[] |
getQualifiers()
Get qualifiers. |
int |
hashCode()
Return a hashcode. |
int |
readTWGEventDescriptor(IntelByteBuffer buf,
int off)
Method for interpreting a provided IntelByteBuffer at a given offset. |
int |
sizeOf()
Determine the size of the entire object. |
int |
sizeOfTWGEventDescriptor()
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, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGEventDescriptor()
public TWGEventDescriptor(java.lang.String family, java.lang.String[] qualifiers)
family
- major category of event sourcequalifiers
- language nuetral array of strings describing event sourcepublic TWGEventDescriptor(TWGEventDescriptor esd)
esd
- event descriptor to be copiedpublic TWGEventDescriptor(IntelByteBuffer buf)
buf
- IntelByteBuffer from which data should be readpublic TWGEventDescriptor(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 getFamily()
public java.lang.String[] getQualifiers()
public int getFlags()
public boolean equals(java.lang.Object obj)
obj
- TWGEventDescriptor to compare this with
public boolean contains(java.lang.Object obj)
obj
- TWGEventDescriptor to compare this with
public int hashCode()
public java.lang.String toString()
public int sizeOf()
public int sizeOfTWGEventDescriptor()
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 readTWGEventDescriptor(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 |