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 |
| Constructor and Description |
|---|
FieldMethods(ReferenceMetadata m_dependencyMetadata,
java.lang.Class<?> instanceClass,
DSVersion dsVersion,
boolean configurableServiceProperties) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceMethod |
getBind()
Never returns
null. |
InitReferenceMethod |
getInit()
This is optional and might return
null |
ReferenceMethod |
getUnbind()
Never returns
null. |
ReferenceMethod |
getUpdated()
Never returns
null. |
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()
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