org.jboss.weld.environment.osgi.ee
Class BundleContextAccessor

java.lang.Object
  extended by org.jboss.weld.environment.osgi.ee.BundleContextAccessor

public class BundleContextAccessor
extends Object


Constructor Summary
BundleContextAccessor()
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleContextAccessor

public BundleContextAccessor()
Method Detail

start

@PostConstruct
public void start()

stop

@PreDestroy
public void stop()


Copyright © 2012 Seam Framework. All Rights Reserved.