org.qi4j.library.fileconfig
Class FileConfigurationService.Activator

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

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


Constructor Summary
FileConfigurationService.Activator()
           
 
Method Summary
 void afterActivation(ServiceReference<FileConfigurationService> activated)
          Called after activatee activation.
 void beforePassivation(ServiceReference<FileConfigurationService> 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

FileConfigurationService.Activator

public FileConfigurationService.Activator()
Method Detail

afterActivation

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

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

beforePassivation

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

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