public class BindMethods extends java.lang.Object implements ReferenceMethods
| Modifier and Type | Field and Description |
|---|---|
private ReferenceMethod |
m_bind |
private ReferenceMethod |
m_unbind |
private ReferenceMethod |
m_updated |
NOPReferenceMethod| Constructor and Description |
|---|
BindMethods(ReferenceMetadata m_dependencyMetadata,
java.lang.Class<?> instanceClass,
DSVersion dsVersion,
boolean configurableServiceProperties) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceMethod |
getBind()
Get the method to bind a service.
|
InitReferenceMethod |
getInit()
Get an optional method to initialize the component reference handling.
|
ReferenceMethod |
getUnbind()
Get the method to unbind a service.
|
ReferenceMethod |
getUpdated()
Get the method to update a service.
|
private final ReferenceMethod m_bind
private final ReferenceMethod m_updated
private final ReferenceMethod m_unbind
public BindMethods(ReferenceMetadata m_dependencyMetadata, java.lang.Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties)
public ReferenceMethod getBind()
ReferenceMethodsnull.getBind in interface ReferenceMethodspublic ReferenceMethod getUnbind()
ReferenceMethodsnull.getUnbind in interface ReferenceMethodspublic ReferenceMethod getUpdated()
ReferenceMethodsnull.getUpdated in interface ReferenceMethodspublic InitReferenceMethod getInit()
ReferenceMethodsnullgetInit in interface ReferenceMethods