public class FreeServerConfigurationAction extends LibrarySessionAction
Modifier and Type | Field and Description |
---|---|
protected static String |
PROPERTY_SERVERCONFIGURATION
The property whose string value is the name of the ServerConfiguration to
free.
|
PROPERTY_PREVENTSESSIONTIMEOUTS
Constructor and Description |
---|
FreeServerConfigurationAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
analyze(LibrarySession session)
Called by
analyze . |
protected void |
upgrade(LibrarySession session)
Called by
upgrade . |
abortTransaction, analyze, postUpgrade, postUpgrade, preUpgrade, preUpgrade, rollback, rollback, upgrade
getName, getProperties, getProperty, getUpgradeActionContext, initialize
protected static final String PROPERTY_SERVERCONFIGURATION
protected void analyze(LibrarySession session) throws IfsException
analyze
.
Subclasses should override this method to perform the analysis phase of the upgrade action.
analyze
in class LibrarySessionAction
session
- the sessionIfsException
- if the operation failsprotected void upgrade(LibrarySession session) throws IfsException
upgrade
.
Subclasses should override this method to perform the upgrade phase of the upgrade action.
upgrade
in class LibrarySessionAction
session
- the sessionIfsException
- if the operation failsCopyright © 2023. All rights reserved.