Uses of Interface
com.collation.platform.model.topology.net.IpAddress

Packages that use IpAddress
com.collation.platform.model.topology.app   
com.collation.platform.model.topology.app.citrix   
com.collation.platform.model.topology.app.j2ee.websphere   
com.collation.platform.model.topology.net   
com.collation.platform.model.topology.net.acl   
com.collation.platform.model.topology.net.vip   
com.collation.platform.model.topology.sys   
 

Uses of IpAddress in com.collation.platform.model.topology.app
 

Methods in com.collation.platform.model.topology.app that return IpAddress
 IpAddress AppServerCluster.getIp()
           
 

Methods in com.collation.platform.model.topology.app with parameters of type IpAddress
 void AppServerCluster.setIp(IpAddress ip)
           
 

Uses of IpAddress in com.collation.platform.model.topology.app.citrix
 

Methods in com.collation.platform.model.topology.app.citrix that return IpAddress
 IpAddress CitrixFarm.getLocalIp()
           
 

Methods in com.collation.platform.model.topology.app.citrix with parameters of type IpAddress
 void CitrixFarm.setLocalIp(IpAddress x)
           
 

Uses of IpAddress in com.collation.platform.model.topology.app.j2ee.websphere
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return IpAddress
 IpAddress WebSphereConfiguredConnection.getIpAddress()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type IpAddress
 void WebSphereConfiguredConnection.setIpAddress(IpAddress ip)
           
 

Uses of IpAddress in com.collation.platform.model.topology.net
 

Subinterfaces of IpAddress in com.collation.platform.model.topology.net
 interface IpV4Address
          IP V4 address
 interface IpV6Address
          IP V6 address
 

Methods in com.collation.platform.model.topology.net that return IpAddress
 IpAddress IpRoute.getDestination()
           
 IpAddress PortList.getIpAddress()
           
 IpAddress IpInterface.getIpAddress()
          Ip address on the interface
 IpAddress BindAddress.getIpAddress()
           
 IpAddress IpRoute.getMask()
           
 IpAddress IpRoute.getNextHop()
           
 IpAddress BindAddress.getPrimaryIpAddress()
           
 

Methods in com.collation.platform.model.topology.net with parameters of type IpAddress
 void IpRoute.setDestination(IpAddress destination)
           
 void IpInterface.setIpAddress(IpAddress ip)
           
 void BindAddress.setIpAddress(IpAddress ip)
           
 void IpRoute.setMask(IpAddress mask)
           
 void IpRoute.setNextHop(IpAddress nextHop)
           
 void BindAddress.setPrimaryIpAddress(IpAddress ip)
           
 

Constructors in com.collation.platform.model.topology.net with parameters of type IpAddress
PortList(IpAddress addr)
          Create a PortList for an IP
 

Uses of IpAddress in com.collation.platform.model.topology.net.acl
 

Methods in com.collation.platform.model.topology.net.acl that return IpAddress
 IpAddress Rule.getDestMask()
           
 IpAddress[] Rule.getDstAddressList()
           
 IpAddress[] Rule.getSrcAddressList()
          Acls contain a set of Rules
 IpAddress Rule.getSrcMask()
           
 

Methods in com.collation.platform.model.topology.net.acl with parameters of type IpAddress
 void Rule.setDestMask(IpAddress address)
           
 void Rule.setDstAddressList(IpAddress[] address)
           
 void Rule.setSrcAddressList(IpAddress[] address)
           
 void Rule.setSrcMask(IpAddress address)
           
 

Uses of IpAddress in com.collation.platform.model.topology.net.vip
 

Methods in com.collation.platform.model.topology.net.vip that return IpAddress
 IpAddress Vip.getIMask()
          Imask that can be used to indicate an address range for the vip IP address Currently alteon specific
 IpAddress RealServer.getIMask()
          Imask that can be used to indicate an address range for the mapped IP address Currently alteon specific
 IpAddress RealServer.getMappedIpAddress()
          Real server IP address that the mapping goes to
 IpAddress Vip.getVipAddress()
          The Virtual IP address
 IpAddress Vip.getVipNetmask()
          The Virtual IP netmask
 

Methods in com.collation.platform.model.topology.net.vip with parameters of type IpAddress
 void Vip.setIMask(IpAddress mask)
           
 void RealServer.setIMask(IpAddress mask)
           
 void RealServer.setMappedIpAddress(IpAddress ip)
           
 void Vip.setVipAddress(IpAddress addr)
           
 void Vip.setVipNetmask(IpAddress addr)
           
 

Uses of IpAddress in com.collation.platform.model.topology.sys
 

Methods in com.collation.platform.model.topology.sys that return IpAddress
 IpAddress DNSLookup.getIp()
           
 IpAddress DNSLookup.getOriginatingIp()
           
 

Methods in com.collation.platform.model.topology.sys with parameters of type IpAddress
 void DNSLookup.setIp(IpAddress ip)
           
 void DNSLookup.setOriginatingIp(IpAddress ip)