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 TypeClassDescriptionclass
Thrown on communication failure between the client and the UCMDB server or on protocol error.class
The UCMDB server is not yet ready to accept connect request.class
A UCMDB server-side exception.class
The server cannot support this version of the client implementation.class
Client authentication failed.class
-
Uses of UcmdbException in com.hp.ucmdb.api.classmodel
Subclasses of UcmdbException in com.hp.ucmdb.api.classmodelModifier and TypeClassDescriptionclass
class
A non-static value was used in a context that requires a static value.class
A static value was used in a context that requires a non-static value.class
class
-
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 TypeClassDescriptionclass
class
class
-
Uses of UcmdbException in com.hp.ucmdb.api.discovery.types
Subclasses of UcmdbException in com.hp.ucmdb.api.discovery.typesModifier and TypeClassDescriptionclass
class
Indicates that an input IP range is invalid.class
class
Indicates that the ProcessSignature does not exist.class
Indicates 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 TypeMethodDescriptionvoid
ResourceManagementService.deployPackage
(File packageFile) Deploys the contents of the package file to the server.void
ResourceManagementService.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 TypeClassDescriptionclass
The query cannot be processed due to syntax or other error in the query.class
class
Methods 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.boolean
LiveQuery.hasChanges
(QueryResultVersion queryResultVersion) Determines whether there are changes in the result of the query since the result had the given result version.boolean
LiveQueryResult.hasChanges()
Returns true if the server has changes on the query result.boolean
TopologyQueryService.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.void
TopologyQueryService.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.void
TopologyQueryService.registerQueryResultListener
(QueryResultListener listener, String queryName) Registers a listener to be called when the result of the specified server-side query changes.void
TopologyQueryService.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 theUcmdbId
object 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.void
TopologyUpdateService.touch
(TopologyModificationData modificationData) Delays deletion of UCMDB CIs and relations due to aging.void
TopologyQueryService.unregisterModelListener
(String listenerId) Unregisters the specified model listener.void
TopologyQueryService.unregisterModelListener
(String listenerId, int port) Unregisters the specified model listener.void
TopologyQueryService.unregisterQueryResultListener
(QueryResultListener listener, String queryName) Unregisters the specified listener.void
TopologyQueryService.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.void
TopologyQueryService.updateFilteredModelListener
(String listenerId, ModelEventsFilter filter) Updates model listener filter definition.void
TopologyQueryService.updateFilteredModelListener
(String listenerId, ModelEventsFilter filter, int port) Updates model listener filter definition.void
TopologyQueryService.updateFilteredModelListener
(String listenerId, ModelListenerFilter filter) Deprecated.boolean
TopologyQueryService.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 TypeMethodDescriptionvoid
HighAvailabilityNotificationService.registerModelListener
(HighAvailabilityModelListener listener, ModelEventsFilter filter) Registers a listener to be called when the model stored on the UCMDB server changes.void
HighAvailabilityNotificationService.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 aViewDefinition
this method returns the view's string representation.
TopologyUpdateService.execute(TopologyModificationBulk)