org.robokind.api.common.triggering
Class TriggerUtils

java.lang.Object
  extended by org.robokind.api.common.triggering.TriggerUtils

public class TriggerUtils
extends Object

Author:
Matthew Stevenson

Constructor Summary
TriggerUtils()
           
 
Method Summary
static org.osgi.framework.ServiceReference[] findHandlers(org.osgi.framework.BundleContext context, String triggerType, String filter)
           
static org.osgi.framework.ServiceReference[] findHandlers(org.osgi.framework.BundleContext context, Trigger trigger)
           
static org.osgi.framework.ServiceRegistration registerTriggerHandler(org.osgi.framework.BundleContext context, TriggerHandler handler, Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriggerUtils

public TriggerUtils()
Method Detail

registerTriggerHandler

public static org.osgi.framework.ServiceRegistration registerTriggerHandler(org.osgi.framework.BundleContext context,
                                                                            TriggerHandler handler,
                                                                            Properties props)

findHandlers

public static org.osgi.framework.ServiceReference[] findHandlers(org.osgi.framework.BundleContext context,
                                                                 Trigger trigger)

findHandlers

public static org.osgi.framework.ServiceReference[] findHandlers(org.osgi.framework.BundleContext context,
                                                                 String triggerType,
                                                                 String filter)


Copyright © 2011-2012. All Rights Reserved.