Uses of Interface
org.processmining.framework.connections.ConnectionManager
-
-
Uses of ConnectionManager in org.processmining.framework.connections
Methods in org.processmining.framework.connections with parameters of type ConnectionManager Modifier and Type Method Description void
Connection. setManager(ConnectionManager manager)
Sets the manager for the connection. -
Uses of ConnectionManager in org.processmining.framework.connections.impl
Classes in org.processmining.framework.connections.impl that implement ConnectionManager Modifier and Type Class Description class
ConnectionManagerImpl
Fields in org.processmining.framework.connections.impl declared as ConnectionManager Modifier and Type Field Description protected ConnectionManager
AbstractConnection. manager
Methods in org.processmining.framework.connections.impl with parameters of type ConnectionManager Modifier and Type Method Description void
AbstractConnection. setManager(ConnectionManager manager)
-
Uses of ConnectionManager in org.processmining.framework.plugin
Methods in org.processmining.framework.plugin that return ConnectionManager Modifier and Type Method Description ConnectionManager
GlobalContext. getConnectionManager()
Returns the connection manager. -
Uses of ConnectionManager in org.processmining.framework.plugin.impl
Methods in org.processmining.framework.plugin.impl that return ConnectionManager Modifier and Type Method Description ConnectionManager
AbstractGlobalContext. getConnectionManager()
ConnectionManager
AbstractPluginContext. getConnectionManager()
-
Uses of ConnectionManager in org.processmining.framework.providedobjects
Methods in org.processmining.framework.providedobjects with parameters of type ConnectionManager Modifier and Type Method Description void
ContextAwareObject. setManagers(ConnectionManager connectionManager, PluginManager pluginManager, ProvidedObjectManager providedObjectManager)
-