org.xcmis.search.lucene.index
Interface StartableResource

All Known Subinterfaces:
IndexDataKeeper<D>, IndexDataManager<D,R,Y>, LuceneIndexDataManager, TransactionableLuceneIndexDataManager
All Known Implementing Classes:
CacheableIndexDataManager, LocalIndexDataManagerProxy, LocalStorageIndexDataManager, LuceneIndexingService, PersistedIndex, ReducibleInMemoryIndexDataKeeper, StartableIndexingService, TransactionableIndexDataManager

public interface StartableResource

Created by The eXo Platform SAS.

Version:
$Id: StartableResource.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Sergey Kabashnyuk

Method Summary
 boolean isStarted()
           
 boolean isStoped()
           
 void start()
          Allocate resources
 void stop()
          Dispose resources
 

Method Detail

start

void start()
           throws IndexException
Allocate resources

Throws:
IndexException

stop

void stop()
          throws IndexException
Dispose resources

Throws:
IndexException

isStarted

boolean isStarted()
Returns:
the isStarted

isStoped

boolean isStoped()
Returns:
the isStoped


Copyright © 2011 eXo Platform SAS. All Rights Reserved.