gran.app.adapter.service
Class BaseStoreServiceAdapter

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

public class BaseStoreServiceAdapter
extends java.lang.Object
implements ServiceAdapter


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

BaseStoreServiceAdapter

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