Package org.apache.felix.scr.impl.inject
Class DuplexReferenceMethods
java.lang.Object
org.apache.felix.scr.impl.inject.DuplexReferenceMethods
- All Implemented Interfaces:
ReferenceMethods
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ReferenceMethod
private final InitReferenceMethod
private final ReferenceMethod
private final ReferenceMethod
Fields inherited from interface org.apache.felix.scr.impl.inject.ReferenceMethods
NOPReferenceMethod
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bind
-
updated
-
unbind
-
init
-
-
Constructor Details
-
DuplexReferenceMethods
-
-
Method Details
-
getBind
Description copied from interface:ReferenceMethods
Get the method to bind a service. Never returnsnull
.- Specified by:
getBind
in interfaceReferenceMethods
-
getUnbind
Description copied from interface:ReferenceMethods
Get the method to unbind a service. Never returnsnull
.- Specified by:
getUnbind
in interfaceReferenceMethods
-
getUpdated
Description copied from interface:ReferenceMethods
Get the method to update a service. Never returnsnull
.- Specified by:
getUpdated
in interfaceReferenceMethods
-
getInit
Description copied from interface:ReferenceMethods
Get an optional method to initialize the component reference handling. This is optional and might returnnull
- Specified by:
getInit
in interfaceReferenceMethods
-