org.apache.aries.blueprint.container
Class BeanRecipe.VoidableCallable

java.lang.Object
  extended by org.apache.aries.blueprint.container.BeanRecipe.VoidableCallable
All Implemented Interfaces:
Callable<Object>, Voidable
Enclosing class:
BeanRecipe

public class BeanRecipe.VoidableCallable
extends Object
implements Callable<Object>, Voidable


Constructor Summary
BeanRecipe.VoidableCallable()
           
 
Method Summary
 Object call()
           
 void voidReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanRecipe.VoidableCallable

public BeanRecipe.VoidableCallable()
Method Detail

voidReference

public void voidReference()
Specified by:
voidReference in interface Voidable

call

public Object call()
            throws org.osgi.service.blueprint.container.ComponentDefinitionException
Specified by:
call in interface Callable<Object>
Throws:
org.osgi.service.blueprint.container.ComponentDefinitionException


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.