Class TicketingPluginManager
- java.lang.Object
 - 
- org.opennms.features.apilayer.common.utils.InterfaceMapper<org.opennms.integration.api.v1.ticketing.TicketingPlugin,Plugin>
 - 
- org.opennms.features.apilayer.ticketing.TicketingPluginManager
 
 
 
- 
public class TicketingPluginManager extends InterfaceMapper<org.opennms.integration.api.v1.ticketing.TicketingPlugin,Plugin>
Manager that registers @TicketingPluginfrom Integration API to OpenNMS. 
- 
- 
Field Summary
- 
Fields inherited from class org.opennms.features.apilayer.common.utils.InterfaceMapper
bundleContext, clazz, extServiceRegistrationMap 
 - 
 
- 
Constructor Summary
Constructors Constructor Description TicketingPluginManager(org.osgi.framework.BundleContext bundleContext) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pluginmap(org.opennms.integration.api.v1.ticketing.TicketingPlugin ext)- 
Methods inherited from class org.opennms.features.apilayer.common.utils.InterfaceMapper
getServiceProperties, onBind, onUnbind 
 - 
 
 - 
 
- 
- 
Method Detail
- 
map
public Plugin map(org.opennms.integration.api.v1.ticketing.TicketingPlugin ext)
- Specified by:
 mapin classInterfaceMapper<org.opennms.integration.api.v1.ticketing.TicketingPlugin,Plugin>
 
 - 
 
 -