To Register a class as a component in the
{@link org.apache.lucene.gdata.server.registry.GDataServerRegistry} the class
or a super class must implements this interface.
ServerComponent defines a method initialize and
destroy. initialize will be called when the component
is registered and destroy when the registry is destroyed (usually
at server shut down). |