Class Activator
java.lang.Object
org.apache.felix.gogo.runtime.activator.Activator
- All Implemented Interfaces:
 org.osgi.framework.BundleActivator
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected org.osgi.framework.ServiceRegistrationnewProcessor(ThreadIO tio, org.osgi.framework.BundleContext context) voidstart(org.osgi.framework.BundleContext context) voidstop(org.osgi.framework.BundleContext context)  
- 
Field Details
- 
processor
 - 
CONTEXT
- See Also:
 
 
 - 
 - 
Constructor Details
- 
Activator
public Activator() 
 - 
 - 
Method Details
- 
newProcessor
protected org.osgi.framework.ServiceRegistration newProcessor(ThreadIO tio, org.osgi.framework.BundleContext context)  - 
start
- Specified by:
 startin interfaceorg.osgi.framework.BundleActivator- Throws:
 Exception
 - 
stop
- Specified by:
 stopin interfaceorg.osgi.framework.BundleActivator- Throws:
 Exception
 
 -