EsServiceManager MBean

Partial ObjectName:
WebSphere:*,type=EsServiceManager


MBean EsServiceManager

EsServiceManager


Operation Summary
java.lang.Stringunlock(int lockId)
           unlock the posible deadlocked records
java.lang.StringdeleteLock(int lockId, int sequenceId)
           delete the record from lock DB
java.lang.StringdeleteLocks(int lockId)
           delete the ES db records with the given lockId
java.lang.StringdeleteLocks(java.lang.String moduleName)
           delete the ES db records belonging to the given module
java.lang.StringdeleteLocks(java.lang.String moduleName, java.lang.String compName)
           delete the ES db records belonging to the given compName in the module
java.lang.StringdeleteLocks(java.lang.String moduleName, java.lang.String compName, java.lang.String method)
           delete the ES db records belonging to the given method
java.lang.StringdeleteAll()
           delete all records in lock DB
java.util.CollectionlistAll()
           List all records in lock DB
java.util.CollectionlistLocks(java.lang.String moduleName)
           List all records in lock DB
java.util.CollectionlistLocks(java.lang.String moduleName, java.lang.String componentName)
           List all event sequencing locks for a given component in a module
java.util.CollectionlistLocks(java.lang.String moduleName, java.lang.String componentName, java.lang.String method)
           List all event sequencing locks for a given method of a component in a module

Operation Detail

unlock

public java.lang.String unlock(int lockId)
unlock the posible deadlocked records
Parameters:
lockId - the lockId of the lock owner.
Security Roles:
administrator
operator

deleteLock

public java.lang.String deleteLock(int lockId, int sequenceId)
delete the record from lock DB
Parameters:
lockId - the lockId of the lock owner.
sequenceId - the sequenceId of the lock owner.
Security Roles:
administrator
operator

deleteLocks

public java.lang.String deleteLocks(int lockId)
delete the ES db records with the given lockId
Parameters:
lockId - the lockId of the lock record.
Security Roles:
administrator
operator

deleteLocks

public java.lang.String deleteLocks(java.lang.String moduleName)
delete the ES db records belonging to the given module
Parameters:
moduleName - the moduleName of the lock record.
Security Roles:
administrator
operator

deleteLocks

public java.lang.String deleteLocks(java.lang.String moduleName, java.lang.String compName)
delete the ES db records belonging to the given compName in the module
Parameters:
moduleName - the moduleName of the lock record.
compName - the compName of the lock record.
Security Roles:
administrator
operator

deleteLocks

public java.lang.String deleteLocks(java.lang.String moduleName, java.lang.String compName, java.lang.String method)
delete the ES db records belonging to the given method
Parameters:
moduleName - the moduleName of the lock record.
compName - the compName of the lock record.
method - the method of the lock record.
Security Roles:
administrator
operator

deleteAll

public java.lang.String deleteAll()
delete all records in lock DB
Security Roles:
administrator
operator

listAll

public java.util.Collection listAll()
List all records in lock DB
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

listLocks

public java.util.Collection listLocks(java.lang.String moduleName)
List all records in lock DB
Parameters:
moduleName - the moduleName of the lock record.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

listLocks

public java.util.Collection listLocks(java.lang.String moduleName, java.lang.String componentName)
List all event sequencing locks for a given component in a module
Parameters:
moduleName - the module name for the locks
componentName - the component name for the locks
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

listLocks

public java.util.Collection listLocks(java.lang.String moduleName, java.lang.String componentName, java.lang.String method)
List all event sequencing locks for a given method of a component in a module
Parameters:
moduleName - the module name for the locks
componentName - the component name for the locks
method - the method name for the locks
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Copyright IBM Corp. 1996-2005