public class ModuleExecutionFilter<S> extends Object implements ServiceExecutionStrategy<S>
ModuleCompleteKey
.Constructor and Description |
---|
ModuleExecutionFilter(com.google.common.base.Function<org.osgi.framework.ServiceReference,com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey>> moduleReferenceParser,
ServiceExecutionStrategy<S> delegate,
Set<String> moduleWhiteList) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(org.osgi.framework.ServiceReference serviceReference,
com.atlassian.tenancy.api.Tenant tenant,
com.google.common.base.Function<S,?> serviceCallback) |
void |
trigger() |
public ModuleExecutionFilter(com.google.common.base.Function<org.osgi.framework.ServiceReference,com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey>> moduleReferenceParser, ServiceExecutionStrategy<S> delegate, Set<String> moduleWhiteList)
public boolean add(org.osgi.framework.ServiceReference serviceReference, com.atlassian.tenancy.api.Tenant tenant, com.google.common.base.Function<S,?> serviceCallback)
add
in interface ServiceExecutionStrategy<S>
public void trigger()
trigger
in interface ServiceExecutionStrategy<S>
Copyright © 2003–2017 Atlassian. All rights reserved.