ch.nix.ert.datastore
Class DataStoreService

java.lang.Object
  extended bych.nix.ert.base.ServiceBase
      extended bych.nix.ert.datastore.DataStoreService
All Implemented Interfaces:
java.lang.Runnable, ServiceInterface

public class DataStoreService
extends ServiceBase

TODO Edit this text for a better description

Author:
michi

Method Summary
static DataStoreService getInstance()
           
 void registerAtDispatcher()
          Registers the Service at the Dispatcher
 void run()
           
 
Methods inherited from class ch.nix.ert.base.ServiceBase
addWork, getServiceQueue, getWork, getWork, registerService, transactionBegin, transactionContinue, transactionEnd, transactionSplit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DataStoreService getInstance()

registerAtDispatcher

public void registerAtDispatcher()
Description copied from interface: ServiceInterface
Registers the Service at the Dispatcher


run

public void run()


Copyright © 2004 Michael Kussmaul - Revision: 183 - Date: 2004-11-16T15:42:13.763853Z