Package | Description |
---|---|
org.processmining.framework.connections | |
org.processmining.framework.connections.impl | |
org.processmining.framework.plugin.events |
Modifier and Type | Method and Description |
---|---|
ConnectionID |
Connection.getID()
Return the ID of the connection.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ConnectionID> |
ConnectionManager.getConnectionIDs()
Returns a collection of connection IDs registered to this global context.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionManager.getConnection(ConnectionID id)
Returns the connection with the given ID.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionIDImpl |
Modifier and Type | Method and Description |
---|---|
ConnectionID |
AbstractConnection.getID() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ConnectionID> |
ConnectionManagerImpl.getConnectionIDs() |
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionManagerImpl.getConnection(ConnectionID id) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionObjectListener.connectionCreated(ConnectionID connectionID)
This method signals the creation of a connection with the given ID.
|
void |
ConnectionObjectListener.connectionDeleted(ConnectionID connectionID)
This method signals the deletion of a connection with the given ID.
|
void |
ConnectionObjectListener.connectionUpdated(ConnectionID connectionID)
This method signals that the connection with the given ID was updated.
|
void |
ConnectionObjectListener.ListenerList.fireConnectionCreated(ConnectionID connectionID) |
void |
ConnectionObjectListener.ListenerList.fireConnectionDeleted(ConnectionID id) |
void |
ConnectionObjectListener.ListenerList.fireConnectionUpdated(ConnectionID id) |