com.trackstudio.app.adapter.service
Class BaseStoreServiceAdapter

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

public class BaseStoreServiceAdapter
extends java.lang.Object
implements ServiceAdapter

Base Store Service Adapter. Realizes email import.


Constructor Summary
BaseStoreServiceAdapter()
           
 
Method Summary
 java.lang.String getDescription()
          Adapter's description
 boolean init()
          Initialize adapter.
 void processImpl(long cnt)
          Retrieve e-mail messages and import them
 
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()
Adapter's description

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

processImpl

public void processImpl(long cnt)
Retrieve e-mail messages and import them

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


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