gran.app.adapter.service
Class BaseFilterServiceAdapter

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

public class BaseFilterServiceAdapter
extends java.lang.Object
implements ServiceAdapter


Constructor Summary
BaseFilterServiceAdapter()
           
 
Method Summary
 java.lang.String getDescription()
          Get description of adapter as plain text
 boolean init()
          Initialize adapter.
 void processImpl(long cnt)
           
 
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()
Description copied from interface: Adapter
Get description of adapter as plain text

Specified by:
getDescription in interface Adapter

processImpl

public void processImpl(long cnt)
Specified by:
processImpl in interface ServiceAdapter


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