Class RegisteredService<S,T>
- java.lang.Object
-
- org.ops4j.pax.logging.spi.support.RegisteredService<S,T>
-
- Type Parameters:
S- Interface of the registered serviceT- Actual type of the service
public class RegisteredService<S,T> extends Object
Class keeping both the service and it'sServiceRegistration
-
-
Constructor Summary
Constructors Constructor Description RegisteredService(T service, org.osgi.framework.ServiceRegistration<S> registration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()org.osgi.framework.ServiceRegistration<S>getRegistration()TgetService()
-