|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecoveryOperation
The RecoveryOperation
interface defines how the events be managed.
Any sub-system leveraging Recovery needs to implement the interface to delete
or replay the event data in the sub-system with request from Recovery.
The implementation needs to be registered.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
deleteEvent(java.lang.String eventId,
java.util.Properties context)
Delete the specified event. |
void |
replayEvent(java.lang.String eventId,
EventData replayData,
java.util.Properties context)
Replay the specified event. |
EventData |
retrieveEvent(java.lang.String eventId,
java.util.Properties context)
Return the detailed information of the event. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
EventData retrieveEvent(java.lang.String eventId, java.util.Properties context) throws RecoveryException
eventId
- context
-
RecoveryException
void deleteEvent(java.lang.String eventId, java.util.Properties context) throws RecoveryException
eventId
- context
-
RecoveryException
void replayEvent(java.lang.String eventId, EventData replayData, java.util.Properties context) throws RecoveryException
eventId
- replayData
- modified data, specify null if no modification requiredcontext
-
RecoveryException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |