Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Storage Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.storage:add
pub.storage:closeStore
pub.storage:deleteStore
pub.storage:get
pub.storage:keys
pub.storage:listLocks
pub.storage:lock
pub.storage:put
pub.storage:registerStore
pub.storage:releaseLocks
pub.storage:remove
pub.storage:shutdown
pub.storage:startup
pub.storage:unlock
The following elements are available in this folder:
Element
Package and Description
WmPublic. Inserts a new entry into a data store.
WmPublic. Obsolete – Closes a data store and unregisters the data store with the server.
WmPublic. Deletes a data store and all its contents. Any data in the data store is deleted. If the data store does not exist, the service takes no action.
WmPublic. Retrieves a value from a data store and locks the entry and the data store on behalf of the thread that invoked the service.
WmPublic. Obtains a list of all the keys in a data store.
WmPublic. Lists all pub.storage locks held by the supplied lock holder or target. If no input is supplied, the service returns a list of all pub.storage locks.
WmPublic. Locks an entry and/or data store on behalf of the thread invoking this service.
WmPublic. Inserts or updates an entry in a data store. If the key does not exist in the data store, the entry is inserted.
WmPublic. Obsolete – Opens or creates a data store and registers the store with the server.
WmPublic. Releases all pub.storage locks held by the identified lock holders and ids. If both holders and ids are specified, the service ignores the holders and uses ids.
WmPublic. Removes an entry from a data store.
WmPublic. Releases internal resources used by the pub.storage services. This service is run automatically when the WmPublic package is unloaded and should not be explicitly invoked by a client.
WmPublic. Performs initialization of internal facilities used by the pub.storage services. This service is run automatically when the WmPublic package is loaded and should not be explicitly invoked by a client.
WmPublic. Unlocks an entry or a data store.