public class ConnectionResponseMessage extends ProtocolMessage
ProtocolMessage.MessageType| Modifier and Type | Field and Description |
|---|---|
private String |
clusterManagerDN |
private ConnectionResponse |
connectionResponse |
| Constructor and Description |
|---|
ConnectionResponseMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterManagerDN()
Returns the DN of the NCM, if it is available or
null otherwise. |
ConnectionResponse |
getConnectionResponse() |
ProtocolMessage.MessageType |
getType() |
void |
setClusterManagerDN(String dn) |
void |
setConnectionResponse(ConnectionResponse connectionResponse) |
getRequestorDN, setRequestorDNprivate ConnectionResponse connectionResponse
private String clusterManagerDN
public ConnectionResponse getConnectionResponse()
public void setConnectionResponse(ConnectionResponse connectionResponse)
public void setClusterManagerDN(String dn)
public String getClusterManagerDN()
null otherwise.public ProtocolMessage.MessageType getType()
getType in class ProtocolMessageCopyright © 2015 Apache NiFi(incubating) Project. All rights reserved.