|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockBusyException | |
---|---|
com.ibm.datapower.wamt.clientAPI | The clientAPI package encapsulates the logic
for managing DataPower appliances, providing the API that should be used by
a user interface to interact with one or more appliances. |
Uses of LockBusyException in com.ibm.datapower.wamt.clientAPI |
---|
Methods in com.ibm.datapower.wamt.clientAPI that throw LockBusyException | |
---|---|
ProgressContainer |
ManagedSet.addDevice(Device device)
Adds a device to this managed set. |
ProgressContainer |
Device.backup(java.lang.String cryptoCertificateName,
URLSource cryptoImage,
java.net.URI backupDestination,
boolean includeISCSI,
boolean includeRaid)
Takes a backup of a DataPower appliance which can be replicated to a compatible appliance. |
Domain |
Device.createManagedDomain(java.lang.String domainName)
Create a managed domain on this Device. |
java.util.Hashtable<Device,java.lang.Exception> |
ManagedSet.createManagedDomain(java.lang.String domainName,
URLSource domainSource,
URLSource deploymentPolicySource,
java.lang.String deploymentPolicyDomainName,
java.lang.String deploymentPolicyObjectName)
Creates a domain of the specified name on all devices in this managed set. |
ProgressContainer |
Device.getWebGUIURL(Domain domain)
Create a background task to get the URL of the device's WebGUI. |
void |
Lock.lockNoWait()
Try to acquire the lock, but fail fast if the lock is held by another thread. |
void |
Manager.remove(Device device)
Removes a device from the manager. |
void |
Manager.remove(ManagedSet managedSet)
Remove an existing ManagedSet from the Manager. |
void |
Domain.remove(Version version)
Trim the specified DomainVersion from the repository. |
ProgressContainer |
ManagedSet.removeDevice(Device device)
Remove the specified device from this managed set. |
ProgressContainer |
ManagedSet.removeDeviceWithoutUnsubscribe(Device device)
Remove the specified device from this managed set without trying to unsubscribe. |
void |
Device.removeManagedDomain(java.lang.String domainName)
Stop managing a domain on the device. |
java.util.Hashtable |
ManagedSet.removeManagedDomain(java.lang.String domainName)
Removes specified managed domain from all devices in this managed set. |
void |
Domain.restart()
To restart this domain |
ProgressContainer |
Device.restore(java.lang.String cryptoCredentialName,
java.net.URI backupSource,
boolean validate)
Restores the configuration and secure data from a successful secure backup. |
java.util.Hashtable |
ManagedSet.setDeploymentPolicyForDomain(java.lang.String domainName,
URLSource configurationSource,
java.lang.String policyDomainName,
java.lang.String policyName)
Sets the deployment policy for the specified domain name if it is present on any devices in the managed set. |
java.util.Hashtable |
ManagedSet.setQuiesceTimeoutForDomain(java.lang.String domainName,
int timeout)
Set the timeout value (in seconds) for checking the status of a domain quiesce or unquiesce operation for the specified domain on all devices members in this managed set |
java.util.Hashtable |
ManagedSet.setSourceConfigurationForDomain(java.lang.String domainName,
URLSource configurationSource)
Set the configuration source for the specified domain name if it is is present on any of the devices in the managed set. |
java.util.Hashtable |
ManagedSet.setSynchronizationModeForDomain(java.lang.String domainName,
DomainSynchronizationMode synchMode)
The valid synchronization modes that can be set for a domain are DomainSynchronizationMode.MANUAL and DomainSynchronizationMode.AUTO. |
void |
Version.setUserComment(java.lang.String userComment)
This is the method to set the user comment that can be later retrieved via Version.getUserComment() . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |