public abstract class ProtocolMessage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtocolMessage.MessageType |
| Modifier and Type | Field and Description |
|---|---|
private String |
requestorDN |
| Constructor and Description |
|---|
ProtocolMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestorDN() |
abstract ProtocolMessage.MessageType |
getType() |
void |
setRequestorDN(String dn)
Sets the DN of the entity making the request
|
private volatile String requestorDN
public abstract ProtocolMessage.MessageType getType()
public void setRequestorDN(String dn)
dn - dn of the entity making the requestpublic String getRequestorDN()
nullCopyright © 2016 Apache NiFi Project. All rights reserved.