com.hp.ucmdb.discovery.library.clients
Interface ClientsConsts


public interface ClientsConsts

ClientsConsts contains constants for use in specifying the client type in a call to ClientFactory.


     factory = Framework.getClientFactory(ClientsConsts.NTCMD_PROTOCOL_NAME)
 


Field Summary
static int HTTP_PROTOCOL
           
static java.lang.String HTTP_PROTOCOL_NAME
           
static int ICMP_PROTOCOL
           
static java.lang.String ICMP_PROTOCOL_NAME
           
static int JBOSS_PROTOCOL
           
static java.lang.String JBOSS_PROTOCOL_NAME
           
static int LOCAL_SHELL_PROTOCOL
           
static java.lang.String LOCAL_SHELL_PROTOCOL_NAME
           
static int NTCMD_PROTOCOL
           
static java.lang.String NTCMD_PROTOCOL_NAME
           
static java.lang.String OLD_NTCMD_PROTOCOL_NAME
          Deprecated.  
static int SAP_PROTOCOL
           
static java.lang.String SAP_PROTOCOL_NAME
           
static int SNMP_PROTOCOL
           
static java.lang.String SNMP_PROTOCOL_NAME
           
static int SQL_PROTOCOL
           
static java.lang.String SQL_PROTOCOL_NAME
           
static int SSH_PROTOCOL
           
static java.lang.String SSH_PROTOCOL_NAME
           
static int TELNET_PROTOCOL
           
static java.lang.String TELNET_PROTOCOL_NAME
           
static int WEBLOGIC_PROTOCOL
           
static java.lang.String WEBLOGIC_PROTOCOL_NAME
           
static int WEBSPHERE_PROTOCOL
           
static java.lang.String WEBSPHERE_PROTOCOL_NAME
           
static int WMI_PROTOCOL
           
static java.lang.String WMI_PROTOCOL_NAME
           
 

Field Detail

SSH_PROTOCOL_NAME

static final java.lang.String SSH_PROTOCOL_NAME
See Also:
Constant Field Values

SSH_PROTOCOL

static final int SSH_PROTOCOL
See Also:
Constant Field Values

TELNET_PROTOCOL_NAME

static final java.lang.String TELNET_PROTOCOL_NAME
See Also:
Constant Field Values

TELNET_PROTOCOL

static final int TELNET_PROTOCOL
See Also:
Constant Field Values

NTCMD_PROTOCOL_NAME

static final java.lang.String NTCMD_PROTOCOL_NAME
See Also:
Constant Field Values

OLD_NTCMD_PROTOCOL_NAME

static final java.lang.String OLD_NTCMD_PROTOCOL_NAME
Deprecated. 
See Also:
Constant Field Values

NTCMD_PROTOCOL

static final int NTCMD_PROTOCOL
See Also:
Constant Field Values

WMI_PROTOCOL_NAME

static final java.lang.String WMI_PROTOCOL_NAME
See Also:
Constant Field Values

WMI_PROTOCOL

static final int WMI_PROTOCOL
See Also:
Constant Field Values

SNMP_PROTOCOL_NAME

static final java.lang.String SNMP_PROTOCOL_NAME
See Also:
Constant Field Values

SNMP_PROTOCOL

static final int SNMP_PROTOCOL
See Also:
Constant Field Values

SAP_PROTOCOL_NAME

static final java.lang.String SAP_PROTOCOL_NAME
See Also:
Constant Field Values

SAP_PROTOCOL

static final int SAP_PROTOCOL
See Also:
Constant Field Values

SQL_PROTOCOL_NAME

static final java.lang.String SQL_PROTOCOL_NAME
See Also:
Constant Field Values

SQL_PROTOCOL

static final int SQL_PROTOCOL
See Also:
Constant Field Values

ICMP_PROTOCOL_NAME

static final java.lang.String ICMP_PROTOCOL_NAME
See Also:
Constant Field Values

ICMP_PROTOCOL

static final int ICMP_PROTOCOL
See Also:
Constant Field Values

HTTP_PROTOCOL_NAME

static final java.lang.String HTTP_PROTOCOL_NAME
See Also:
Constant Field Values

HTTP_PROTOCOL

static final int HTTP_PROTOCOL
See Also:
Constant Field Values

LOCAL_SHELL_PROTOCOL_NAME

static final java.lang.String LOCAL_SHELL_PROTOCOL_NAME
See Also:
Constant Field Values

LOCAL_SHELL_PROTOCOL

static final int LOCAL_SHELL_PROTOCOL
See Also:
Constant Field Values

WEBLOGIC_PROTOCOL_NAME

static final java.lang.String WEBLOGIC_PROTOCOL_NAME
See Also:
Constant Field Values

WEBLOGIC_PROTOCOL

static final int WEBLOGIC_PROTOCOL
See Also:
Constant Field Values

WEBSPHERE_PROTOCOL_NAME

static final java.lang.String WEBSPHERE_PROTOCOL_NAME
See Also:
Constant Field Values

WEBSPHERE_PROTOCOL

static final int WEBSPHERE_PROTOCOL
See Also:
Constant Field Values

JBOSS_PROTOCOL_NAME

static final java.lang.String JBOSS_PROTOCOL_NAME
See Also:
Constant Field Values

JBOSS_PROTOCOL

static final int JBOSS_PROTOCOL
See Also:
Constant Field Values


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