public class DatabasePipelineFactory extends APipelineFactory<DatabaseChainRouter>
| Modifier and Type | Field and Description |
|---|---|
protected IBuffer |
buffer |
protected Configuration |
cnf |
protected Language |
lang |
protected Language.Instance |
langInstance |
protected Module |
module |
protected Module.Instance<?> |
moduleInstance |
protected Parser |
parser |
protected Parser.Instance |
parserInstance |
archive, chainManager, logger, pipeline, router| Constructor and Description |
|---|
DatabasePipelineFactory(Configuration config) |
DatabasePipelineFactory(Configuration config,
net.runeduniverse.lib.utils.logging.UniversalLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnections() |
SessionInfo |
getSessionInfo() |
boolean |
isConnected() |
protected void |
setupArchive(Archive archive) |
protected void |
setupCallOrder() |
protected void |
setupChainManager(net.runeduniverse.lib.utils.chain.ChainManager chainManager) |
buildSession, finalize, getLogger, getQueryBuilder, setupprotected final Configuration cnf
protected final IBuffer buffer
protected final Parser parser
protected final Language lang
protected final Module module
protected final Parser.Instance parserInstance
protected final Language.Instance langInstance
protected final Module.Instance<?> moduleInstance
public DatabasePipelineFactory(Configuration config)
public DatabasePipelineFactory(Configuration config, net.runeduniverse.lib.utils.logging.UniversalLogger logger)
protected void setupCallOrder()
throws Exception
setupCallOrder in class APipelineFactory<DatabaseChainRouter>Exceptionprotected void setupArchive(Archive archive) throws ScannerException
setupArchive in class APipelineFactory<DatabaseChainRouter>ScannerExceptionprotected void setupChainManager(net.runeduniverse.lib.utils.chain.ChainManager chainManager)
throws Exception
setupChainManager in class APipelineFactory<DatabaseChainRouter>Exceptionpublic boolean isConnected()
isConnected in class APipelineFactory<DatabaseChainRouter>public void closeConnections()
closeConnections in class APipelineFactory<DatabaseChainRouter>public SessionInfo getSessionInfo()
getSessionInfo in class APipelineFactory<DatabaseChainRouter>Copyright © 2020–2022 RunedUniverse. All rights reserved.