Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Storage Folder | Summary of Elements in this Folder | pub.storage:listLocks
 
pub.storage:listLocks
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.
Input Parameters
holder
String Optional. Identifies the holder whose pub.storage locks are to be listed. The format is "_DataStore_<sessionId:threadId>", where:
*sessionId is a unique, internally generated identifier for the client's session in Integration Server.
*threadId is a unique, internally generated identifier for the client’s thread in Integration Server.
target
String Optional. Identifies the target whose pub.storage locks are to be listed.
Output Parameters
locks
Document List The list of pub.storage locks. This output variable can be null.
Value
Description
id
String The internal ID of the lock
target
String Item that is locked, specified as a data store name or the key for an entry
holder
String Holder of the lock. This value is generated internally by the pub.storage services.
type
String “EXCLUSIVE” or "SHARE"
count
String Number of lock holders sharing this lock
time
String The time the lock was created.