public class DuplexReferenceMethods extends Object implements ReferenceMethods
NOPReferenceMethod
Constructor and Description |
---|
DuplexReferenceMethods(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.
|
public DuplexReferenceMethods(List<ReferenceMethods> methods)
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
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.