Interface OMAGServerConfigStore
- All Known Subinterfaces:
- OMAGServerConfigStoreRetrieveAll
- All Known Implementing Classes:
- FileBasedServerConfigStoreConnector,- OMAGServerConfigStoreConnectorBase
public interface OMAGServerConfigStore
OMAGServerConfigStore provides the interface to the configuration for an OMAG Server.  This is accessed
 through a connector.
- 
Method SummaryModifier and TypeMethodDescriptionvoidRemove the server configuration.Retrieve the configuration saved from a previous run of the server.voidsaveServerConfig(OMAGServerConfig configuration) Save the server configuration.voidsetServerName(String serverName) Set up the name of the server for this configuration document.
- 
Method Details- 
setServerNameSet up the name of the server for this configuration document.- Parameters:
- serverName- name of the server
 
- 
saveServerConfigSave the server configuration.- Parameters:
- configuration- configuration properties to save
 
- 
retrieveServerConfigOMAGServerConfig retrieveServerConfig()Retrieve the configuration saved from a previous run of the server.- Returns:
- server configuration
 
- 
removeServerConfigvoid removeServerConfig()Remove the server configuration.
 
-