2.2.8.1. Startable interface

Your service can implement the startable interface which defines a start() and a stop() method. These methods are called by the container at the beginning and the end of the container's lifecycle. This way the lifecycle of your service is managed by the container.

Copyright ©2012. All rights reserved. eXo Platform SAS