|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICatalog
Interface of controlling catalog service
Method Summary | |
---|---|
void |
bind(CatalogEntry ce)
Bind CatalogEntry |
void |
destroy()
Destroy current object |
long |
getCircleTime()
Circle time(ms) |
java.lang.String |
getFolderPath()
Get folder path |
boolean |
hasNext()
Whether or not exist next object |
boolean |
isSynchronization()
Saving data is whether or not synchronization. |
CatalogEntry |
lookup(java.lang.String id)
Search CatalogEntry by id |
CatalogEntry |
next()
Get next CatalogEntry object |
void |
rebind(CatalogEntry ce)
Rebind CatalogEntry |
void |
rewind()
Reset all of internal variables |
ICatalog |
setCircleTime(long circleTime)
Set circle time(ms) |
ICatalog |
setSynchronization(boolean isSynchronization)
Set synchronization. |
void |
unbind(CatalogEntry ce)
Unbind CatalogEntry |
Method Detail |
---|
void bind(CatalogEntry ce) throws OperationsException
ce
- - CatalogEntry object
OperationsException
void rebind(CatalogEntry ce) throws OperationsException
ce
- - CatalogEntry object
OperationsException
void unbind(CatalogEntry ce) throws OperationsException
ce
- - CatalogEntry object
OperationsException
CatalogEntry lookup(java.lang.String id)
id
-
CatalogEntry next()
boolean hasNext()
void rewind()
void destroy() throws java.lang.InterruptedException
java.lang.InterruptedException
boolean isSynchronization()
ICatalog setSynchronization(boolean isSynchronization)
isSynchronization
- - true: synchronizationlong getCircleTime()
ICatalog setCircleTime(long circleTime)
circleTime
- java.lang.String getFolderPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |