Skip navigation links
C I O R S T 

C

com.ibm.ima.samples.plugin.restmsg - package com.ibm.ima.samples.plugin.restmsg
 
COPYRIGHT - Static variable in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
 
COPYRIGHT - Static variable in class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
 

I

initialize(ImaPlugin) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
Initialize the plug-in

O

onAuthenticate(ImaConnection) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
Authenticate a connection.
onClose(int, String) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
Handle the close of a connection.
onComplete(Object, int, String) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
Handle a completion event.
onConfigUpdate(String, Object, Object) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
Handle the update of a configuration item.
onConnected(int, String) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
Handle the completion of a connection and send a connection message to the client.
onConnection(ImaConnection, String) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
When the connection is accepted for this protocol, create a new connection listener for communication between restmsg clients and IBM MessageSight.
onData(byte[], int, int) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
Handle data from the client.
onGetMessage(Object, int, ImaMessage) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
Handle a message from the server.
onHttpData(String, String, String, String, byte[]) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
Handle data from the client.
onLivenessCheck() - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
Handle a request to check if the connection is alive.
onMessage(ImaSubscription, ImaMessage) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
Handle a message from the server.
onProtocolCheck(ImaConnection, byte[]) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
Check that this connection is for this protocol.

R

RestMsgConnection - Class in com.ibm.ima.samples.plugin.restmsg
The RestMsgConnection class is the connection listener for the restmsg plug-in.
RestMsgPlugin - Class in com.ibm.ima.samples.plugin.restmsg
The RestMsgPlugin class acts as the plug-in object associated with restmsg protocol.
RestMsgPlugin() - Constructor for class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
Default constructor.

S

startMessaging(boolean) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
This callback informs us that messaging is now active in the server.

T

terminate(int) - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgPlugin
This callback informs us that the MessgeSight server is terminating.
toString() - Method in class com.ibm.ima.samples.plugin.restmsg.RestMsgConnection
Give a simple string representation of this connection listener object.
C I O R S T 
Skip navigation links

Copyright © Contributors to the Eclipse Foundation 2014-2021