|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.internal.baseadaptor.BundleUpdate
public class BundleUpdate
| Constructor Summary | |
|---|---|
BundleUpdate(BaseData data,
java.net.URLConnection source,
BaseStorage storage)
|
|
| Method Summary | |
|---|---|
BundleData |
begin()
Perform the change to persistent storage. |
void |
commit(boolean postpone)
Commit the change to persistent storage. |
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 BundleUpdate(BaseData data,
java.net.URLConnection source,
BaseStorage storage)
| Method Detail |
|---|
public BundleData begin()
throws BundleException
begin in interface BundleOperationBundleException - if an error occurs
public void commit(boolean postpone)
throws BundleException
commit in interface BundleOperationpostpone - If true, the bundle's persistent
storage cannot be immediately reclaimed.
BundleException - If a failure occured modifiying peristent storage.
public void undo()
throws BundleException
undo in interface BundleOperationBundleException - If a failure occured modifiying peristent storage.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||