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(java.io.PrintWriter aWriter,
int indent,
Context aContext)
Store the specified Context properties.
|
void |
store(java.io.PrintWriter aWriter,
int indent,
Host aHost)
Store the specified Host properties.
|
void |
store(java.io.PrintWriter aWriter,
int indent,
Server aServer)
Store the specified Server properties.
|
void |
store(java.io.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(java.io.PrintWriter aWriter, int indent, Server aServer) throws java.lang.Exception
aWriter
- PrintWriter to which we are storingindent
- Number of spaces to indent this elementaServer
- Object to be storedjava.lang.Exception
void store(java.io.PrintWriter aWriter, int indent, Service aService) throws java.lang.Exception
aWriter
- PrintWriter to which we are storingindent
- Number of spaces to indent this elementaService
- Object to be storedjava.lang.Exception
void store(java.io.PrintWriter aWriter, int indent, Host aHost) throws java.lang.Exception
aWriter
- PrintWriter to which we are storingindent
- Number of spaces to indent this elementaHost
- Object to be storedjava.lang.Exception
boolean store(Context aContext)
aContext
- Object to be storedvoid store(java.io.PrintWriter aWriter, int indent, Context aContext) throws java.lang.Exception
aWriter
- PrintWriter to which we are storingindent
- Number of spaces to indent this elementaContext
- Object to be storedjava.lang.Exception
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.