C G H I J O 

C

com.lightstreamer.jms_extender.hooks - package com.lightstreamer.jms_extender.hooks
 

G

getDedicatedBrokerConnectionName(String, String, String) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Dedicated JMS broker connection name mangling or decoration function.
getDurableSubscriptionName(String, String, String, String, String, String) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Durable subscription name mangling or decoration function.
getErrorCode() - Method in exception com.lightstreamer.jms_extender.hooks.HookException
Returns the specific error code of this exception.

H

HookException - Exception in com.lightstreamer.jms_extender.hooks
Exception class used by the hook to signal an error condition during initialization or request methods.
HookException(String) - Constructor for exception com.lightstreamer.jms_extender.hooks.HookException
Constructs a HookException with the specified detail message.
HookException(String, String) - Constructor for exception com.lightstreamer.jms_extender.hooks.HookException
Constructs a HookException with the specified detail message and error code.
HookException(String, Throwable) - Constructor for exception com.lightstreamer.jms_extender.hooks.HookException
Constructs a new exception with the specified detail message and cause.
HookException(String, String, Throwable) - Constructor for exception com.lightstreamer.jms_extender.hooks.HookException
Constructs a new exception with the specified detail message, error code and cause.

I

init(File) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Hook initialization.

J

JmsExtenderHook - Class in com.lightstreamer.jms_extender.hooks
Abstract class that defines a JMS Extender hook.
JmsExtenderHook() - Constructor for class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
 

O

onConnectionClose(String) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
User connection close notification.
onConnectionRequest(String, String, String, Map, String) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
User connection and authentication request.
onDedicatedBrokerConnectionRequest(String, String, String) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Dedicated JMS broker connection request.
onDurableSubscriptionClose(String, String, String, String, String, String) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Durable subscription consumer close notification.
onDurableSubscriptionRequest(String, String, String, String, String, String) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Durable subscription request.
onMessageConsumerClose(String, String, String, String, boolean) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Message consumer close notification.
onMessageConsumerRequest(String, String, String, String, boolean) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Message consumer creation request.
onMessageProducerClose(String, String, String, String, boolean) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Message producer close notification.
onMessageProducerRequest(String, String, String, String, boolean) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Message producer creation request.
onObjectMessagePayloadClassRequest(String, String, String, String, boolean, String) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Object message payload class request.
onObjectMessagePayloadRequest(String, String, String, String, boolean, Object) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Object message payload request.
onSessionClose(String, String, String) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Session close notification.
onSessionOpen(String, String, String) - Method in class com.lightstreamer.jms_extender.hooks.JmsExtenderHook
Session open notification.
C G H I J O