ch.nix.ert.user
Class UserService

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

public class UserService
extends ServiceBase

TODO Edit this text for a better description

Author:
michi

Method Summary
 void delete(long key)
           
 boolean deleteSync(long key)
           
 void get(long key)
           
static UserService getInstance()
           
 java.lang.Object getSync(long key)
           
 void put(long key, java.lang.String data)
           
 boolean putSync(long key, java.lang.String data)
           
 void registerAtDispatcher()
          Registers the Service at the Dispatcher
 void run()
           
 void sendRaw(DataItem dataItem)
           
 
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 UserService getInstance()

registerAtDispatcher

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


run

public void run()

sendRaw

public void sendRaw(DataItem dataItem)

put

public void put(long key,
                java.lang.String data)

putSync

public boolean putSync(long key,
                       java.lang.String data)

get

public void get(long key)

getSync

public java.lang.Object getSync(long key)

delete

public void delete(long key)

deleteSync

public boolean deleteSync(long key)


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