|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandIdGenerator
The CommandIdGenerator is responsible for generating cache entry ids and data ids, and invalidating data ids for command objects.
One IdGenerator instance will exist for each cacheable command object identified in WebSphere. When implementing this interface, be aware that multiple threads may be using the same IdGenerator concurrently.
Method Summary | |
---|---|
java.lang.String |
getId(CacheableCommand command,
java.util.ArrayList groupIds)
This gets the cache id for the command. |
Method Detail |
---|
java.lang.String getId(CacheableCommand command, java.util.ArrayList groupIds)
command
- The command used to generate a cache idgroupIds
- Add any additional groupIds to the command
using the following ArrayList
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |