ReferenceMethodspublic class FieldMethods extends Object implements ReferenceMethods
| Constructor | Description |
|---|---|
FieldMethods(ReferenceMetadata m_dependencyMetadata,
Class<?> instanceClass,
DSVersion dsVersion,
boolean configurableServiceProperties) |
| Modifier and Type | Method | 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. |
public FieldMethods(ReferenceMetadata m_dependencyMetadata, 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 ReferenceMethodsCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.