|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tm4j.topicmap.index.IndexMetaImpl
Simple implementation of the IndexMeta interface.
| Constructor Summary | |
IndexMetaImpl(boolean isAutomaticallyOpened,
boolean isAutomaticallyUpdated)
Construct a new IndexMetaImpl reflecting the specified meta data values. |
|
| Method Summary | |
boolean |
isAutomaticallyOpened()
Determines whether or not this index is always returned opened by the IndexManager. |
boolean |
isAutomaticallyUpdated()
Determines whether or not this index is automatically updated from events on the TopicMap. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IndexMetaImpl(boolean isAutomaticallyOpened,
boolean isAutomaticallyUpdated)
isAutomaticallyOpened - the value to be returned by the method isAutomaticallyOpened()isAutomaticallyUpdated - the value to be returned by the method isAutomaticallyUpdated()| Method Detail |
public boolean isAutomaticallyOpened()
IndexMeta
isAutomaticallyOpened in interface IndexMetapublic boolean isAutomaticallyUpdated()
IndexMeta
isAutomaticallyUpdated in interface IndexMeta
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||