Uses of Class
org.opennms.protocols.ip.IPv4Address

Packages that use IPv4Address
org.opennms.bb.dp.capsd.components   
org.opennms.bb.dp.discovery.components   
org.opennms.bb.dp.poller.plugins   
org.opennms.protocols.ip   
org.opennms.protocols.snmp   
 

Uses of IPv4Address in org.opennms.bb.dp.capsd.components
 

Fields in org.opennms.bb.dp.capsd.components declared as IPv4Address
private  IPv4Address CapsReader.m_nodeAddress
          The node address that is being queried by the reader.
private  IPv4Address CapsWriter.m_nodeAddress
          The original address that was sent by the discovery process to capsd.
 

Methods in org.opennms.bb.dp.capsd.components that return IPv4Address
 IPv4Address CapsReader.getIfAddress()
          Returns the IP address of the host that was queried for information by the reader.
 

Methods in org.opennms.bb.dp.capsd.components with parameters of type IPv4Address
private  void CapsWriter.dbInsertInterface(PreparedStatement stmt, IfTableEntry ifEntry, IPv4Address ifAddress, int nodeKey)
          This method is used to add a specific interface into the database.
private  void CapsWriter.dbInsertSnmp(PreparedStatement stmt, IfTableEntry ifEntry, IPv4Address ifAddress, int nodeKey)
          This method is used to insert the SNMP information gathered about an interface into the database.
private  void CapsWriter.dbInsertServices(PreparedStatement stmt, IPv4Address ifAddress, int ifIndex, int nodeKey)
          This method is used to insert the supported services for the interface into the datastore.
static byte[] CapsWriter.AddressToSoapDocument.generate(IPv4Address addr)
          Generates a properly formatted XML SOAP document that is sutiable for advertising the discovered node.
 

Uses of IPv4Address in org.opennms.bb.dp.discovery.components
 

Methods in org.opennms.bb.dp.discovery.components with parameters of type IPv4Address
static byte[] DiscPingManager.AddressToSoapDocument.generate(IPv4Address addr)
          Generates a properly formatted XML SOAP document that is sutiable for advertising the discovered node.
 

Uses of IPv4Address in org.opennms.bb.dp.poller.plugins
 

Fields in org.opennms.bb.dp.poller.plugins declared as IPv4Address
private static IPv4Address NetworkInterfaceIPv4.m_interface
           
 

Methods in org.opennms.bb.dp.poller.plugins with parameters of type IPv4Address
static byte[] ServiceMonitorICMP.RequestToSoapDocument.generate(IPv4Address addr, int retry, int timeout)
          Generates a properly formatted XML SOAP document that is suitable for requesting an ICMP service monitor poll request.
 

Uses of IPv4Address in org.opennms.protocols.ip
 

Methods in org.opennms.protocols.ip with parameters of type IPv4Address
 void IPv4Address.setAddress(IPv4Address second)
          Sets the current address based upon the value of the passed object.
 

Constructors in org.opennms.protocols.ip with parameters of type IPv4Address
IPv4Address(IPv4Address second)
          Constructs a new address object based upon the value of the first object.
 

Uses of IPv4Address in org.opennms.protocols.snmp
 

Methods in org.opennms.protocols.snmp that return IPv4Address
 IPv4Address SnmpIPAddress.convertToIpAddress()
          Converts the current Application String to an IPv4Address object.