|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoredDeployableConfiguration
The version information that must be maintained and persisted for a
managed Domain
that represents
a domain on a DataPower device.
StoredDomain
extends StoredDeployableConfiguration
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT_2009_2010
|
static java.lang.String |
SCM_REVISION
|
Method Summary | |
---|---|
void |
delete()
Deletes this StoredDeployableConfiguration. |
int |
getHighestVersionNumber()
Returns the highest version number that has EVER been used for a version of this object. |
StoredVersion[] |
getVersions()
Returns the versions of the specified StoredDeployableConfiguration from the repository. |
Methods inherited from interface com.ibm.datapower.wamt.dataAPI.Persistable |
---|
getPrimaryKey |
Field Detail |
---|
static final java.lang.String COPYRIGHT_2009_2010
static final java.lang.String SCM_REVISION
Method Detail |
---|
StoredVersion[] getVersions()
Domain.getVersions()
int getHighestVersionNumber()
setHighestVersion
.
This is
called by Domain.getHighestVersionNumber()
void delete() throws DatastoreException, NotEmptyInRepositoryException
Device.removeManagedDomain(String)
Note: The Local File System implementation
clears the StoredDomain object and removes the element from the WAMT.repository.xml file.
It does not remove any contained elements. The logic to remove the contained elements is
handled in the clientAPI
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |