|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Listener | |
---|---|
com.genesyslab.platform.applicationblocks.commons.broker | |
com.genesyslab.platform.applicationblocks.warmstandby | |
com.genesyslab.platform.apptemplate.filtering.impl.configuration | |
com.genesyslab.platform.clusterprotocol | Cluster Protocol Application Block |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
Uses of Listener in com.genesyslab.platform.applicationblocks.commons.broker |
---|
Classes in com.genesyslab.platform.applicationblocks.commons.broker that implement Listener | |
---|---|
class |
EventReceivingBrokerService
Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
RequestReceivingBrokerService
Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously. |
Uses of Listener in com.genesyslab.platform.applicationblocks.warmstandby |
---|
Subinterfaces of Listener in com.genesyslab.platform.applicationblocks.warmstandby | |
---|---|
interface |
WarmStandbyListener
Listener interface for WarmStandbyService events notifications. |
Uses of Listener in com.genesyslab.platform.apptemplate.filtering.impl.configuration |
---|
Classes in com.genesyslab.platform.apptemplate.filtering.impl.configuration that implement Listener | |
---|---|
class |
FilterChainNotificationHandler
Implements MessageFilter to decide whether message should be logged
or not upon internal message filter chain. |
Uses of Listener in com.genesyslab.platform.clusterprotocol |
---|
Subinterfaces of Listener in com.genesyslab.platform.clusterprotocol | |
---|---|
interface |
ClusterChannelListener
Channel listening interface extension for Cluster Protocol type. It allows applications to handle Opened /Closed
events of protocol nodes of the cluster channel. |
Classes in com.genesyslab.platform.clusterprotocol that implement Listener | |
---|---|
protected class |
AbstractClusterChannel.IntChannelListener
|
protected class |
AbstractClusterChannel.IntMessageHandler
|
protected class |
AbstractClusterChannel.IntOutputChannelListener
|
Methods in com.genesyslab.platform.clusterprotocol with parameters of type Listener | |
---|---|
void |
AbstractClusterChannel.InternalChannelOpenVisitor.visitListener(Listener listener)
|
void |
AbstractClusterChannel.InternalChannelCloseVisitor.visitListener(Listener listener)
|
void |
AbstractClusterChannel.ChannelOpenVisitor.visitListener(Listener listener)
|
void |
AbstractClusterChannel.ChannelClosedVisitor.visitListener(Listener listener)
|
void |
AbstractClusterChannel.ChanelErrorVisitor.visitListener(Listener listener)
|
void |
AbstractClusterChannel.OutgoingMessageVisitor.visitListener(Listener listener)
|
Uses of Listener in com.genesyslab.platform.commons.protocol |
---|
Subinterfaces of Listener in com.genesyslab.platform.commons.protocol | |
---|---|
interface |
ChannelListener
|
interface |
MessageHandler
Interface for direct incoming messages delivery to user code. Example:
|
interface |
MessageReceiverSupport
|
interface |
OutputChannelListener
Defines listener that can be attached to any implementer of OutputChannel interface to monitor message send operations. |
interface |
ReceiverSupport
|
interface |
RequestReceiverSupport
|
interface |
ServerChannelListener
Receive notification about server channel lifecycle events. |
Classes in com.genesyslab.platform.commons.protocol that implement Listener | |
---|---|
class |
AbstractQueueReceiver<T>
|
class |
IgnoringMessageReceiverSupport
|
class |
QueueMessageReceiver
|
class |
QueueRequestReceiver
|
Methods in com.genesyslab.platform.commons.protocol with parameters of type Listener | |
---|---|
void |
ListenerHelper.addListener(Listener listener)
|
void |
ListenerHelper.removeListener(Listener listener)
|
void |
ListenerHelper.NotificationVisitor.visitListener(Listener listener)
|
void |
AbstractChannel.AsyncErrorNotifier.visitListener(Listener listener)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |