|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessCache
This interface presents cache that stores processes.
Method Summary | |
---|---|
void |
add(java.lang.String procId,
WfProcessInternal proc)
Adds process to the process cache. |
WfProcessInternal |
get(java.lang.String procId)
Returns the process from the process cache with id procId. |
void |
remove(java.lang.String procId)
Removes process from the process cache. |
Methods inherited from interface org.enhydra.shark.api.internal.caching.ObjectCache |
---|
configure, getAll, getSize, howManyEntries, setSize |
Method Detail |
---|
void add(java.lang.String procId, WfProcessInternal proc) throws java.lang.Exception
procId
- process id.proc
- WfProcessInternal object to be added to the process cache.
java.lang.Exception
- Thrown if an error occurs.void remove(java.lang.String procId) throws java.lang.Exception
procId
- process id.
java.lang.Exception
- Thrown if an error occurs.WfProcessInternal get(java.lang.String procId) throws java.lang.Exception
procId
- process id.
java.lang.Exception
- Thrown if an error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |