com.trackstudio.app.adapter.service
Class BaseFilterServiceAdapter

java.lang.Object
  extended by com.trackstudio.app.adapter.service.BaseFilterServiceAdapter
All Implemented Interfaces:
Adapter, ServiceAdapter

public class BaseFilterServiceAdapter
extends java.lang.Object
implements ServiceAdapter

Base Filter Service Adapter. Realizes subscribers management.


Nested Class Summary
 class BaseFilterServiceAdapter.SubscriberInfo
          Stores information about subscriber
 
Constructor Summary
BaseFilterServiceAdapter()
           
 
Method Summary
 java.lang.String getDescription()
          Adapter's description
 boolean init()
          Initialize adapter.
 void processImpl(long cnt)
          Process subscription rules for the subscriber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseFilterServiceAdapter

public BaseFilterServiceAdapter()
Method Detail

init

public boolean init()
Description copied from interface: Adapter
Initialize adapter. TrackStudio calls this method during startup.

Specified by:
init in interface Adapter
Returns:
true when adapter initialized, false otherwise.

getDescription

public java.lang.String getDescription()
Adapter's description

Specified by:
getDescription in interface Adapter
Returns:
adapter's description

processImpl

public void processImpl(long cnt)
Process subscription rules for the subscriber

Specified by:
processImpl in interface ServiceAdapter
Parameters:
cnt - unused


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.