A B C D E F G H I J L M N O P Q R S T U V W X _

A

addAttributeToList(String, Object) - Method in class appilog.common.system.types.ObjectStateHolder
Adds new element to the list of elements for the current attribute.
addAttributeToList(AttributeStateHolder) - Method in class appilog.common.system.types.ObjectStateHolder
Adds new element to the list of elements for the current attribute.
addData(ArrayList<Object>) - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
addRequestTimeoutCallback(CmdbCustomerID, RequestTimeoutCallback) - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
allocateThreadPool(CommonManager, int) - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
appendRow() - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
appilog.common.system.types - package appilog.common.system.types
This package contains the ObjectStateHolder Class.
asString() - Method in class com.hp.ucmdb.discovery.library.clients.query.DbResultSet
 
asString() - Method in class com.hp.ucmdb.discovery.library.clients.query.QueryResultSet
 
asTable() - Method in class com.hp.ucmdb.discovery.library.clients.query.DbResultSet
 
asTable() - Method in class com.hp.ucmdb.discovery.library.clients.query.QueryResultSet
Returns the entire result set as a two-dimensional array.
asTable() - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the entire RecordSet
ATTR_CLASS - Static variable in class appilog.common.system.types.ObjectStateHolder
 
ATTR_ID - Static variable in class appilog.common.system.types.ObjectStateHolder
 

B

BaseClient - Class in com.hp.ucmdb.discovery.library.clients
The BaseClient provides services for running specific protocol commands.

C

canCopyFile() - Method in class com.hp.ucmdb.discovery.library.clients.shell.NTCMDClient
Checks whether files can be copied.
canCopyFile() - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
 
clearState() - Method in interface com.hp.ucmdb.discovery.probe.services.dynamic.core.DynamicServiceFramework
Clears the saved state.
ClientFactory - Class in com.hp.ucmdb.discovery.library.clients
ClientFactory is responsible for creating clients of a specific type.
ClientsConsts - Interface in com.hp.ucmdb.discovery.library.clients
ClientsConsts contains constants for use in specifying the client type in a call to ClientFactory.
ClientsFramework - Interface in com.hp.ucmdb.discovery.library.clients
Services for handling a protocol client.
clone() - Method in class appilog.common.system.types.ObjectStateHolder
Returns a clone of this state holder.
close() - Method in class com.hp.ucmdb.discovery.library.clients.BaseClient
Releases the resources allocated to the client.
close() - Method in class com.hp.ucmdb.discovery.library.clients.query.DbResultSet
 
close() - Method in class com.hp.ucmdb.discovery.library.clients.query.IcmpClient
 
close() - Method in class com.hp.ucmdb.discovery.library.clients.query.QueryResultSet
Closes the result set.
close() - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Closes the ResultSet.
CMDB_ID_UNKNOWN - Static variable in class appilog.common.system.types.ObjectStateHolder
CMDB ID that represents an Unknown ID
COLUMNS_UNSPECIFIED - Static variable in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
com.hp.ucmdb.discovery.library.clients - package com.hp.ucmdb.discovery.library.clients
 
com.hp.ucmdb.discovery.library.clients.agents - package com.hp.ucmdb.discovery.library.clients.agents
 
com.hp.ucmdb.discovery.library.clients.jmx - package com.hp.ucmdb.discovery.library.clients.jmx
 
com.hp.ucmdb.discovery.library.clients.ldap - package com.hp.ucmdb.discovery.library.clients.ldap
 
com.hp.ucmdb.discovery.library.clients.query - package com.hp.ucmdb.discovery.library.clients.query
This package contains the SNMPClient, WMIClient, SqlClient, and SAPClient classes.
com.hp.ucmdb.discovery.library.clients.shell - package com.hp.ucmdb.discovery.library.clients.shell
This package contains the NTCMDClient, SSHClient, and TelnetClient classes.
com.hp.ucmdb.discovery.library.clients.siebel - package com.hp.ucmdb.discovery.library.clients.siebel
 
com.hp.ucmdb.discovery.library.clients.vmware - package com.hp.ucmdb.discovery.library.clients.vmware
 
com.hp.ucmdb.discovery.probe.services.dynamic.core - package com.hp.ucmdb.discovery.probe.services.dynamic.core
This package contains the framework interface.
com.mercury.topaz.cmdb.server.manage - package com.mercury.topaz.cmdb.server.manage
 
compareTo(Object) - Method in class appilog.common.system.types.ObjectStateHolder
Compares this ObjectStateHolder to another Object.
compareTo(ObjectStateHolder) - Method in class appilog.common.system.types.ObjectStateHolder
Compares two ObjectStateHolders by their IDs.
createClient() - Method in class com.hp.ucmdb.discovery.library.clients.ClientFactory
Creates a client of the type specified in the credential ID provided in the destination data.
createClient(String) - Method in class com.hp.ucmdb.discovery.library.clients.ClientFactory
Creates a client of the type specified by the credential ID.
createClient(Properties) - Method in class com.hp.ucmdb.discovery.library.clients.ClientFactory
Creates a client of the type specified when this factory was created.
createClient(String, Properties) - Method in interface com.hp.ucmdb.discovery.library.clients.ClientsFramework
Creates a client of the specified type.
createDynamicCredential(ObjectStateHolder) - Method in interface com.hp.ucmdb.discovery.library.clients.ClientsFramework
Creates a new credential dynamically.
createQuery(String, String, String[]) - Method in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
createQuery(String, String[]) - Method in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
CREDENTIALS_ID - Static variable in class com.hp.ucmdb.discovery.library.clients.BaseClient
 

D

DbResultSet - Class in com.hp.ucmdb.discovery.library.clients.query
DbResultSet represents a standard database ResultSet.
DbResultSet(SqlClient) - Constructor for class com.hp.ucmdb.discovery.library.clients.query.DbResultSet
 
DbResultSet(ResultSet, Statement) - Constructor for class com.hp.ucmdb.discovery.library.clients.query.DbResultSet
 
DbResultSet(SqlClient, ResultSet, Statement) - Constructor for class com.hp.ucmdb.discovery.library.clients.query.DbResultSet
 
deepClone() - Method in class appilog.common.system.types.ObjectStateHolder
Returns a deep clone of this state holder.
deleteFile(String, String) - Method in class com.hp.ucmdb.discovery.library.clients.shell.NTCMDClient
Deletes the specified file.
deleteFile(String, String) - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
 
doCall(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Executes a Select or Update query.
doCall(String, int) - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Executes a Select or Update query with the specified timeout.
dumpStatus() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
DynamicParserTable - Class in com.hp.ucmdb.discovery.library.clients.agents
DynamicParserTable provides services to handle data tables.
DynamicParserTable() - Constructor for class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
DynamicParserTable(String) - Constructor for class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Creates a table with the specifed name.
DynamicParserTable(String, int) - Constructor for class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Creates a table with the specifed name and number of columns.
DynamicParserTable(String, int, int) - Constructor for class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Creates a table with the specifed name, number of columns, and number of rows.
DynamicParserTable(Element) - Constructor for class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Creates a table from the information in the XML.
DynamicParserTable(String, String[][]) - Constructor for class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Creates a table from the information in the string array.
DynamicServiceFramework - Interface in com.hp.ucmdb.discovery.probe.services.dynamic.core
This interface is implemented by the framework object that the jython script recevies when calling the discoveryMain function.

E

ENCODING - Static variable in class com.hp.ucmdb.discovery.library.clients.BaseClient
 
equals(Object) - Method in class appilog.common.system.types.ObjectStateHolder
Compares this state holder to the specified object.
executeBinaryRequest(CmdbContext, String, byte[]) - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
executeCmd(String) - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
Runs the specified command.
executeCmd(String, boolean) - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
Runs the specified command until completion or timeout.
executeCmd(String, int) - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
Runs the specified command until completion or the specified timeout.
executeCmd(String, int, boolean) - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
Runs the specified command until completion or the specified timeout.
executeCmdWithTimeOut(String) - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
Runs the specified command until completion or timeout.
executePing(String[]) - Method in class com.hp.ucmdb.discovery.library.clients.query.IcmpClient
 
executeQuery(String) - Method in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
executeQuery(String, String, String[]) - Method in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
Searches in the named context or object for entries that satisfy the given search filter.
executeQuery(Query) - Method in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
executeQuery(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.QueryClient
Submits a query and returns the result set.
executeQuery(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.SAPClient
Executes the specified query against the connected SAP system.
executeQuery(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Executes a Select query.
executeQuery(String, int) - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Executes a Select query with the specified timeout.
executeRequestTimeoutCallbacks() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 

F

findAttr(String) - Method in class appilog.common.system.types.ObjectStateHolder
 
first() - Method in class com.hp.ucmdb.discovery.library.clients.query.DbResultSet
 
first() - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Sets the first row in the ResultSet to be the active record.
Framework - Class in com.mercury.topaz.cmdb.server.manage
***************************************************************************

Description:
This class is responsible for the CMDB server lifecycle management.


G

getAgent() - Method in class com.hp.ucmdb.discovery.library.clients.vmware.VmwareClient
 
getAnchorID() - Method in class appilog.common.system.types.ObjectStateHolder
 
getAppVersion() - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Returns the version of the database to which the client is connected.
getAttribute(String) - Method in class appilog.common.system.types.ObjectStateHolder
Gets an attribute state holder by attribute name
getAttributeAll() - Method in class appilog.common.system.types.ObjectStateHolder
Returns an object attributes collection
getAttributes(String, String[]) - Method in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
Retrieves selected attributes associated with a named object.
getAttributeValue(String) - Method in class appilog.common.system.types.ObjectStateHolder
 
getAvailableProtocols(String, String) - Method in class com.hp.ucmdb.discovery.library.clients.ClientFactory
Returns the the IDs of those credentials using this factory's protocol that connect to the specified IP.
getAvailableProtocols(String) - Method in class com.hp.ucmdb.discovery.library.clients.ClientFactory
Returns the credentials of the specific protocol type that match the specified IP.
getAvailableProtocols(String, String) - Method in interface com.hp.ucmdb.discovery.library.clients.ClientsFramework
Returns the IDs for those credentials of the specified protocol for which the specified IP address is in scope.
getAvailableProtocols(String) - Method in interface com.hp.ucmdb.discovery.library.clients.ClientsFramework
Returns the IDs of all the credentials for the specific protocol.
getBoolean(int) - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Returns true if the contents of the specifed cell are the word "true" or if the contents are a boolean true.
getBoolean(int) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the boolean column specified by the column index.
getBoolean(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the boolean column specified by the column name.
getCell(int, int) - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
getClassModelServices() - Method in interface com.hp.ucmdb.discovery.probe.services.dynamic.core.DynamicServiceFramework
 
getClientType() - Method in class com.hp.ucmdb.discovery.library.clients.BaseClient
Returns the client's protocol name.
getCmdbId() - Method in class appilog.common.system.types.ObjectStateHolder
Gets the CMDB identifier as a object
getCmdbIdType() - Method in class appilog.common.system.types.ObjectStateHolder
Returns the type of the CMDB identifier
getCmdbLinkId() - Method in class appilog.common.system.types.ObjectStateHolder
Gets the CMDB link ID
getCmdbObjectId() - Method in class appilog.common.system.types.ObjectStateHolder
Returns the CMDB object ID
getCodePage() - Method in interface com.hp.ucmdb.discovery.probe.services.dynamic.core.DynamicServiceFramework
Returns the code page value.
getColumnCount() - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
getCommManager() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getComponents(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.SAPClient
Discovers the components on the specified site.
getConfigFile(String) - Method in interface com.hp.ucmdb.discovery.probe.services.dynamic.core.DynamicServiceFramework
Returns the object that represents the specified configuration file.
getConnectionClient() - Method in class com.hp.ucmdb.discovery.library.clients.query.SAPClient
 
getContext() - Method in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
getController() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getCredentialId() - Method in class com.hp.ucmdb.discovery.library.clients.BaseClient
Returns the ID of the credentials used to connect.
getCurrentDestinationDataAsXml() - Method in interface com.hp.ucmdb.discovery.library.clients.ClientsFramework
 
getCurrentOperation() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getCustomerInstance(int) - Static method in class com.mercury.topaz.cmdb.server.manage.Framework
Shortcut method to fetch customer instance
getCustomerManager() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getDatabase(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.SAPClient
 
getDatabaseName() - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Returns Oracle SID or the database name from the protocol definition.
getDate(int) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the column specified by the column index.
getDate(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the column specified by the column name.
getDbVersion() - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Returns the database version number.
getDiscoveryJobId() - Method in interface com.hp.ucmdb.discovery.library.clients.ClientsFramework
 
getDouble(int) - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Returns the Double value of the specified cell.
getDouble(int) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the column specified by the column name.
getDouble(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the column specified by the column name.
getEnterprise() - Method in class com.hp.ucmdb.discovery.library.clients.siebel.SiebelClient
 
getEnvironmentInformation() - Method in interface com.hp.ucmdb.discovery.probe.services.dynamic.core.DynamicServiceFramework
 
getFile(String, String) - Method in class com.hp.ucmdb.discovery.library.clients.shell.NTCMDClient
Copies a file from the remote host.
getFile(String, String) - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
 
getFloat(int) - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Returns the Float value of the specified cell.
getFloat(int) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the column specified by the column index.
getFloat(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the column specified by the column name.
getFormattedStatus() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getGlobalEnvironment() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getGlobalSettings() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getGlobalSubsystemManagers() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getIndex() - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
getInstance() - Static method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getInstanceNumber() - Method in class com.hp.ucmdb.discovery.library.clients.query.SAPClient
Returns the SAP system number used to connect to the SAP system.
getInt(int) - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Returns the Integer value of the specified cell.
getInt(int) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the column specified by the column index.
getInt(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the column specified by the column name.
getIpAddress() - Method in class com.hp.ucmdb.discovery.library.clients.BaseClient
Returns the IP to which the client is connected.
getJettyManager() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getKeyPath() - Method in class com.hp.ucmdb.discovery.library.clients.shell.SSHClient
Returns the key file path from the protocol definition.
getlabel() - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
getLastCommandOutputBytes() - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
 
getLastUrlHeaders() - Method in class com.hp.ucmdb.discovery.library.clients.HttpClient
 
getLoginMessage() - Method in class com.hp.ucmdb.discovery.library.clients.shell.TelnetClient
Returns the host's login message.
getLong(int) - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Returns the Long value of the specified cell.
getLong(int) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the column specified by the column index.
getLong(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the column specified by the column name.
getMaxCommandLength() - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
Returns the maximum length (bytes) of a command that can be sent to this client.
getMbeanByName(String, String[]) - Method in class com.hp.ucmdb.discovery.library.clients.jmx.JmxClient
 
getMBeanNested(String, String, String[]) - Method in class com.hp.ucmdb.discovery.library.clients.jmx.JmxClient
 
getMbeansByNamePattern(String, String[]) - Method in class com.hp.ucmdb.discovery.library.clients.jmx.JmxClient
 
getMbeansByType(String, String[]) - Method in class com.hp.ucmdb.discovery.library.clients.jmx.JmxClient
 
getNonEmptyThreadPools() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getObjectClass() - Method in class appilog.common.system.types.ObjectStateHolder
Returns the object class of the ObjectStateHolder
getPort() - Method in class com.hp.ucmdb.discovery.library.clients.jmx.JmxClient
 
getPort() - Method in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
Get port number for this client connection.
getPort() - Method in class com.hp.ucmdb.discovery.library.clients.query.SNMPClient
Returns the SNMP port to which the client is connected.
getPort() - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Returns the port on which the database server listens.
getPort() - Method in class com.hp.ucmdb.discovery.library.clients.shell.SSHClient
Returns the port from the protocol definition.
getPort() - Method in class com.hp.ucmdb.discovery.library.clients.shell.TelnetClient
Returns the port from the protocol definition.
getProcessesManager() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getProperty(String) - Method in class com.hp.ucmdb.discovery.library.clients.BaseClient
Returns the value of the specified property.
getProtocolDbType() - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Returns the database type.
getProtocolProperty(String, String) - Method in class com.hp.ucmdb.discovery.library.clients.ClientFactory
Returns the value of the specified property defined in the protocol.
getProtocolProperty(String, String, String) - Method in class com.hp.ucmdb.discovery.library.clients.ClientFactory
Returns the value of the specified property defined in the protocol.
getProtocolProperty(String, String) - Method in interface com.hp.ucmdb.discovery.library.clients.ClientsFramework
Returns the value of the specified property of the specified credentials.
getProtocolProperty(String, String, String) - Method in interface com.hp.ucmdb.discovery.library.clients.ClientsFramework
Returns the value of the property of the specified credentials.
getQuotaManager() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getRegistryKeyValues(String, boolean, String) - Method in class com.hp.ucmdb.discovery.library.clients.query.WMIClient
Returns values from the HKEY_LOCAL_MACHINE tree of the Windows registry.
getRegistryKeyValues(String, String, boolean, String) - Method in class com.hp.ucmdb.discovery.library.clients.query.WMIClient
Returns values from the specified tree of the Windows registry.
getRequestProcessor() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getRetries() - Method in class com.hp.ucmdb.discovery.library.clients.query.SNMPClient
Returns the number of retries before the connect fails.
getRootDseResultSet() - Method in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
Get rootDse for initial context.
getRouter() - Method in class com.hp.ucmdb.discovery.library.clients.query.SAPClient
 
getRowCount() - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
getScheduler() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getServerManagerPath() - Method in class com.hp.ucmdb.discovery.library.clients.siebel.SiebelClient
 
getServerPort() - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
Returns the server port from the protocol properties.
getServers(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.SAPClient
Discovers the servers on the specified SAP site.
getServices(String, String) - Method in class com.hp.ucmdb.discovery.library.clients.query.SAPClient
Returns a table of the services running on the specified server and site.
getServicesConfig() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getShellCmdSeperator() - Method in class com.hp.ucmdb.discovery.library.clients.BaseClient
Returns the character used to separate multiple commands on a command line.
getSid() - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Returns the Database System ID(database instance name)
getSites() - Method in class com.hp.ucmdb.discovery.library.clients.query.SAPClient
Discovers SAP sites.
getString(int) - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Returns the String representation of the data in the specified cell in the current row.
getString(int) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the specifed column in the current row.
getString(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of column specified by the column name.
getSudoCommands() - Method in class com.hp.ucmdb.discovery.library.clients.BaseClient
 
getSudoPaths() - Method in class com.hp.ucmdb.discovery.library.clients.BaseClient
Return a string which represents comma-separated possible paths of a sudo commands
getSupportPackages(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.SAPClient
Discovers the support packages on the specified site.
getTable(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Deprecated. use SqlClient.executeQuery(java.lang.String)
getTable(String, int) - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Deprecated. use SqlClient.executeQuery(java.lang.String)
getTableData() - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
getTableName() - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
getTimeout() - Method in class com.hp.ucmdb.discovery.library.clients.BaseClient
Returns the timeout for connection set in the protocol definition.
getTimestamp(int) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the column specified by the column index.
getTimestamp(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Returns the value of the column specified by the column name.
getUpgradeExecutor() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
getUrl(String) - Method in class com.hp.ucmdb.discovery.library.clients.HttpClient
 
getUrl(String, int) - Method in class com.hp.ucmdb.discovery.library.clients.HttpClient
 
getUserName() - Method in class com.hp.ucmdb.discovery.library.clients.BaseClient
Returns the username set in the protocol definition that is used for connection.
getWelcomeBanner() - Method in class com.hp.ucmdb.discovery.library.clients.shell.TelnetClient
Returns the host's welcome banner.
getWelcomeBuffer() - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
 
getWorkingDatabase() - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Returns the name of the schema to which the client is connected.

H

handleRequest(CmdbRequest) - Method in class com.mercury.topaz.cmdb.server.manage.Framework
*************************************************************** CMDB API Implementation.
hashCode() - Method in class appilog.common.system.types.ObjectStateHolder
Returns a hash code to identify this object.
HTTP_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
HTTP_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
HttpClient - Class in com.hp.ucmdb.discovery.library.clients
 
HttpClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.HttpClient
 

I

ICMP_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
ICMP_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
IcmpClient - Class in com.hp.ucmdb.discovery.library.clients.query
Created by IntelliJ IDEA.
IcmpClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.query.IcmpClient
 
incIndex() - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Points the index to the next row.
init() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
isAnchor() - Method in class appilog.common.system.types.ObjectStateHolder
 
isConnected() - Method in class com.hp.ucmdb.discovery.library.clients.BaseClient
Checks if the client is connected.
isExecutionActive() - Method in interface com.hp.ucmdb.discovery.probe.services.dynamic.core.DynamicServiceFramework
 
isKnownProtocol(String) - Static method in class com.hp.ucmdb.discovery.library.clients.ClientFactory
 
isReference() - Method in class appilog.common.system.types.ObjectStateHolder
 
isStartedUp() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 

J

JBOSS_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
JBOSS_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
JbossClient - Class in com.hp.ucmdb.discovery.library.clients.jmx
 
JbossClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.jmx.JbossClient
 
JDBC_RESOURCE_DIR - Static variable in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
 
JmxClient - Class in com.hp.ucmdb.discovery.library.clients.jmx
 
JmxClient(ClientsFrameworkImpl, Properties, String) - Constructor for class com.hp.ucmdb.discovery.library.clients.jmx.JmxClient
 

L

LDAP_CONNECT_TIMEOUT - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
LDAP_DEFAULT_CONTEXT_FACTORY - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
LDAP_DEFAULT_PORT - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
LDAP_PROTOCOL_NAME - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
LdapClient - Class in com.hp.ucmdb.discovery.library.clients.ldap
This class represents LDAP client that handles all search communications.
LdapClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
loadState() - Method in interface com.hp.ucmdb.discovery.probe.services.dynamic.core.DynamicServiceFramework
Returns the state most recently saved to the database for this trigger in this job.
LOCAL_SHELL_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
LOCAL_SHELL_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 

M

MAX_THREAD_POOL_SIZE - Static variable in class com.hp.ucmdb.discovery.library.clients.query.IcmpClient
 

N

NAME_DELIM - Static variable in class appilog.common.system.types.ObjectStateHolder
delimeter hierarchical names
next() - Method in class com.hp.ucmdb.discovery.library.clients.query.ResultSet
Sets the next row in the ResultSet to be the active record.
NTCMD_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
NTCMD_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
NTCMDClient - Class in com.hp.ucmdb.discovery.library.clients.shell
NTCMDClient provides APIs for executing shell commands on hosts running a Windows OS.
NTCMDClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.shell.NTCMDClient
 

O

OBJECT_SCOPE - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
ObjectStateHolder - Class in appilog.common.system.types
The ObjectStateHolder class is a way to represent an object or link defined in the CMDB.
ObjectStateHolder() - Constructor for class appilog.common.system.types.ObjectStateHolder
Constructs a default object state holder
ObjectStateHolder(String, int, CmdbObjectID, Collection) - Constructor for class appilog.common.system.types.ObjectStateHolder
Deprecated.  
ObjectStateHolder(String, int, CmdbObjectID, Collection, boolean) - Constructor for class appilog.common.system.types.ObjectStateHolder
 
ObjectStateHolder(String, CmdbObjectID, Collection) - Constructor for class appilog.common.system.types.ObjectStateHolder
 
ObjectStateHolder(String, CmdbObjectID, Collection, boolean) - Constructor for class appilog.common.system.types.ObjectStateHolder
 
ObjectStateHolder(String, int, CmdbLinkID, Collection) - Constructor for class appilog.common.system.types.ObjectStateHolder
Deprecated.  
ObjectStateHolder(String, int, CmdbLinkID, Collection, boolean) - Constructor for class appilog.common.system.types.ObjectStateHolder
 
ObjectStateHolder(String, CmdbLinkID, Collection) - Constructor for class appilog.common.system.types.ObjectStateHolder
 
ObjectStateHolder(String, CmdbLinkID, Collection, boolean) - Constructor for class appilog.common.system.types.ObjectStateHolder
 
ObjectStateHolder(boolean) - Constructor for class appilog.common.system.types.ObjectStateHolder
 
ObjectStateHolder(String, Collection) - Constructor for class appilog.common.system.types.ObjectStateHolder
 
ObjectStateHolder(String, int, CmdbObjectID) - Constructor for class appilog.common.system.types.ObjectStateHolder
Deprecated.  
ObjectStateHolder(String, CmdbObjectID) - Constructor for class appilog.common.system.types.ObjectStateHolder
 
ObjectStateHolder(String, int, CmdbLinkID) - Constructor for class appilog.common.system.types.ObjectStateHolder
Deprecated.  
ObjectStateHolder(String, CmdbLinkID) - Constructor for class appilog.common.system.types.ObjectStateHolder
 
ObjectStateHolder(String) - Constructor for class appilog.common.system.types.ObjectStateHolder
Constructs an object state holder
ObjectStateHolder(String, int, String, int) - Constructor for class appilog.common.system.types.ObjectStateHolder
Deprecated.  
ObjectStateHolder(String, String, int) - Constructor for class appilog.common.system.types.ObjectStateHolder
 
ObjectStateHolder(Element) - Constructor for class appilog.common.system.types.ObjectStateHolder
Constructs an object state holder
OLD_NTCMD_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
Deprecated.  
ONELEVEL_SCOPE - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 

P

parseXml(InputStream) - Static method in class appilog.common.system.types.ObjectStateHolder
 
parseXml(String) - Static method in class appilog.common.system.types.ObjectStateHolder
 
PING_PROTOCOL_ICMP - Static variable in class com.hp.ucmdb.discovery.library.clients.query.IcmpClient
 
PING_PROTOCOL_ICMP_AND_TCP - Static variable in class com.hp.ucmdb.discovery.library.clients.query.IcmpClient
 
PING_PROTOCOL_TCP - Static variable in class com.hp.ucmdb.discovery.library.clients.query.IcmpClient
 
PROP_AUTHENTICATION_TYPE - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
PROP_CONNECTION_URL - Static variable in class com.hp.ucmdb.discovery.library.clients.vmware.VmwareClient
 
PROP_INITIAL_CONTEXT_FACTORY - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
PROP_PASSWORD - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
PROP_PORT_NUMBER - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
PROP_PROTOCOL_VERSION - Static variable in class com.hp.ucmdb.discovery.library.clients.vmware.VmwareClient
 
PROP_PROVIDER_URL - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
PROP_TIMEOUT - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
PROP_USERNAME - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
putFile(String, String) - Method in class com.hp.ucmdb.discovery.library.clients.shell.NTCMDClient
Copies a local file to the remote host.
putFile(String, String) - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
 

Q

QueryClient - Class in com.hp.ucmdb.discovery.library.clients.query
QueryClient is used to execute queries using different protcols, like: WMI, SQL, and SNMP.
QueryResultSet - Class in com.hp.ucmdb.discovery.library.clients.query
QueryResultSet represents the results of a query on a non-database client, like WmiClient, SNMPClient, and others.
QueryResultSet(DynamicParserTable, QueryClient) - Constructor for class com.hp.ucmdb.discovery.library.clients.query.QueryResultSet
 

R

releaseDynamicCredential(String) - Method in interface com.hp.ucmdb.discovery.library.clients.ClientsFramework
Deletes a credential which was created by a createDynamicCredential call.
removeAllRows() - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
removeAttribute(String) - Method in class appilog.common.system.types.ObjectStateHolder
Removes the specified attribute
removeAttributeAll() - Method in class appilog.common.system.types.ObjectStateHolder
Clears the object attributes table.
removeAttributeFromList(String, Object) - Method in class appilog.common.system.types.ObjectStateHolder
Adds new element to the list of elements for the current attribute.
removeAttributeFromList(AttributeStateHolder) - Method in class appilog.common.system.types.ObjectStateHolder
Adds new element to the list of elements for the current attribute.
removeRequestTimeoutCallback(CmdbCustomerID, RequestTimeoutCallback) - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
resetId() - Method in class appilog.common.system.types.ObjectStateHolder
Resets the ID of the configuration item.
resetIndex() - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Sets the index to point to the first row.
ResultSet - Class in com.hp.ucmdb.discovery.library.clients.query
ResultSet represents the result of a query run by QueryClient.
ResultSet(QueryClient) - Constructor for class com.hp.ucmdb.discovery.library.clients.query.ResultSet
 

S

SAP_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
SAP_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
SAPClient - Class in com.hp.ucmdb.discovery.library.clients.query
The SAPClient class is responsible for querying SAP systems.
SAPClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.query.SAPClient
 
saveState(String) - Method in interface com.hp.ucmdb.discovery.probe.services.dynamic.core.DynamicServiceFramework
Saves the state of this invocation of the working trigger in the running job.
setAnchor(boolean) - Method in class appilog.common.system.types.ObjectStateHolder
 
setAnchorID(String) - Method in class appilog.common.system.types.ObjectStateHolder
 
setAttribute(AttributeStateHolder) - Method in class appilog.common.system.types.ObjectStateHolder
Sets value for current attribute.
setAttribute(String, Object) - Method in class appilog.common.system.types.ObjectStateHolder
Sets the value for current attribute.
setAttributeAll(Collection) - Method in class appilog.common.system.types.ObjectStateHolder
Sets an object attributes table.
setBoolAttribute(String, boolean) - Method in class appilog.common.system.types.ObjectStateHolder
 
setBoolAttribute(String, String) - Method in class appilog.common.system.types.ObjectStateHolder
 
setBytesAttribute(String, String) - Method in class appilog.common.system.types.ObjectStateHolder
 
setBytesAttribute(String, byte[]) - Method in class appilog.common.system.types.ObjectStateHolder
 
setCell(int, int, Object) - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
setCharset(Charset) - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
 
setClient(SqlClient) - Method in class com.hp.ucmdb.discovery.library.clients.query.DbResultSet
 
setCmdbLinkId(CmdbLinkID) - Method in class appilog.common.system.types.ObjectStateHolder
Sets the CMDB link ID
setCmdbObjectId(CmdbObjectID) - Method in class appilog.common.system.types.ObjectStateHolder
Sets the CMDB object ID
setcomparator(AppilogComparator) - Method in class appilog.common.system.types.ObjectStateHolder
 
setContainer(CmdbObjectID) - Method in class appilog.common.system.types.ObjectStateHolder
Sets the container ID for this CI.
setContainer(String, ObjectStateHolder) - Method in class appilog.common.system.types.ObjectStateHolder
Deprecated.  
setdata(ArrayList<ArrayList<Object>>) - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
setDateAttribute(String, Date) - Method in class appilog.common.system.types.ObjectStateHolder
 
setDateAttribute(String, String) - Method in class appilog.common.system.types.ObjectStateHolder
 
setDoubleAttribute(String, double) - Method in class appilog.common.system.types.ObjectStateHolder
 
setDoubleAttribute(String, String) - Method in class appilog.common.system.types.ObjectStateHolder
 
setEnumAttribute(String, int) - Method in class appilog.common.system.types.ObjectStateHolder
 
setFloatAttribute(String, float) - Method in class appilog.common.system.types.ObjectStateHolder
 
setFloatAttribute(String, String) - Method in class appilog.common.system.types.ObjectStateHolder
 
setIndex(int) - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
 
setIntegerAttribute(String, int) - Method in class appilog.common.system.types.ObjectStateHolder
 
setIntegerAttribute(String, String) - Method in class appilog.common.system.types.ObjectStateHolder
 
setLinkIDAttribute(String, Object) - Method in class appilog.common.system.types.ObjectStateHolder
 
setListAttribute(String, Object[]) - Method in class appilog.common.system.types.ObjectStateHolder
Sets new values to the list of elements for the current attribute (CLEARS EXISTING OSH ATTRIBUTE VALUES).
setListAttribute(AttributeStateHolder) - Method in class appilog.common.system.types.ObjectStateHolder
Adds new element to the list of elements for the current attribute.
setLock(CommonManager) - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
setLock(CommonManager, int) - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
setLongAttribute(String, long) - Method in class appilog.common.system.types.ObjectStateHolder
 
setLongAttribute(String, String) - Method in class appilog.common.system.types.ObjectStateHolder
 
setMaxCommandLength(int) - Method in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
Sets the maximum length (bytes) of a command that can be sent to this client.
setObjectClass(String) - Method in class appilog.common.system.types.ObjectStateHolder
Sets an object class
setObjectIDAttribute(String, String) - Method in class appilog.common.system.types.ObjectStateHolder
 
setObjectIDAttribute(String, CmdbObjectID) - Method in class appilog.common.system.types.ObjectStateHolder
 
setOSHAttribute(String, ObjectStateHolder) - Method in class appilog.common.system.types.ObjectStateHolder
 
setStringAttribute(String, String) - Method in class appilog.common.system.types.ObjectStateHolder
 
setWorkingDatabase(String) - Method in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
Sets the database schema name to which the client connects.
ShellClient - Class in com.hp.ucmdb.discovery.library.clients.shell
ShellClient runs shell commands.
ShellClient(ClientsFrameworkImpl, Properties, String) - Constructor for class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
 
shutdown() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
Called to perform finalization logic.this method is blocked until the end of CMDB shutdown.
SIEBEL_CLIENT_TYPE - Static variable in class com.hp.ucmdb.discovery.library.clients.siebel.SiebelClient
 
SiebelClient - Class in com.hp.ucmdb.discovery.library.clients.siebel
 
SiebelClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.siebel.SiebelClient
 
SNMP_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
SNMP_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
SNMPClient - Class in com.hp.ucmdb.discovery.library.clients.query
The SNMPClient class supports command execution using the SNMP protocol.
SNMPClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.query.SNMPClient
 
SQL_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
SQL_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
SqlClient - Class in com.hp.ucmdb.discovery.library.clients.query
The SqlClient class provides the basic APIs for database queries.
SqlClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.query.SqlClient
 
SSH_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
SSH_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
SSHClient - Class in com.hp.ucmdb.discovery.library.clients.shell
SSHclient runs shell commands using SSH.
SSHClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.shell.SSHClient
 
start0() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
startJVMStatistics() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
startUp() - Method in class com.mercury.topaz.cmdb.server.manage.Framework
Called to perform initialization logic.
stopOperation(int) - Method in class com.mercury.topaz.cmdb.server.manage.Framework
 
SUBTREE_SCOPE - Static variable in class com.hp.ucmdb.discovery.library.clients.ldap.LdapClient
 
supportMultiOid() - Method in class com.hp.ucmdb.discovery.library.clients.query.SNMPClient
Checks if MultiOid is supported.
supportsSudo() - Method in class com.hp.ucmdb.discovery.library.clients.BaseClient
 
supportsSudo() - Method in class com.hp.ucmdb.discovery.library.clients.shell.SSHClient
 
supportsSudo() - Method in class com.hp.ucmdb.discovery.library.clients.shell.TelnetClient
 

T

TELNET_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
TELNET_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
TelnetClient - Class in com.hp.ucmdb.discovery.library.clients.shell
TelnetClient runs shell commands using Telnet.
TelnetClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.shell.TelnetClient
 
toString() - Method in class appilog.common.system.types.ObjectStateHolder
Returns the object representation as a string.
toString() - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Returns a String containing the data from all cells.
toString() - Method in class com.hp.ucmdb.discovery.library.clients.query.QueryResultSet
Returns the entire result set as a string.
toXml() - Method in class appilog.common.system.types.ObjectStateHolder
Returns the object representation as an XML string.
toXml() - Method in class com.hp.ucmdb.discovery.library.clients.agents.DynamicParserTable
Returns an XML String containing the data from all cells.
toXml() - Method in class com.hp.ucmdb.discovery.library.clients.query.QueryResultSet
Returns the entire result set as an XML string.
toXmlString() - Method in class appilog.common.system.types.ObjectStateHolder
Returns object state holder representation in XML string format
toXmlString(boolean) - Method in class appilog.common.system.types.ObjectStateHolder
Returns object state holder representation in XML string format
toXmlString(StringBuffer, boolean) - Method in class appilog.common.system.types.ObjectStateHolder
 

U

UAVAILABLE_DB_VERSION - Static variable in class com.hp.ucmdb.discovery.library.clients.query.SqlClient
 
undoReference() - Method in class appilog.common.system.types.ObjectStateHolder
 
UNIX_CMD_SEPARATOR - Static variable in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
 

V

VmwareClient - Class in com.hp.ucmdb.discovery.library.clients.vmware
 
VmwareClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.vmware.VmwareClient
 

W

WEBLOGIC_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
WEBLOGIC_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
WeblogicClient - Class in com.hp.ucmdb.discovery.library.clients.jmx
 
WeblogicClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.jmx.WeblogicClient
 
WebshpereClient - Class in com.hp.ucmdb.discovery.library.clients.jmx
 
WebshpereClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.jmx.WebshpereClient
 
WEBSPHERE_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
WEBSPHERE_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
WIN_CMD_SEPARATOR - Static variable in class com.hp.ucmdb.discovery.library.clients.shell.ShellClient
 
WMI_PROTOCOL - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
WMI_PROTOCOL_NAME - Static variable in interface com.hp.ucmdb.discovery.library.clients.ClientsConsts
 
WMIClient - Class in com.hp.ucmdb.discovery.library.clients.query
WMIClient provides services for executing queries on WMI databases and the Windows registry.
WMIClient(ClientsFrameworkImpl, Properties) - Constructor for class com.hp.ucmdb.discovery.library.clients.query.WMIClient
 

X

XML_ATTR_ANCHOR_ID - Static variable in class appilog.common.system.types.ObjectStateHolder
 
XML_ATTR_CLASS - Static variable in class appilog.common.system.types.ObjectStateHolder
 
XML_ATTR_CONTAINER - Static variable in class appilog.common.system.types.ObjectStateHolder
 
XML_ATTR_ID - Static variable in class appilog.common.system.types.ObjectStateHolder
 
XML_ATTR_ID_TYPE - Static variable in class appilog.common.system.types.ObjectStateHolder
 
XML_ATTR_IS_ANCHOR - Static variable in class appilog.common.system.types.ObjectStateHolder
 
XML_ATTR_IS_REFERENCE - Static variable in class appilog.common.system.types.ObjectStateHolder
 
XML_ATTR_SUBSYSTEM - Static variable in class appilog.common.system.types.ObjectStateHolder
 
XML_ROOT_ELEMENT_NAME - Static variable in class appilog.common.system.types.ObjectStateHolder
 

_

_port - Static variable in class com.hp.ucmdb.discovery.library.clients.query.SNMPClient
 
_postfix - Static variable in class com.hp.ucmdb.discovery.library.clients.query.SNMPClient
 
_retry - Static variable in class com.hp.ucmdb.discovery.library.clients.query.SNMPClient
 

A B C D E F G H I J L M N O P Q R S T U V W X _

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