public class DuplexReferenceMethods extends java.lang.Object implements ReferenceMethods
| Modifier and Type | Class and Description |
|---|---|
private static class |
DuplexReferenceMethods.DuplexReferenceMethod |
| Modifier and Type | Field and Description |
|---|---|
private ReferenceMethod |
bind |
private InitReferenceMethod |
init |
private ReferenceMethod |
unbind |
private ReferenceMethod |
updated |
NOPReferenceMethod| Constructor and Description |
|---|
DuplexReferenceMethods(java.util.List<ReferenceMethods> methods) |
| 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 DuplexReferenceMethods(java.util.List<ReferenceMethods> methods)
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