Package org.apache.felix.scr.impl.helper
Interface ReferenceMethods
-
- All Known Implementing Classes:
BindMethods
,DuplexReferenceMethods
,FieldMethods
public interface ReferenceMethods
ReferenceMethods
holds pointers to methods for a single reference.- The bind method
- The unbind method
- The updated method
- The init method (optional, only used for field references)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceMethod
getBind()
Never returnsnull
.InitReferenceMethod
getInit()
This is optional and might returnnull
ReferenceMethod
getUnbind()
Never returnsnull
.ReferenceMethod
getUpdated()
Never returnsnull
.
-
-
-
Method Detail
-
getBind
ReferenceMethod getBind()
Never returnsnull
.
-
getUnbind
ReferenceMethod getUnbind()
Never returnsnull
.
-
getUpdated
ReferenceMethod getUpdated()
Never returnsnull
.
-
getInit
InitReferenceMethod getInit()
This is optional and might returnnull
-
-