|
TrueUpdate Manager Specification 0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UpdateContext
An update context.
Implementations must be thread-safe.
Applications have no need to implement this class and should not do so because it may be subject to future expansion.
| Method Summary | |
|---|---|
void |
commitUndeployment()
|
String |
currentLocation()
Returns the current location. |
File |
diffZip()
Returns the diff zip file for patching the current artifact. |
void |
performUndeployment()
|
void |
prepareUndeployment()
Sends a redeployment request to the update agent and waits for a response. |
void |
rollbackUndeployment()
|
String |
updateLocation()
Returns the update location. |
| Method Detail |
|---|
void commitUndeployment()
throws Exception
ExceptionString currentLocation()
File diffZip()
void performUndeployment()
throws Exception
Exception
void prepareUndeployment()
throws Exception
Exception
void rollbackUndeployment()
throws Exception
ExceptionString updateLocation()
|
TrueUpdate Manager Specification 0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||