public class ChannelWrapper extends Object
| Constructor and Description |
|---|
ChannelWrapper(Channel channel,
NodeType nodeType,
String nodeGroup,
String identity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Channel |
getChannel() |
String |
getIdentity() |
String |
getNodeGroup() |
NodeType |
getNodeType() |
int |
hashCode() |
boolean |
isClosed() |
boolean |
isOpen() |
void |
setChannel(Channel channel) |
void |
setIdentity(String identity) |
void |
setNodeGroup(String nodeGroup) |
void |
setNodeType(NodeType nodeType) |
String |
toString() |
public Channel getChannel()
public void setChannel(Channel channel)
public NodeType getNodeType()
public void setNodeType(NodeType nodeType)
public String getNodeGroup()
public void setNodeGroup(String nodeGroup)
public String getIdentity()
public void setIdentity(String identity)
public boolean isOpen()
public boolean isClosed()
Copyright © 2016. All rights reserved.