Interface ChannelCommandDispatcherFactory

All Superinterfaces:
AutoCloseable, org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<ChannelGroupMember>, org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address,ChannelGroupMember>
All Known Implementing Classes:
JChannelCommandDispatcherFactory

public interface ChannelCommandDispatcherFactory extends org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address,ChannelGroupMember>, AutoCloseable
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     

    Methods inherited from interface org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory

    createCommandDispatcher, createCommandDispatcher
  • Method Details

    • getGroup

      ChannelGroup getGroup()
      Specified by:
      getGroup in interface org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<ChannelGroupMember>
      Specified by:
      getGroup in interface org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address,ChannelGroupMember>
    • close

      void close()
      Specified by:
      close in interface AutoCloseable