|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotExistException | |
---|---|
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 NotExistException in com.ibm.datapower.wamt.clientAPI |
---|
Methods in com.ibm.datapower.wamt.clientAPI that throw NotExistException | |
---|---|
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. |
ServiceDeployment |
Domain.createServiceDeployment(ServiceConfiguration svcConfig,
boolean importAllFiles)
Create the ServiceDeployment object with service configuration only, no deployment policy for deployment. |
ServiceDeployment |
Domain.createServiceDeployment(ServiceConfiguration svcConfig,
URLSource policyURL,
java.lang.String policyDomain,
java.lang.String policyObjName,
boolean importAllFiles)
Create the ServiceDeployment object with service configuration and deployment policy to be deployed in this domain. |
MacroProgressContainer |
ManagedSet.deploySourceConfigurationForDomain(java.lang.String domainName)
Deploys the previously set domain configuration to all managed domains in this managed set with the specified domain name. |
MacroProgressContainer |
ManagedSet.deploySourceFirmwareVersion()
Schedules tasks to deploy the FirmwareVersion to all devices in this managed set. |
ConfigService[] |
ServiceConfiguration.getAvailableServices(Device device)
Get all available services in the Service Configuration for deployment. |
Blob |
URLSource.getBlob()
This method returns a Blob object from the spec sent to the constructor (e.g. |
StringCollection |
ServiceDeployment.getFilesToBeOverwritten()
Get a file list to be overwritten. |
RuntimeService[] |
ServiceDeployment.getInterDependentServices()
Get all interdependent service(s) when this class is instantiated. |
ConfigObject[] |
ServiceDeployment.getObjectsToBeOverwritten()
Get ConfigObject(s) to be overwritten. |
void |
Domain.quiesce()
Quiesce a domain The quiece operation is used on firmware versions 3.8.1 or higher to stop a domain before updating it. |
void |
Manager.remove(Device device)
Removes a device 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 |
void |
ServiceConfiguration.setServicesForDeployment(ConfigService[] services)
Set the services to be deployed. |
void |
Domain.setSourceConfiguration(URLSource sourceConfiguration)
Use this method to specify the domain configuration URLSource that should be deployed for this Domain. |
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. |
void |
Device.setSourceFirmwareLevel(java.lang.String desiredLevel)
An alternative to Device.setSourceFirmwareVersion(FirmwareVersion) , this
method accepts a firmware "level" (e.g., "3.8.0.1") instead of a specific
FirmwareVersion object. |
java.util.Hashtable |
ManagedSet.setSourceFirmwareLevel(java.lang.String level)
Set the source firmware level for each Device in this ManagedSet. |
ProgressContainer |
Device.setSourceFirmwareVersion(FirmwareVersion desiredFirmwareVersion)
Schedules a task to set the FirmwareVersion for this device. |
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 |
Domain.unquiesce()
Unquiesce a domain The quiece operation is used on firmware versions 3.8.1 or higher to stop a domain before updating it. |
void |
Domain.uploadFile(java.lang.String fileName,
URLSource urlSource)
Upload file to device of this domain |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |