org.teiid.events.jboss
Class JGroupsEventDistributor
java.lang.Object
org.jgroups.ReceiverAdapter
org.teiid.events.jboss.JGroupsEventDistributor
- All Implemented Interfaces:
- java.io.Serializable, org.jgroups.MembershipListener, org.jgroups.MessageListener, org.jgroups.Receiver
public class JGroupsEventDistributor
- extends org.jgroups.ReceiverAdapter
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class org.jgroups.ReceiverAdapter |
block, getState, receive, setState, suspect |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JGroupsEventDistributor
public JGroupsEventDistributor()
getChannelFactory
public org.jgroups.JChannelFactory getChannelFactory()
setJndiName
public void setJndiName(java.lang.String jndiName)
getJndiName
public java.lang.String getJndiName()
getLocalEventDistributorName
public java.lang.String getLocalEventDistributorName()
setLocalEventDistributorName
public void setLocalEventDistributorName(java.lang.String localEventDistributorName)
getMultiplexerStack
public java.lang.String getMultiplexerStack()
getClusterName
public java.lang.String getClusterName()
setChannelFactory
public void setChannelFactory(org.jgroups.JChannelFactory channelFactory)
setClusterName
public void setClusterName(java.lang.String clusterName)
setMultiplexerStack
public void setMultiplexerStack(java.lang.String multiplexerStack)
start
public void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
viewAccepted
public void viewAccepted(org.jgroups.View newView)
- Specified by:
viewAccepted in interface org.jgroups.MembershipListener- Overrides:
viewAccepted in class org.jgroups.ReceiverAdapter
stop
public void stop()
Copyright © 2011. All Rights Reserved.