|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirtySaveException | |
---|---|
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. |
com.ibm.datapower.wamt.dataAPI | Defines a collection of interfaces for data persistence that can be implemented to support a repository in various environments. |
com.ibm.datapower.wamt.dataAPI.local.filesystem | Local File System Implementation of the dataAPI Interface for the IBM WebSphere Appliance Management Toolkit |
Uses of DirtySaveException in com.ibm.datapower.wamt.clientAPI |
---|
Methods in com.ibm.datapower.wamt.clientAPI that throw DirtySaveException | |
---|---|
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. |
ProgressContainer |
ManagedSet.removeDeviceWithoutUnsubscribe(Device device)
Remove the specified device from this managed set without trying to unsubscribe. |
void |
Device.removeTag(java.lang.String name)
|
void |
Domain.removeTag(java.lang.String name)
|
void |
Taggable.removeTag(java.lang.String name)
Remove all tags with the provided name. |
void |
Device.removeTag(java.lang.String name,
java.lang.String value)
|
void |
Domain.removeTag(java.lang.String name,
java.lang.String value)
|
void |
Taggable.removeTag(java.lang.String name,
java.lang.String value)
Remove the exactly matching tag. |
void |
Device.removeTags()
|
void |
Domain.removeTags()
|
void |
Taggable.removeTags()
Remove all the tags from the resource. |
void |
Manager.save(boolean force)
Explicitly persist the Manager's content to a datastore. |
void |
Domain.setDeploymentPolicy(URLSource url,
java.lang.String policyDomain,
java.lang.String policyObjName)
Use this method to specify the deployment policy to apply to this domain during deployment. |
void |
Domain.setDeploymentPolicyXML(URLSource url)
Use this method to specify the deployment policy in XML format. |
void |
Domain.setSynchronizationMode(DomainSynchronizationMode synchMode)
Set configuration synchronization mode on the Domain. |
void |
DeploymentPolicyVersion.setUserComment(java.lang.String userComment)
|
void |
DomainVersion.setUserComment(java.lang.String userComment)
|
void |
FirmwareVersion.setUserComment(java.lang.String userComment)
|
Uses of DirtySaveException in com.ibm.datapower.wamt.dataAPI |
---|
Methods in com.ibm.datapower.wamt.dataAPI that throw DirtySaveException | |
---|---|
void |
Repository.save(boolean forceSave)
Save the changes that have been made to Stored objects to the repository The clientAPI method Manager.save(boolean)
calls an implementation of this interface to save the data in the repository. |
Uses of DirtySaveException in com.ibm.datapower.wamt.dataAPI.local.filesystem |
---|
Methods in com.ibm.datapower.wamt.dataAPI.local.filesystem that throw DirtySaveException | |
---|---|
void |
RepositoryImpl.save(boolean forceSave)
Note: The Local File System implementation adds or changes elements in the WAMT.Repository.xml file during a save operation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |