org.drools.osgi.api
Class Activator.BundleContextInstantiator<V>

java.lang.Object
  extended by org.drools.osgi.api.Activator.BundleContextInstantiator<V>
All Implemented Interfaces:
Callable<V>
Enclosing class:
Activator

public static class Activator.BundleContextInstantiator<V>
extends Object
implements Callable<V>


Constructor Summary
Activator.BundleContextInstantiator(org.osgi.framework.BundleContext bc, org.osgi.framework.ServiceReference ref)
           
 
Method Summary
 V call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator.BundleContextInstantiator

public Activator.BundleContextInstantiator(org.osgi.framework.BundleContext bc,
                                           org.osgi.framework.ServiceReference ref)
Method Detail

call

public V call()
       throws Exception
Specified by:
call in interface Callable<V>
Throws:
Exception


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.