com.googlecode.fascinator.portal.workflow
Class SimpleWorkflowPageCache
java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<SimpleWorkflowPageCacheKey,org.apache.velocity.Template>
com.googlecode.fascinator.portal.workflow.SimpleWorkflowPageCache
- All Implemented Interfaces:
- SimpleWorkflowPageCacheMXBean, Serializable, ConcurrentMap<SimpleWorkflowPageCacheKey,org.apache.velocity.Template>, Map<SimpleWorkflowPageCacheKey,org.apache.velocity.Template>
public class SimpleWorkflowPageCache
- extends ConcurrentHashMap<SimpleWorkflowPageCacheKey,org.apache.velocity.Template>
- implements SimpleWorkflowPageCacheMXBean
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.util.concurrent.ConcurrentHashMap |
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values |
SimpleWorkflowPageCache
public SimpleWorkflowPageCache()
throws MalformedObjectNameException,
InstanceAlreadyExistsException,
MBeanRegistrationException,
NotCompliantMBeanException
- Throws:
MalformedObjectNameException
InstanceAlreadyExistsException
MBeanRegistrationException
NotCompliantMBeanException
clearCache
public void clearCache()
- Description copied from interface:
SimpleWorkflowPageCacheMXBean
- Clear the entire cache
- Specified by:
clearCache in interface SimpleWorkflowPageCacheMXBean
clearCache
public void clearCache(String workflowId,
String step)
- Specified by:
clearCache in interface SimpleWorkflowPageCacheMXBean
Copyright © 2009-2014. All Rights Reserved.