|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A view into the UpgradeContext and a means for logging.
Supported API: false
Extendable: false
Method Summary | |
Connection |
getConnection()
Provide a JDBC connection that is active in the current method context. |
UUID |
getCurrentIncrementalUpdateUuid()
The UUID of the Incremental Update currently being executed. |
PersistentObjectManager |
getPOM()
Provide the PersistentObjectManager from method context. |
ReleaseId[] |
getSourceVersions()
The release ids of assemblies installed in the database. |
ReleaseId[] |
getTargetVersions()
The release ids of assemblies installed on the target system. |
void |
log(String message)
Log the message. |
void |
log(String message,
Throwable error)
Log the message with the error. |
void |
run(DirectiveServices ds)
|
Method Detail |
public Connection getConnection() throws DirectiveExecutionException
DirectiveExecutionException
- if there is an error trying to obtain a connection referencepublic PersistentObjectManager getPOM() throws DirectiveExecutionException
DirectiveExecutionException
- if there is an error trying to obtain a POM referencepublic UUID getCurrentIncrementalUpdateUuid()
public ReleaseId[] getSourceVersions()
public ReleaseId[] getTargetVersions()
public void run(DirectiveServices ds)
public void log(String message)
public void log(String message, Throwable error)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |