Uses of Interface
com.ibm.ima.plugin.ImaConnection
-
Packages that use ImaConnection Package Description com.ibm.ima.plugin Implements a set of interfaces defining the Java plug-in mechanism for IBM MessageSight. -
-
Uses of ImaConnection in com.ibm.ima.plugin
Methods in com.ibm.ima.plugin that return ImaConnection Modifier and Type Method Description ImaConnection
ImaPlugin. createConnection(String protocol, String endpoint)
Create an internal virtual connection.ImaConnection
ImaSubscription. getConnection()
Returns the connection of the subscriptionImaConnection
ImaTransaction. getConnection()
Get the connection associated with a transaction.Methods in com.ibm.ima.plugin with parameters of type ImaConnection Modifier and Type Method 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.
-