A C G H M O P R S

A

add(String, WfProcessInternal) - Method in class org.enhydra.shark.caching.SimpleProcessCache
Adds process to the process cache.
add(String, WfResourceInternal) - Method in class org.enhydra.shark.caching.SimpleResourceCache
Adds resource to the resource cache.

C

cache - Variable in class org.enhydra.shark.caching.SimpleProcessCache
HashMap process cache.
cache - Variable in class org.enhydra.shark.caching.SimpleResourceCache
HashMap process cache.
configure(CallbackUtilities) - Method in class org.enhydra.shark.caching.SimpleCacheMgr
Configures caches.
configure(CallbackUtilities) - Method in class org.enhydra.shark.caching.SimpleProcessCache
Configures proccess cache.
configure(CallbackUtilities) - Method in class org.enhydra.shark.caching.SimpleResourceCache
Configures resource cache.

G

get(String) - Method in class org.enhydra.shark.caching.SimpleProcessCache
Returns the process from the process cache with id procId.
get(String) - Method in class org.enhydra.shark.caching.SimpleResourceCache
Returns the resource from the resource cache with username username.
getAll() - Method in class org.enhydra.shark.caching.SimpleProcessCache
Returns all processes from the process cache.
getAll() - Method in class org.enhydra.shark.caching.SimpleResourceCache
Returns all resources from the resource cache.
getProcessCache() - Method in class org.enhydra.shark.caching.SimpleCacheMgr
Returns process cache.
getResourceCache() - Method in class org.enhydra.shark.caching.SimpleCacheMgr
Returns resource cache.
getSize() - Method in class org.enhydra.shark.caching.SimpleProcessCache
Returns the size of the process cache.
getSize() - Method in class org.enhydra.shark.caching.SimpleResourceCache
Returns the size of the resource cache.

H

howManyEntries() - Method in class org.enhydra.shark.caching.SimpleProcessCache
 
howManyEntries() - Method in class org.enhydra.shark.caching.SimpleResourceCache
 

M

maxSize - Variable in class org.enhydra.shark.caching.SimpleProcessCache
 

O

org.enhydra.shark.caching - package org.enhydra.shark.caching
 

P

processes - Variable in class org.enhydra.shark.caching.SimpleCacheMgr
 

R

remove(String) - Method in class org.enhydra.shark.caching.SimpleProcessCache
Removes process from the process cache.
remove(String) - Method in class org.enhydra.shark.caching.SimpleResourceCache
Removes resource from the resource cache.
resources - Variable in class org.enhydra.shark.caching.SimpleCacheMgr
 

S

SimpleCacheMgr - class org.enhydra.shark.caching.SimpleCacheMgr.
This class creates and manages process cache and recource caches.
SimpleCacheMgr() - Constructor for class org.enhydra.shark.caching.SimpleCacheMgr
 
SimpleProcessCache - class org.enhydra.shark.caching.SimpleProcessCache.
This class is simple (HashMap) cache for storing processes.
SimpleProcessCache() - Constructor for class org.enhydra.shark.caching.SimpleProcessCache
 
SimpleResourceCache - class org.enhydra.shark.caching.SimpleResourceCache.
This class is simple (HashMap) cache for storing resources.
SimpleResourceCache() - Constructor for class org.enhydra.shark.caching.SimpleResourceCache
 
setSize(int) - Method in class org.enhydra.shark.caching.SimpleProcessCache
Sets size of the process cache to value size.
setSize(int) - Method in class org.enhydra.shark.caching.SimpleResourceCache
Sets size of the resource cache to value size.

A C G H M O P R S