|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.internal.baseadaptor.BundleInstall
public class BundleInstall
| Constructor Summary | |
|---|---|
BundleInstall(BaseData data,
java.net.URLConnection source,
BaseStorage storage)
|
|
| Method Summary | |
|---|---|
BundleData |
begin()
Begin the operation on the bundle (install, update, uninstall). |
void |
commit(boolean postpone)
Commit the operation performed. |
void |
undo()
Undo the change to persistent storage. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BundleInstall(BaseData data,
java.net.URLConnection source,
BaseStorage storage)
| Method Detail |
|---|
public BundleData begin()
throws BundleException
begin in interface BundleOperationBundleException - If a failure occured modifiying peristent storage.public void undo()
BundleOperationThis method can be called before calling commit or if commit throws an exception to undo any changes in progress.
undo in interface BundleOperation
public void commit(boolean postpone)
throws BundleException
BundleOperation
commit in interface BundleOperationpostpone - If true, the bundle's persistent
storage cannot be immediately reclaimed. This may occur if the
bundle is still exporting a package.
BundleException - If a failure occured modifiying peristent storage.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||