org.qi4j.library.rdf.repository
Class HttpRepositoryService.Activator

java.lang.Object
  extended by org.qi4j.api.activation.ActivatorAdapter<ServiceReference<HttpRepositoryService>>
      extended by org.qi4j.library.rdf.repository.HttpRepositoryService.Activator
All Implemented Interfaces:
Activator<ServiceReference<HttpRepositoryService>>
Enclosing interface:
HttpRepositoryService

public static class HttpRepositoryService.Activator
extends ActivatorAdapter<ServiceReference<HttpRepositoryService>>


Constructor Summary
HttpRepositoryService.Activator()
           
 
Method Summary
 void afterActivation(ServiceReference<HttpRepositoryService> activated)
          Called after activatee activation.
 void beforePassivation(ServiceReference<HttpRepositoryService> passivating)
          Called before activatee passivation.
 
Methods inherited from class org.qi4j.api.activation.ActivatorAdapter
afterPassivation, beforeActivation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRepositoryService.Activator

public HttpRepositoryService.Activator()
Method Detail

afterActivation

public void afterActivation(ServiceReference<HttpRepositoryService> activated)
                     throws java.lang.Exception
Description copied from class: ActivatorAdapter
Called after activatee activation.

Specified by:
afterActivation in interface Activator<ServiceReference<HttpRepositoryService>>
Overrides:
afterActivation in class ActivatorAdapter<ServiceReference<HttpRepositoryService>>
Throws:
java.lang.Exception

beforePassivation

public void beforePassivation(ServiceReference<HttpRepositoryService> passivating)
                       throws java.lang.Exception
Description copied from class: ActivatorAdapter
Called before activatee passivation.

Specified by:
beforePassivation in interface Activator<ServiceReference<HttpRepositoryService>>
Overrides:
beforePassivation in class ActivatorAdapter<ServiceReference<HttpRepositoryService>>
Throws:
java.lang.Exception