Package | Description |
---|---|
com.ibm.ima.plugin |
Implements a set of interfaces defining the Java plug-in mechanism for IBM MessageSight.
|
Modifier and Type | Method and Description |
---|---|
ImaConnection |
ImaPlugin.createConnection(String protocol,
String endpoint)
Create an internal virtual connection.
|
ImaConnection |
ImaSubscription.getConnection()
Returns the connection of the subscription
|
ImaConnection |
ImaTransaction.getConnection()
Get the connection associated with a transaction.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ImaPluginListener.onAuthenticate(ImaConnection connect)
Callback to request authentication of a connection.
|
ImaConnectionListener |
ImaPluginListener.onConnection(ImaConnection connect,
String protocol)
Callback for a new connection with a known protocol.
|
int |
ImaPluginListener.onProtocolCheck(ImaConnection connect,
byte[] data)
Callback when a new connection is detected which might be for this plug-in.
|
Copyright © Contributors to the Eclipse Foundation 2014-2021