Class ClusterTopologyListener.MappingInfo

java.lang.Object
org.jboss.ejb.server.ClusterTopologyListener.MappingInfo
Enclosing interface:
ClusterTopologyListener

public static final class ClusterTopologyListener.MappingInfo extends Object
  • Constructor Details

    • MappingInfo

      public MappingInfo(String destinationAddress, int destinationPort, InetAddress sourceAddress, int netmaskBits)
  • Method Details

    • getDestinationAddress

      public String getDestinationAddress()
    • getDestinationPort

      public int getDestinationPort()
    • getSourceAddress

      public InetAddress getSourceAddress()
    • getNetmaskBits

      public int getNetmaskBits()