|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BridgeConflictResolver
Method Summary | |
---|---|
void |
dispose()
Perform tasks associated with freeing, releasing, or resetting resources. |
void |
init(java.util.HashMap parameters)
/** Perform tasks like allocating resources or acquiring connections etc. |
ConflictResolution |
resolve(ProviderBridgeItem oldEntry,
ProviderBridgeItem newEntry)
Perform tasks like Conflict Resolution between different cache and bridge operation. |
Method Detail |
---|
void dispose() throws java.lang.Exception
java.lang.Exception
void init(java.util.HashMap parameters) throws java.lang.Exception
parameters
- Startup parameters defined in the configuration
java.lang.Exception
ConflictResolution resolve(ProviderBridgeItem oldEntry, ProviderBridgeItem newEntry) throws java.lang.Exception
oldEntry
- Existing entry in the cache storenewEntry
- The new entry to be saved to cache
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |