Package | Description |
---|---|
org.apache.felix.scr.impl.inject | |
org.apache.felix.scr.impl.inject.field | |
org.apache.felix.scr.impl.inject.methods |
Modifier and Type | Field and Description |
---|---|
static ReferenceMethod |
ReferenceMethod.NOPReferenceMethod
A NOP implementation.
|
Modifier and Type | Method and Description |
---|---|
ReferenceMethod |
DuplexReferenceMethods.getBind() |
ReferenceMethod |
ReferenceMethods.getBind()
Get the method to bind a service.
|
ReferenceMethod |
DuplexReferenceMethods.getUnbind() |
ReferenceMethod |
ReferenceMethods.getUnbind()
Get the method to unbind a service.
|
ReferenceMethod |
DuplexReferenceMethods.getUpdated() |
ReferenceMethod |
ReferenceMethods.getUpdated()
Get the method to update a service.
|
Modifier and Type | Class and Description |
---|---|
static class |
FieldHandler.ReferenceMethodImpl |
Modifier and Type | Method and Description |
---|---|
ReferenceMethod |
FieldMethods.getBind() |
ReferenceMethod |
FieldHandler.getBind() |
ReferenceMethod |
FieldMethods.getUnbind() |
ReferenceMethod |
FieldHandler.getUnbind() |
ReferenceMethod |
FieldMethods.getUpdated() |
ReferenceMethod |
FieldHandler.getUpdated() |
Modifier and Type | Class and Description |
---|---|
class |
BindMethod
Component method to be invoked on service (un)binding.
|
class |
UnbindMethod
Component method to be invoked on service unbinding.
|
class |
UpdatedMethod
Component method to be invoked on service property update of a bound service.
|
Modifier and Type | Method and Description |
---|---|
ReferenceMethod |
BindMethods.getBind() |
ReferenceMethod |
BindMethods.getUnbind() |
ReferenceMethod |
BindMethods.getUpdated() |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.