ReferenceMethodspublic class DuplexReferenceMethods extends Object implements ReferenceMethods
| Constructor | Description |
|---|---|
DuplexReferenceMethods(ReferenceMethods first,
ReferenceMethods second) |
| 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 DuplexReferenceMethods(ReferenceMethods first, ReferenceMethods second)
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.