com.infoscape.proteus.ftp
Class FTPSource

java.lang.Object
  |
  +--com.infoscape.proteus.MessageHandlerImpl
        |
        +--com.infoscape.proteus.SourceImpl
              |
              +--com.infoscape.proteus.PolledSource
                    |
                    +--com.infoscape.proteus.ftp.FTPSource
All Implemented Interfaces:
MessageHandler, MessageSource, Transactional

public class FTPSource
extends PolledSource


Field Summary
 
Fields inherited from class com.infoscape.proteus.PolledSource
pollPeriod
 
Constructor Summary
FTPSource(Connection conn, org.jdom.Element elt)
           
 
Method Summary
 boolean cacheEmpty()
           
 java.lang.Object getFromCache()
           
 void loadCache()
           
 
Methods inherited from class com.infoscape.proteus.PolledSource
_getMessage
 
Methods inherited from class com.infoscape.proteus.SourceImpl
getMessage
 
Methods inherited from class com.infoscape.proteus.MessageHandlerImpl
commit, disconnect, getConnection, log, log, reconnect, rollback, setSyncPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.infoscape.proteus.MessageHandler
disconnect, getConnection, reconnect
 
Methods inherited from interface com.infoscape.proteus.Transactional
commit, rollback, setSyncPoint
 

Constructor Detail

FTPSource

public FTPSource(Connection conn,
                 org.jdom.Element elt)
          throws java.lang.Exception
Method Detail

cacheEmpty

public boolean cacheEmpty()
                   throws java.lang.Exception
Specified by:
cacheEmpty in class PolledSource
java.lang.Exception

loadCache

public void loadCache()
               throws java.lang.Exception
Specified by:
loadCache in class PolledSource
java.lang.Exception

getFromCache

public java.lang.Object getFromCache()
                              throws java.lang.Exception
Specified by:
getFromCache in class PolledSource
java.lang.Exception