public class Axis2ChannelListener extends Object implements org.apache.catalina.tribes.ChannelListener
| Constructor and Description |
|---|
Axis2ChannelListener(org.apache.axis2.context.ConfigurationContext configurationContext,
DefaultNodeManager nodeManager,
DefaultStateManager stateManager) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Serializable msg,
org.apache.catalina.tribes.Member sender)
Invoked by the channel to determine if the listener will process this message or not.
|
void |
messageReceived(Serializable msg,
org.apache.catalina.tribes.Member sender)
Receive a message from the channel
|
void |
setConfigurationContext(org.apache.axis2.context.ConfigurationContext configurationContext) |
void |
setNodeManager(DefaultNodeManager nodeManager) |
void |
setStateManager(DefaultStateManager stateManager) |
public Axis2ChannelListener(org.apache.axis2.context.ConfigurationContext configurationContext,
DefaultNodeManager nodeManager,
DefaultStateManager stateManager)
public void setStateManager(DefaultStateManager stateManager)
public void setNodeManager(DefaultNodeManager nodeManager)
public void setConfigurationContext(org.apache.axis2.context.ConfigurationContext configurationContext)
public boolean accept(Serializable msg, org.apache.catalina.tribes.Member sender)
accept in interface org.apache.catalina.tribes.ChannelListenermsg - Serializablesender - Memberpublic void messageReceived(Serializable msg, org.apache.catalina.tribes.Member sender)
messageReceived in interface org.apache.catalina.tribes.ChannelListenermsg - Serializablesender - - the source of the messageCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.