public interface IStoreConfig
Modifier and Type | Method and Description |
---|---|
StoreRegistry |
getRegistry()
Get Configuration Registry
|
Server |
getServer()
Get associated server
|
void |
setRegistry(StoreRegistry aRegistry)
Set Configuration Registry
|
void |
setServer(Server aServer)
Set associated server
|
boolean |
store(Context aContext)
Store the specified Context properties.
|
void |
store(PrintWriter aWriter,
int indent,
Context aContext)
Store the specified Context properties.
|
void |
store(PrintWriter aWriter,
int indent,
Host aHost)
Store the specified Host properties.
|
void |
store(PrintWriter aWriter,
int indent,
Server aServer)
Store the specified Server properties.
|
void |
store(PrintWriter aWriter,
int indent,
Service aService)
Store the specified Service properties.
|
boolean |
store(Server aServer)
Store the specified Server properties.
|
void |
storeConfig()
Store the current StoreFactory Server.
|
StoreRegistry getRegistry()
void setRegistry(StoreRegistry aRegistry)
aRegistry
- aregistry that handle the store operationsServer getServer()
void setServer(Server aServer)
aServer
- the associated servervoid storeConfig()
boolean store(Server aServer)
aServer
- Object to be storedvoid store(PrintWriter aWriter, int indent, Server aServer) throws Exception
aWriter
- PrintWriter to which we are storingindent
- Number of spaces to indent this elementaServer
- Object to be storedException
void store(PrintWriter aWriter, int indent, Service aService) throws Exception
aWriter
- PrintWriter to which we are storingindent
- Number of spaces to indent this elementaService
- Object to be storedException
void store(PrintWriter aWriter, int indent, Host aHost) throws Exception
aWriter
- PrintWriter to which we are storingindent
- Number of spaces to indent this elementaHost
- Object to be storedException
boolean store(Context aContext)
aContext
- Object to be storedvoid store(PrintWriter aWriter, int indent, Context aContext) throws Exception
aWriter
- PrintWriter to which we are storingindent
- Number of spaces to indent this elementaContext
- Object to be storedException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.