public interface ProtocolHandler
Adapter| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Adapter |
getAdapter() |
Object |
getAttribute(String name) |
void |
init()
Init the protocol.
|
void |
setAdapter(Adapter adapter)
The adapter, used to call the connector.
|
void |
setAttribute(String name,
Object value)
Pass config info.
|
void |
start()
Start the protocol.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.