WebSphere:*,type=EsServiceManager
MBean EsServiceManager
EsServiceManager
Operation Summary | |
java.lang.String | unlock( unlock the posible deadlocked records |
java.lang.String | deleteLock( delete the record from lock DB |
java.lang.String | deleteLocks( delete the ES db records with the given lockId |
java.lang.String | deleteLocks( delete the ES db records belonging to the given module |
java.lang.String | deleteLocks( delete the ES db records belonging to the given compName in the module |
java.lang.String | deleteLocks( delete the ES db records belonging to the given method |
java.lang.String | deleteAll() delete all records in lock DB |
java.util.Collection | listAll() List all records in lock DB |
java.util.Collection | listLocks( List all records in lock DB |
java.util.Collection | listLocks( List all event sequencing locks for a given component in a module |
java.util.Collection | listLocks( List all event sequencing locks for a given method of a component in a module |
Operation Detail |
public java.lang.String unlock(int lockId
)
lockId
-
the lockId of the lock owner.
public java.lang.String deleteLock(int lockId,
int sequenceId
)
lockId
-
the lockId of the lock owner.sequenceId
-
the sequenceId of the lock owner.
public java.lang.String deleteLocks(int lockId
)
lockId
-
the lockId of the lock record.
public java.lang.String deleteLocks(java.lang.String moduleName
)
moduleName
-
the moduleName of the lock record.
public java.lang.String deleteLocks(java.lang.String moduleName,
java.lang.String compName
)
moduleName
-
the moduleName of the lock record.compName
-
the compName of the lock record.
public java.lang.String deleteLocks(java.lang.String moduleName,
java.lang.String compName,
java.lang.String method
)
moduleName
-
the moduleName of the lock record.compName
-
the compName of the lock record.method
-
the method of the lock record.
public java.lang.String deleteAll()
public java.util.Collection listAll()
public java.util.Collection listLocks(java.lang.String moduleName
)
moduleName
-
the moduleName of the lock record.
public java.util.Collection listLocks(java.lang.String moduleName,
java.lang.String componentName
)
moduleName
-
the module name for the lockscomponentName
-
the component name for the locks
public java.util.Collection listLocks(java.lang.String moduleName,
java.lang.String componentName,
java.lang.String method
)
moduleName
-
the module name for the lockscomponentName
-
the component name for the locksmethod
-
the method name for the locks