Package org.jboss.ejb.server
Class ClusterTopologyListener.MappingInfo
- java.lang.Object
-
- org.jboss.ejb.server.ClusterTopologyListener.MappingInfo
-
- Enclosing interface:
- ClusterTopologyListener
public static final class ClusterTopologyListener.MappingInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description MappingInfo(String destinationAddress, int destinationPort, InetAddress sourceAddress, int netmaskBits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestinationAddress()intgetDestinationPort()intgetNetmaskBits()InetAddressgetSourceAddress()
-
-
-
Constructor Detail
-
MappingInfo
public MappingInfo(String destinationAddress, int destinationPort, InetAddress sourceAddress, int netmaskBits)
-
-
Method Detail
-
getDestinationAddress
public String getDestinationAddress()
-
getDestinationPort
public int getDestinationPort()
-
getSourceAddress
public InetAddress getSourceAddress()
-
getNetmaskBits
public int getNetmaskBits()
-
-