org.seasar.robot.service.impl
クラス UrlQueueServiceImpl
java.lang.Object
org.seasar.robot.service.impl.UrlQueueServiceImpl
- すべての実装されたインタフェース:
- UrlQueueService
public class UrlQueueServiceImpl
- extends Object
- implements UrlQueueService
- 作成者:
- shinsuke
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataHelper
protected MemoryDataHelper dataHelper
UrlQueueServiceImpl
public UrlQueueServiceImpl()
updateSessionId
public void updateSessionId(String oldSessionId,
String newSessionId)
- 定義:
- インタフェース
UrlQueueService
内の updateSessionId
add
public void add(String sessionId,
String url)
- 定義:
- インタフェース
UrlQueueService
内の add
insert
public void insert(UrlQueue urlQueue)
- 定義:
- インタフェース
UrlQueueService
内の insert
delete
public void delete(String sessionId)
- 定義:
- インタフェース
UrlQueueService
内の delete
deleteAll
public void deleteAll()
- 定義:
- インタフェース
UrlQueueService
内の deleteAll
offerAll
public void offerAll(String sessionId,
List<UrlQueue> newUrlQueueList)
- 定義:
- インタフェース
UrlQueueService
内の offerAll
isNewUrl
protected boolean isNewUrl(UrlQueue urlQueue,
Queue<UrlQueue> urlQueueList)
poll
public UrlQueue poll(String sessionId)
- 定義:
- インタフェース
UrlQueueService
内の poll
saveSession
public void saveSession(String sessionId)
- 定義:
- インタフェース
UrlQueueService
内の saveSession
visited
public boolean visited(UrlQueue urlQueue)
- 定義:
- インタフェース
UrlQueueService
内の visited
generateUrlQueues
public void generateUrlQueues(String previousSessionId,
String sessionId)
- 定義:
- インタフェース
UrlQueueService
内の generateUrlQueues
Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.