com.metamatrix.server.dqp.service
Class PlatformBufferService

java.lang.Object
  extended by com.metamatrix.server.dqp.service.PlatformBufferService
All Implemented Interfaces:
ApplicationService, BufferService

public class PlatformBufferService
extends java.lang.Object
implements BufferService


Constructor Summary
PlatformBufferService(Host host, java.lang.String processName)
           
 
Method Summary
 BufferManager getBufferManager()
           
 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

PlatformBufferService

public PlatformBufferService(Host host,
                             java.lang.String processName)
Method Detail

getBufferManager

public BufferManager getBufferManager()
Specified by:
getBufferManager in interface BufferService

initialize

public void initialize(java.util.Properties props)
                throws ApplicationInitializationException
Description copied from interface: ApplicationService
Initialize the service with the specified properties.

Specified by:
initialize in interface ApplicationService
Parameters:
props - Initialialization properties
Throws:
ApplicationInitializationException - If an error occurs during initialization

start

public void start(ApplicationEnvironment environment)
           throws ApplicationLifecycleException
Description copied from interface: ApplicationService
Start the service with the specified environment. The environment can be used to find other services or resources.

Specified by:
start in interface ApplicationService
Parameters:
environment - Environment
Throws:
ApplicationLifecycleException - If an error occurs while starting

stop

public void stop()
          throws ApplicationLifecycleException
Description copied from interface: ApplicationService
Stop the service.

Specified by:
stop in interface ApplicationService
Throws:
ApplicationLifecycleException - If an error occurs while starting


Copyright © 2009. All Rights Reserved.