ch.nix.ert.base
Class ServiceBase
java.lang.Object
ch.nix.ert.base.ServiceBase
- All Implemented Interfaces:
- java.lang.Runnable, ServiceInterface
- Direct Known Subclasses:
- CallbackService, DataStoreService, KeyPartitionService, MainService, NodeCommunicationService, UserService
- public abstract class ServiceBase
- extends java.lang.Object
- implements ServiceInterface
TODO Edit this text for a better description
- Author:
- michi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
ServiceBase
protected ServiceBase()
registerService
protected void registerService(java.lang.String service)
addWork
public void addWork(DataItem data)
transactionBegin
public void transactionBegin(DataItem data)
transactionContinue
public void transactionContinue(DataItem data)
transactionSplit
public void transactionSplit(DataItem data,
int newSplitSize)
transactionEnd
public void transactionEnd(DataItem data)
getServiceQueue
public Queue getServiceQueue()
getWork
public DataItem getWork()
getWork
public DataItem getWork(long timeout)
Copyright © 2004 Michael Kussmaul - Revision: 183 - Date: 2004-11-16T15:42:13.763853Z