Package org.hibernate.search.engine.service.spi

Classes offering a service infrastructure for Search.

See: Description

Package org.hibernate.search.engine.service.spi Description

Classes offering a service infrastructure for Search. Entry point is the ServiceManager which allows to retrieve and release services. Services can be provided programmatically or discovered via Java's ServiceLoder mechanism. In order to be a service an interface must extend the Service interface. Optionally a service can also implement Startable and/or Stoppable in order to get live cycle callbacks.
Author:
Hardy Ferentschik

Copyright © 2006–2014 Hibernate. All rights reserved.