gran.app.adapter.service
Class BaseIndexServiceAdapter

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

public class BaseIndexServiceAdapter
extends java.lang.Object
implements ServiceAdapter


Constructor Summary
BaseIndexServiceAdapter()
           
 
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

BaseIndexServiceAdapter

public BaseIndexServiceAdapter()
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-2003 TrackStudio, Ltd. All Rights Reserved.