public class FieldMethods extends java.lang.Object implements ReferenceMethods
Modifier and Type | Field and Description |
---|---|
private ReferenceMethod |
bind |
private InitReferenceMethod |
init |
private ReferenceMethod |
unbind |
private ReferenceMethod |
updated |
NOPReferenceMethod
Constructor and Description |
---|
FieldMethods(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 bind
private final ReferenceMethod updated
private final ReferenceMethod unbind
private final InitReferenceMethod init
public FieldMethods(ReferenceMetadata m_dependencyMetadata, java.lang.Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties)
public ReferenceMethod getBind()
ReferenceMethods
null
.getBind
in interface ReferenceMethods
public ReferenceMethod getUnbind()
ReferenceMethods
null
.getUnbind
in interface ReferenceMethods
public ReferenceMethod getUpdated()
ReferenceMethods
null
.getUpdated
in interface ReferenceMethods
public InitReferenceMethod getInit()
ReferenceMethods
null
getInit
in interface ReferenceMethods