Title: When is my service called?

Somebody please tell me when my service is initially called.  I have code in the constructor of my implementation class that needs to be called once.  I have tagged the service with Application scope.  Is my service called when the first method is called or is it possible to start/stop the service and call init/cleanup code?

Barry

Reply via email to