Esri Geoportal Server
1.2.9

com.esri.gpt.catalog.lucene
Class LuceneIndexObserverInfo

java.lang.Object
  extended by com.esri.gpt.catalog.lucene.LuceneIndexObserverInfo

public class LuceneIndexObserverInfo
extends Object

Lucene index observer info.


Constructor Summary
LuceneIndexObserverInfo()
           
 
Method Summary
 LuceneIndexObserver createObserver()
          Creates observer.
 StringAttributeMap getAttributes()
          Gets attributes.
 String getClassName()
          Gets class name.
 void setAttributes(StringAttributeMap attributes)
          Sets attributes.
 void setClassName(String className)
          Sets class name.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LuceneIndexObserverInfo

public LuceneIndexObserverInfo()
Method Detail

getClassName

public String getClassName()
Gets class name.

Returns:
class name

setClassName

public void setClassName(String className)
Sets class name.

Parameters:
className - adaptor class name

getAttributes

public StringAttributeMap getAttributes()
Gets attributes.

Returns:
attributes

setAttributes

public void setAttributes(StringAttributeMap attributes)
Sets attributes.

Parameters:
attributes - attributes

toString

public String toString()
Overrides:
toString in class Object

createObserver

public LuceneIndexObserver createObserver()
Creates observer.

Returns:
observer or null if observer can not be created

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.