public static final class SimpleServicePublisher.ServiceReg extends Object
| Modifier and Type | Method and Description |
|---|---|
List<Effect0> |
getOnShutdown() |
List<org.osgi.framework.ServiceRegistration> |
getServiceRegistrations() |
static SimpleServicePublisher.ServiceReg |
reg(Effect0 onShutdown,
org.osgi.framework.ServiceRegistration... serviceRegistration) |
static SimpleServicePublisher.ServiceReg |
reg(List<org.osgi.framework.ServiceRegistration> serviceRegistrations,
List<Effect0> onShutdown) |
static SimpleServicePublisher.ServiceReg |
reg(org.osgi.framework.ServiceRegistration serviceRegistration,
Effect0... onShutdown) |
static SimpleServicePublisher.ServiceReg |
reg(org.osgi.framework.ServiceRegistration serviceRegistration,
Effect0 onShutdown) |
public static SimpleServicePublisher.ServiceReg reg(List<org.osgi.framework.ServiceRegistration> serviceRegistrations, List<Effect0> onShutdown)
public static SimpleServicePublisher.ServiceReg reg(org.osgi.framework.ServiceRegistration serviceRegistration, Effect0 onShutdown)
public static SimpleServicePublisher.ServiceReg reg(org.osgi.framework.ServiceRegistration serviceRegistration, Effect0... onShutdown)
public static SimpleServicePublisher.ServiceReg reg(Effect0 onShutdown, org.osgi.framework.ServiceRegistration... serviceRegistration)
public List<org.osgi.framework.ServiceRegistration> getServiceRegistrations()
Copyright © 2009–2021 Opencast Project. All rights reserved.