Methods Summary |
---|
protected void | close()
if(throwException)
throw new IOException();
|
public void | createAccount(StorageAccountWrapper account)
if(throwException)
throw new StorageException();
|
public void | createFeed(StorageFeedWrapper wrapper)
if(throwException)
throw new StorageException();
|
public void | deleteAccount(java.lang.String accountName)
if(throwException)
throw new StorageException();
|
public void | deleteEntry(StorageEntryWrapper wrapper)
if(throwException)
throw new StorageException();
|
public void | deleteFeed(java.lang.String feedId)
if(throwException)
throw new StorageException();
|
public void | forceWrite()
if(throwException)
throw new IOException();
|
public void | insertEntry(StorageEntryWrapper wrapper)
if(throwException)
throw new StorageException();
|
public void | updateAccount(StorageAccountWrapper user)
if(throwException)
throw new StorageException();
|
public void | updateEntry(StorageEntryWrapper wrapper)
if(throwException)
throw new StorageException();
if(wrapper != null)
wrapper.getEntry();
|
public void | updateFeed(StorageFeedWrapper wrapper)
if(throwException)
throw new StorageException();
|