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 |
Constructor and Description |
---|
BindMethods(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 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()
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