org.teiid.events.jboss
Class JGroupsEventDistributor

java.lang.Object
  extended by org.jgroups.ReceiverAdapter
      extended by 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

Constructor Summary
JGroupsEventDistributor()
           
 
Method Summary
 org.jgroups.JChannelFactory getChannelFactory()
           
 java.lang.String getClusterName()
           
 java.lang.String getJndiName()
           
 java.lang.String getLocalEventDistributorName()
           
 java.lang.String getMultiplexerStack()
           
 void setChannelFactory(org.jgroups.JChannelFactory channelFactory)
           
 void setClusterName(java.lang.String clusterName)
           
 void setJndiName(java.lang.String jndiName)
           
 void setLocalEventDistributorName(java.lang.String localEventDistributorName)
           
 void setMultiplexerStack(java.lang.String multiplexerStack)
           
 void start()
           
 void stop()
           
 void viewAccepted(org.jgroups.View newView)
           
 
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
 

Constructor Detail

JGroupsEventDistributor

public JGroupsEventDistributor()
Method Detail

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.