org.ops4j.pax.web.extender.whiteboard.internal
Interface HttpServiceListener

All Known Implementing Classes:
WebApplication

public interface HttpServiceListener

Listener on http service availability.

Since:
August 21, 2007
Author:
Alin Dreghiciu

Method Summary
 void available(org.osgi.service.http.HttpService httpService)
          Called when an http service becomes available.
 void unavailable(org.osgi.service.http.HttpService httpService)
          Called when an http service becomes unavailable.
 

Method Detail

available

void available(org.osgi.service.http.HttpService httpService)
               throws java.lang.Exception
Called when an http service becomes available.

Parameters:
httpService - an http service
Throws:
java.lang.Exception

unavailable

void unavailable(org.osgi.service.http.HttpService httpService)
Called when an http service becomes unavailable.

Parameters:
httpService - an http service


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.