public abstract class SPECCHIOServerDescriptorStore
extends java.lang.Object
Constructor and Description |
---|
SPECCHIOServerDescriptorStore() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addServerDescriptor(SPECCHIOServerDescriptor d)
Add the an account to the store.
|
abstract java.util.Iterator<SPECCHIOServerDescriptor> |
getIterator()
Get an iterator through all of the descriptors in the store.
|
abstract void |
updateServerDescriptor(SPECCHIOServerDescriptor d)
Update the configuration for an account in the configuration file.
|
public abstract void addServerDescriptor(SPECCHIOServerDescriptor d) throws java.io.IOException
d
- the descriptor of the server on which the new account existsjava.io.IOException
- te configuration data is inaccessiblepublic abstract java.util.Iterator<SPECCHIOServerDescriptor> getIterator()
public abstract void updateServerDescriptor(SPECCHIOServerDescriptor d) throws java.io.IOException
d
- the descriptor of the server on which the new account existsjava.io.IOException
- the backing store failed