Uses of Class
com.hp.ucmdb.api.UcmdbException
Packages that use UcmdbException
Package
Description
This package contains the top level of API set for working with the UCMDB.
This package contains services for querying and listening for changes in the
UCMDB class model.
This package contains services for Infrastructure settings management.
This package contains services for datastore management.
This package contains interfaces that represent the basic discovery elements of the API.
This package contains services for analysing the impact of changes to configuration items in the IT universe.
This package contains services for managing definitions of TQLs, views, users and other resources.
This package contains services for defining and running TQL queries and processing the results.
This package contains services for handling UCMDB views.
- 
Uses of UcmdbException in com.hp.ucmdb.api
Subclasses of UcmdbException in com.hp.ucmdb.apiModifier and TypeClassDescriptionclassThrown on communication failure between the client and the UCMDB server or on protocol error.classThe UCMDB server is not yet ready to accept connect request.classA UCMDB server-side exception.classThe server cannot support this version of the client implementation.classClient authentication failed.class - 
Uses of UcmdbException in com.hp.ucmdb.api.classmodel
Subclasses of UcmdbException in com.hp.ucmdb.api.classmodelModifier and TypeClassDescriptionclassclassA non-static value was used in a context that requires a static value.classA static value was used in a context that requires a non-static value.classclass - 
Uses of UcmdbException in com.hp.ucmdb.api.configuration
Methods in com.hp.ucmdb.api.configuration that throw UcmdbExceptionModifier and TypeMethodDescriptionConfigurationService.registerConfigurationParametersListener(ConfigurationParametersListener listener, ConfigurationParametersListenerFilter filter) Registers a listener to be called when specified configuration parameters change. - 
Uses of UcmdbException in com.hp.ucmdb.api.datastoremgmt
Subclasses of UcmdbException in com.hp.ucmdb.api.datastoremgmtModifier and TypeClassDescriptionclassclassclass - 
Uses of UcmdbException in com.hp.ucmdb.api.discovery.types
Subclasses of UcmdbException in com.hp.ucmdb.api.discovery.typesModifier and TypeClassDescriptionclassclassIndicates that an input IP range is invalid.classclassIndicates that the ProcessSignature does not exist.classIndicates that the SoftwareSignature does not exist - 
Uses of UcmdbException in com.hp.ucmdb.api.impact
Subclasses of UcmdbException in com.hp.ucmdb.api.impact - 
Uses of UcmdbException in com.hp.ucmdb.api.resources
Subclasses of UcmdbException in com.hp.ucmdb.api.resourcesMethods in com.hp.ucmdb.api.resources that throw UcmdbExceptionModifier and TypeMethodDescriptionvoidResourceManagementService.deployPackage(File packageFile) Deploys the contents of the package file to the server.voidResourceManagementService.deployPackage(String packageName, InputStream packageContent) Deploys the contents of the stream to the server as a package with the specified name.ResourceManagementService.deployPackageWithStatus(String packageName, InputStream packageContent)  - 
Uses of UcmdbException in com.hp.ucmdb.api.topology
Subclasses of UcmdbException in com.hp.ucmdb.api.topologyModifier and TypeClassDescriptionclassThe query cannot be processed due to syntax or other error in the query.classclassMethods in com.hp.ucmdb.api.topology that throw UcmdbExceptionModifier and TypeMethodDescriptionTopologyUpdateService.create(TopologyModificationData modificationData, CreateMode mode) Creates the specified set of CIs and relations in the UCMDB.TopologyUpdateService.delete(TopologyModificationData modificationData, DeleteMode mode) Deletes a set of CIs and relations from the UCMDB.TopologyQueryService.evaluateNamedQuery(String queryName) Executes the query of the specified name and return its result count.TopologyQueryService.evaluateNamedQueryWithClassesBreakdown(String queryName, Collection<String> elementNamesToCount) Executes the query of the specified name and return its result count break-down by classes.TopologyQueryService.evaluateQuery(ExecutableQuery query) Executes a query stored on the server and returns the result count.TopologyQueryService.evaluateQuery(QueryDefinition queryDefinition) Executes a query defined on the client and returns its result count.TopologyQueryService.evaluateQueryWithClassesBreakdown(ExecutableQuery query, Collection<String> elementNamesToCount) Executes a query stored on the server and returns the result count break-down by classes.TopologyQueryService.evaluateQueryWithClassesBreakdown(QueryDefinition queryDefinition, Collection<String> elementNamesToCount) Executes a query defined on the client and return its result count break-down by classes.TopologyUpdateService.execute(TopologyModificationBulk topologyModificationBulk) Executes bulk of topology modificationsTopologyUpdateService.execute(TopologyModification topologyModification, ModifyMode mode) Deprecated.TopologyQueryService.executeNamedQuery(String queryName) Executes the query of the specified name.TopologyQueryService.executeNamedQueryInBDMScope(String queryName) Executes the query of the specified name within the BDM scope.TopologyQueryService.executeQuery(ExecutableQuery query) Executes a query stored on the server and returns the result.TopologyQueryService.executeQuery(QueryDefinition queryDefinition) Executes a query defined on the client.TopologyQueryService.executeQueryInBDMScope(ExecutableQuery query) Executes a query that is stored on the server, within the BDM scope, and returns the result.LiveQuery.getChanges(QueryResultVersion queryResultVersion) returns the changes in the result of the query since the result had the given result version Notice that there may be cases where has changes returned true, but get changes will return empty changes since it accumulates changes, for example, if certain object was added and than was removedLiveQueryResult.getChanges()Returns the changes to the query result.LiveQueryResult.getCurrentTopology()Returns current topology from the server.LiveQuery.getQueryResult()Gets the result of the query.booleanLiveQuery.hasChanges(QueryResultVersion queryResultVersion) Determines whether there are changes in the result of the query since the result had the given result version.booleanLiveQueryResult.hasChanges()Returns true if the server has changes on the query result.booleanTopologyQueryService.isActiveQueryInFailedState(String queryName) Checks if the given query is defined ACTIVE in UCMDB and is currently in FAILED state.TopologyUpdateService.merge(MergeInput idsToMerge) Merge a set of CIs in the UCMDB.TopologyQueryService.queryDefinitionToString(QueryDefinition queryDefinition) Returns the query's string representation.voidTopologyQueryService.registerModelListener(ModelListener listener) Deprecated.TopologyQueryService.registerModelListener(ModelListener listener, ModelEventsFilter filter) Registers a listener to be called when the model stored on the UCMDB server changes.TopologyQueryService.registerModelListener(ModelListener listener, ModelEventsFilter filter, int port) Registers a listener to be called when the model stored on the UCMDB server changes.TopologyQueryService.registerModelListener(ModelListener listener, ModelEventsFilter filter, NotificationListenerFuse fuse) Registers a listener to be called when the model stored on the UCMDB server changes.TopologyQueryService.registerModelListener(ModelListener listener, ModelEventsFilter filter, NotificationListenerFuse fuse, int port) Registers a listener to be called when the model stored on the UCMDB server changes.TopologyQueryService.registerModelListener(ModelListener listener, ModelListenerFilter filter) Deprecated.voidTopologyQueryService.registerQueryResultListener(QueryResultListener listener, String queryName) Registers a listener to be called when the result of the specified server-side query changes.voidTopologyQueryService.registerQueryResultListener(QueryResultListener listener, String queryName, int port) Registers a listener to be called when the result of the specified server-side query changes.LiveQuery.removeQueryResultListener()Unregisters live query listener.TopologyUpdateFactory.restoreCIIdFromString(String id) Returns theUcmdbIdobject for the specified string representation of a CI ID.TopologyQueryService.stringToQueryDefinition(String str) Returns a copy of the original query definition used to create the string.voidTopologyUpdateService.touch(TopologyModificationData modificationData) Delays deletion of UCMDB CIs and relations due to aging.voidTopologyQueryService.unregisterModelListener(String listenerId) Unregisters the specified model listener.voidTopologyQueryService.unregisterModelListener(String listenerId, int port) Unregisters the specified model listener.voidTopologyQueryService.unregisterQueryResultListener(QueryResultListener listener, String queryName) Unregisters the specified listener.voidTopologyQueryService.unregisterQueryResultListener(QueryResultListener listener, String queryName, int port) Unregisters the specified listener.TopologyUpdateService.update(TopologyModificationData modificationData) Updates a set of CIs and relations in the UCMDB.voidTopologyQueryService.updateFilteredModelListener(String listenerId, ModelEventsFilter filter) Updates model listener filter definition.voidTopologyQueryService.updateFilteredModelListener(String listenerId, ModelEventsFilter filter, int port) Updates model listener filter definition.voidTopologyQueryService.updateFilteredModelListener(String listenerId, ModelListenerFilter filter) Deprecated.booleanTopologyQueryService.validateBDMQuery(QueryDefinition queryDefinition) Checks if the query definition is BDM compliant. - 
Uses of UcmdbException in com.hp.ucmdb.api.topology.notification.ha
Methods in com.hp.ucmdb.api.topology.notification.ha that throw UcmdbExceptionModifier and TypeMethodDescriptionvoidHighAvailabilityNotificationService.registerModelListener(HighAvailabilityModelListener listener, ModelEventsFilter filter) Registers a listener to be called when the model stored on the UCMDB server changes.voidHighAvailabilityNotificationService.registerModelListener(HighAvailabilityModelListener listener, ModelEventsFilter filter, NotificationListenerFuse fuse) Registers a listener to be called when the model stored on the UCMDB server changes. - 
Uses of UcmdbException in com.hp.ucmdb.api.view
Subclasses of UcmdbException in com.hp.ucmdb.api.viewMethods in com.hp.ucmdb.api.view that throw UcmdbExceptionModifier and TypeMethodDescriptionViewService.stringToViewDefinition(String str) Given a string created byViewService.viewDefinitionToString(com.hp.ucmdb.api.view.ViewDefinition), this methods returns a copy of the original ViewDefinition.ViewService.viewDefinitionToString(ViewDefinition viewDefinition) Given aViewDefinitionthis method returns the view's string representation. 
TopologyUpdateService.execute(TopologyModificationBulk)