org.eclipse.swordfish.core
Interface SwordfishContext

All Known Implementing Classes:
SwordfishContextImpl

public interface SwordfishContext

Provides the access to the underlying Swordfish and SMX facilities. Is published as the osgi service with the interface name org.eclipse.swordfish.api.context.SwordfishContext. Can be also injected via SwordfishContextAware interface


Method Summary
 javax.jbi.component.ComponentContext getComponentContext()
          Access the JBI component context.
 ConfigurationService getConfigurationService()
           
 EventService getEventService()
          Access to Swordfish EventService
 

Method Detail

getConfigurationService

ConfigurationService getConfigurationService()

getComponentContext

javax.jbi.component.ComponentContext getComponentContext()
Access the JBI component context.

Returns:
the platform JBI context.

getEventService

EventService getEventService()
Access to Swordfish EventService