org.apache.activemq.command
Class DiscoveryEvent
java.lang.Object
org.apache.activemq.command.DiscoveryEvent
- All Implemented Interfaces:
- DataStructure
public class DiscoveryEvent
- extends java.lang.Object
- implements DataStructure
Represents a discovery event containing the details of the service
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE
- See Also:
- Constant Field Values
serviceName
protected java.lang.String serviceName
brokerName
protected java.lang.String brokerName
DiscoveryEvent
public DiscoveryEvent()
DiscoveryEvent
public DiscoveryEvent(java.lang.String serviceName)
getDataStructureType
public byte getDataStructureType()
- Specified by:
getDataStructureType
in interface DataStructure
- Returns:
- The type of the data structure
getServiceName
public java.lang.String getServiceName()
setServiceName
public void setServiceName(java.lang.String serviceName)
getBrokerName
public java.lang.String getBrokerName()
setBrokerName
public void setBrokerName(java.lang.String name)
isMarshallAware
public boolean isMarshallAware()
- Specified by:
isMarshallAware
in interface DataStructure
Copyright © 2005-2011. All Rights Reserved.