public class DiscoveryEvent extends Object implements DataStructure
| Modifier and Type | Field and Description |
|---|---|
protected String |
brokerName |
static byte |
DATA_STRUCTURE_TYPE |
protected String |
serviceName |
| Modifier | Constructor and Description |
|---|---|
|
DiscoveryEvent() |
protected |
DiscoveryEvent(DiscoveryEvent copy) |
|
DiscoveryEvent(String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrokerName() |
byte |
getDataStructureType() |
String |
getServiceName() |
boolean |
isMarshallAware() |
void |
setBrokerName(String name) |
void |
setServiceName(String serviceName) |
public static final byte DATA_STRUCTURE_TYPE
protected String serviceName
protected String brokerName
public DiscoveryEvent()
public DiscoveryEvent(String serviceName)
protected DiscoveryEvent(DiscoveryEvent copy)
public byte getDataStructureType()
getDataStructureType in interface DataStructurepublic String getServiceName()
public void setServiceName(String serviceName)
public String getBrokerName()
public void setBrokerName(String name)
public boolean isMarshallAware()
isMarshallAware in interface DataStructureCopyright © 2005–2016 FuseSource, Corp.. All rights reserved.