org.qi4j.migration
Class MigrationService.Activator

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

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


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

Constructor Detail

MigrationService.Activator

public MigrationService.Activator()
Method Detail

afterActivation

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

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