org.apache.felix.scr.impl.helper
Class ActivateMethod.ActivatorParameter

java.lang.Object
  extended by org.apache.felix.scr.impl.helper.ActivateMethod.ActivatorParameter
Enclosing class:
ActivateMethod

public static final class ActivateMethod.ActivatorParameter
extends Object


Constructor Summary
ActivateMethod.ActivatorParameter(ComponentContext componentContext, int reason)
           
 
Method Summary
 ComponentContext getComponentContext()
           
 int getReason()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivateMethod.ActivatorParameter

public ActivateMethod.ActivatorParameter(ComponentContext componentContext,
                                         int reason)
Method Detail

getComponentContext

public ComponentContext getComponentContext()

getReason

public int getReason()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.