Uses of Class
org.apache.qpid.jms.provider.discovery.multicast.DiscoveryEvent.EventType
-
Packages that use DiscoveryEvent.EventType Package Description org.apache.qpid.jms.provider.discovery.multicast -
-
Uses of DiscoveryEvent.EventType in org.apache.qpid.jms.provider.discovery.multicast
Methods in org.apache.qpid.jms.provider.discovery.multicast that return DiscoveryEvent.EventType Modifier and Type Method Description DiscoveryEvent.EventTypeDiscoveryEvent. getType()static DiscoveryEvent.EventTypeDiscoveryEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscoveryEvent.EventType[]DiscoveryEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.qpid.jms.provider.discovery.multicast with parameters of type DiscoveryEvent.EventType Constructor Description DiscoveryEvent(URI peerUri, DiscoveryEvent.EventType type)
-