Class GroupBindingService

java.lang.Object
org.wildfly.extension.messaging.activemq.GroupBindingService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<org.jboss.as.network.SocketBinding>, org.jboss.msc.value.Value<org.jboss.as.network.SocketBinding>

public class GroupBindingService extends Object implements org.jboss.msc.service.Service<org.jboss.as.network.SocketBinding>
Author:
Emanuel Muckenhuber
  • Field Summary

    Fields inherited from interface org.jboss.msc.service.Service

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    GroupBindingService(Supplier<org.jboss.as.network.SocketBinding> bindingSupplier)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jboss.msc.service.ServiceName
    getBroadcastBaseServiceName(org.jboss.msc.service.ServiceName activeMQServiceName)
     
    static org.jboss.msc.service.ServiceName
    getDiscoveryBaseServiceName(org.jboss.msc.service.ServiceName activeMQServiceName)
     
    org.jboss.as.network.SocketBinding
     
    void
    start(org.jboss.msc.service.StartContext context)
     
    void
    stop(org.jboss.msc.service.StopContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GroupBindingService

      public GroupBindingService(Supplier<org.jboss.as.network.SocketBinding> bindingSupplier)
  • Method Details

    • start

      public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
      Specified by:
      start in interface org.jboss.msc.Service
      Throws:
      org.jboss.msc.service.StartException
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      public org.jboss.as.network.SocketBinding getValue() throws IllegalStateException, IllegalArgumentException
      Specified by:
      getValue in interface org.jboss.msc.value.Value<org.jboss.as.network.SocketBinding>
      Throws:
      IllegalStateException
      IllegalArgumentException
    • getBroadcastBaseServiceName

      public static org.jboss.msc.service.ServiceName getBroadcastBaseServiceName(org.jboss.msc.service.ServiceName activeMQServiceName)
    • getDiscoveryBaseServiceName

      public static org.jboss.msc.service.ServiceName getDiscoveryBaseServiceName(org.jboss.msc.service.ServiceName activeMQServiceName)