com.hp.ucmdb.discovery.library.clients.query
Class IcmpClient

java.lang.Object
  extended by SimpleClient
      extended by com.hp.ucmdb.discovery.library.clients.query.IcmpClient

public class IcmpClient
extends SimpleClient

Created by IntelliJ IDEA. User: agodkin Date: Sep 17, 2007 Time: 9:03:22 AM To change this template use File | Settings | File Templates.


Field Summary
static int MAX_THREAD_POOL_SIZE
           
static int PING_PROTOCOL_ICMP
           
static int PING_PROTOCOL_ICMP_AND_TCP
           
static int PING_PROTOCOL_TCP
           
 
Constructor Summary
IcmpClient(ClientsFrameworkImpl framework, java.util.Properties props)
           
 
Method Summary
 void close()
           
 java.lang.String[] executePing(java.lang.String[] ipAddresses)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PING_PROTOCOL_ICMP

public static final int PING_PROTOCOL_ICMP
See Also:
Constant Field Values

PING_PROTOCOL_TCP

public static final int PING_PROTOCOL_TCP
See Also:
Constant Field Values

PING_PROTOCOL_ICMP_AND_TCP

public static final int PING_PROTOCOL_ICMP_AND_TCP
See Also:
Constant Field Values

MAX_THREAD_POOL_SIZE

public static final int MAX_THREAD_POOL_SIZE
See Also:
Constant Field Values
Constructor Detail

IcmpClient

public IcmpClient(ClientsFrameworkImpl framework,
                  java.util.Properties props)
           throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

executePing

public java.lang.String[] executePing(java.lang.String[] ipAddresses)

close

public void close()
           throws java.lang.Exception
Throws:
java.lang.Exception


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.