gran.app.adapter.service
Class BasePOP3ServiceAdapter

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

public class BasePOP3ServiceAdapter
extends java.lang.Object
implements ServiceAdapter


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

BasePOP3ServiceAdapter

public BasePOP3ServiceAdapter()
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.