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

Класс, в котором реализованы методы работы с импортом почты


Constructor Summary
BaseStoreServiceAdapter()
           
 
Method Summary
 java.lang.String getDescription()
          Возвращает текстовое описание адаптера
 boolean init()
          Производит инициализация класса
 void processImpl()
          Импортируем почту
 
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()
Производит инициализация класса

Specified by:
init in interface Adapter
Returns:
TRUE - успешно

getDescription

public java.lang.String getDescription()
Возвращает текстовое описание адаптера

Specified by:
getDescription in interface Adapter
Returns:
описание адаптера

processImpl

public void processImpl()
Импортируем почту

Specified by:
processImpl in interface ServiceAdapter


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