Class BindMethods
java.lang.Object
org.apache.felix.scr.impl.inject.methods.BindMethods
- All Implemented Interfaces:
ReferenceMethods
- Version:
- $Rev$ $Date$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ReferenceMethodprivate final ReferenceMethodprivate final ReferenceMethodFields inherited from interface ReferenceMethods
NOPReferenceMethod -
Constructor Summary
ConstructorsConstructorDescriptionBindMethods(ReferenceMetadata m_dependencyMetadata, Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties) -
Method Summary
-
Field Details
-
m_bind
-
m_updated
-
m_unbind
-
-
Constructor Details
-
BindMethods
public BindMethods(ReferenceMetadata m_dependencyMetadata, Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties)
-
-
Method Details
-
getBind
Description copied from interface:ReferenceMethodsGet the method to bind a service. Never returnsnull.- Specified by:
getBindin interfaceReferenceMethods
-
getUnbind
Description copied from interface:ReferenceMethodsGet the method to unbind a service. Never returnsnull.- Specified by:
getUnbindin interfaceReferenceMethods
-
getUpdated
Description copied from interface:ReferenceMethodsGet the method to update a service. Never returnsnull.- Specified by:
getUpdatedin interfaceReferenceMethods
-
getInit
Description copied from interface:ReferenceMethodsGet an optional method to initialize the component reference handling. This is optional and might returnnull- Specified by:
getInitin interfaceReferenceMethods
-