org.camunda.bpm.cycle.connector
Class ConnectorCache
java.lang.Object
org.camunda.bpm.cycle.connector.ConnectorCache
- All Implemented Interfaces:
- Serializable
@Component
@Scope(value="session",
proxyMode=TARGET_CLASS)
public class ConnectorCache- extends Object
- implements Serializable
The actual cache for instantiated connectors.
This object is a +session scoped+ bean and thus is valid per user.
- Author:
- nico.rehwaldt
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorCache
public ConnectorCache()
contains
public boolean contains(long id)
remove
public Connector remove(long id)
get
public Connector get(long id)
put
public Connector put(long id,
Connector connector)
values
public Collection<Connector> values()
dispose
@PreDestroy
public void dispose()
Copyright © 2014 camunda services GmbH. All rights reserved.