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 ImaConnectionImaPlugin. createConnection(String protocol, String endpoint)Create an internal virtual connection.ImaConnectionImaSubscription. getConnection()Returns the connection of the subscriptionImaConnectionImaTransaction. getConnection()Get the connection associated with a transaction.Methods in com.ibm.ima.plugin with parameters of type ImaConnection Modifier and Type Method Description booleanImaPluginListener. onAuthenticate(ImaConnection connect)Callback to request authentication of a connection.ImaConnectionListenerImaPluginListener. onConnection(ImaConnection connect, String protocol)Callback for a new connection with a known protocol.intImaPluginListener. onProtocolCheck(ImaConnection connect, byte[] data)Callback when a new connection is detected which might be for this plug-in.
-