public interface ProtocolFinder
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProtocolFinder.Duck |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
findProtocol() |
String |
getClassname()
Finder logic implementation class
|
String |
getName()
Finder name, which could be used as reference
|
PortUnification |
getParent() |
String |
getProtocol()
Reference to a protocol, which was defined before.
|
void |
setClassname(String value) |
void |
setName(String value) |
void |
setProtocol(String value) |
String getName()
void setName(String value)
String getProtocol()
void setProtocol(String value)
String getClassname()
void setClassname(String value)
@DuckTyped Protocol findProtocol()
@DuckTyped PortUnification getParent()
getParent in interface org.jvnet.hk2.config.ConfigBeanProxyCopyright © 2017. All rights reserved.