|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.server.dqp.service.PlatformBufferService
public class PlatformBufferService
Constructor Summary | |
---|---|
PlatformBufferService(Host host,
java.lang.String processName,
org.teiid.dqp.internal.cache.DQPContextCache cache)
|
Method Summary | |
---|---|
BufferManager |
getBufferManager()
|
org.teiid.dqp.internal.cache.DQPContextCache |
getContextCache()
|
static BufferManager |
getServerBufferManager(java.lang.String lookup,
java.util.Properties props)
Helper to get a buffer manager all set up for unmanaged standalone use. |
void |
initialize(java.util.Properties props)
Initialize the service with the specified properties. |
void |
start(ApplicationEnvironment environment)
Start the service with the specified environment. |
void |
stop()
Stop the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlatformBufferService(Host host, java.lang.String processName, org.teiid.dqp.internal.cache.DQPContextCache cache)
Method Detail |
---|
public BufferManager getBufferManager()
getBufferManager
in interface BufferService
public void initialize(java.util.Properties props) throws ApplicationInitializationException
ApplicationService
initialize
in interface ApplicationService
props
- Initialialization properties
ApplicationInitializationException
- If an error occurs during initializationpublic void start(ApplicationEnvironment environment) throws ApplicationLifecycleException
ApplicationService
start
in interface ApplicationService
environment
- Environment
ApplicationLifecycleException
- If an error occurs while startingpublic static BufferManager getServerBufferManager(java.lang.String lookup, java.util.Properties props) throws MetaMatrixComponentException
lookup
- Lookup implementation to useprops
- Configuration properties
MetaMatrixComponentException
public void stop() throws ApplicationLifecycleException
ApplicationService
stop
in interface ApplicationService
ApplicationLifecycleException
- If an error occurs while startingpublic org.teiid.dqp.internal.cache.DQPContextCache getContextCache()
getContextCache
in interface BufferService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |