public class SRs extends Object
Modifier and Type | Method and Description |
---|---|
static <T> List<org.osgi.framework.dto.ServiceReferenceDTO> |
from(Collection<org.osgi.framework.ServiceReference<T>> references,
org.osgi.framework.ServiceReference<T>... more) |
static <T> org.osgi.framework.dto.ServiceReferenceDTO |
from(org.osgi.framework.ServiceReference<T> reference) |
static <T> List<org.osgi.framework.dto.ServiceReferenceDTO> |
from(org.osgi.framework.ServiceReference<T>[] references,
org.osgi.framework.ServiceReference<T>... more) |
static <T> long |
id(org.osgi.framework.ServiceReference<T> reference) |
public static <T> org.osgi.framework.dto.ServiceReferenceDTO from(org.osgi.framework.ServiceReference<T> reference)
@SafeVarargs public static <T> List<org.osgi.framework.dto.ServiceReferenceDTO> from(org.osgi.framework.ServiceReference<T>[] references, org.osgi.framework.ServiceReference<T>... more)
@SafeVarargs public static <T> List<org.osgi.framework.dto.ServiceReferenceDTO> from(Collection<org.osgi.framework.ServiceReference<T>> references, org.osgi.framework.ServiceReference<T>... more)
public static <T> long id(org.osgi.framework.ServiceReference<T> reference)
Copyright © 2019 The Apache Software Foundation. All rights reserved.