org.hibernate.service.spi
Interface Startable


public interface Startable

Lifecycle contract for services which wish to be notified when it is time to start.


Method Summary
 void start()
          Start phase notification
 

Method Detail

start

void start()
Start phase notification



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.