|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.alertmgr.TWGUnpublish
com.tivoli.twg.alertmgr.TWGUnpublishEventType
TWGUnpublishEventType is used to unpublish the EventType and alias representations of the event to the event server. Event generators use the TWGUnpublishEventType to tell the event server that events of this type (family + qualifiers) will not come and that the event type should be deleted from the database.
Field Summary |
---|
Fields inherited from class com.tivoli.twg.alertmgr.TWGUnpublish |
---|
VERSION_ONE |
Constructor Summary | |
---|---|
TWGUnpublishEventType(IntelByteBuffer buf)
Constructor for interpreting a provided IntelByteBuffer. |
|
TWGUnpublishEventType(IntelByteBuffer buf,
int off)
Constructor for interpreting a provided IntelByteBuffer at a given offset. |
|
TWGUnpublishEventType(java.lang.String family,
java.lang.String[] qualifiers)
Constructor with default version. |
|
TWGUnpublishEventType(java.lang.String family,
java.lang.String[] qualifiers,
int version)
Constructor. |
|
TWGUnpublishEventType(TWGUnpublishEventType unpub)
Copy Constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Copy object. |
int |
getTypeId()
Get type ID. |
Methods inherited from class com.tivoli.twg.alertmgr.TWGUnpublish |
---|
getNumTypeQualifiers, getType, getTypeFamily, getTypeQualifiers, getVersion, print, readTWGUnpublish, setVersion, sizeOf, sizeOfHdr, sizeOfTWGUnpublish, toIntelByteBuffer, writeIntelByteBuffer, writeIntelByteBuffer |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TWGUnpublishEventType(java.lang.String family, java.lang.String[] qualifiers, int version)
family
- String representing the highest level qualifier of the event typequalifiers
- Array of strings comprising the remainder of the event typeversion
- Version of data being unpublishedpublic TWGUnpublishEventType(java.lang.String family, java.lang.String[] qualifiers)
family
- String representing the highest level qualifier of the event typequalifiers
- Array of strings comprising the remainder of the event typepublic TWGUnpublishEventType(TWGUnpublishEventType unpub)
unpub
- TWGUnpublishEventType object to be copiedpublic TWGUnpublishEventType(IntelByteBuffer buf)
buf
- IntelByteBuffer from which data should be readpublic TWGUnpublishEventType(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.Object clone()
clone
in class TWGUnpublish
public int getTypeId()
getTypeId
in class TWGUnpublish
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |