Uses of Enum Class
tigase.server.Priority
Packages that use Priority
Package
Description
The main package with top level API for server side components.
-
Uses of Priority in tigase.cluster.api
Methods in tigase.cluster.api that return PriorityModifier and TypeMethodDescriptionClusterElement.getPriority()CommandListener.getPriority()Method returns priority of particular command which should be used to assign proper priority for processing of this commandCommandListenerAbstract.getPriority()Methods in tigase.cluster.api with parameters of type PriorityModifier and TypeMethodDescriptionvoidClusterElement.setPriority(Priority priority) voidCommandListenerAbstract.setPriority(Priority priority) Constructors in tigase.cluster.api with parameters of type Priority -
Uses of Priority in tigase.server
Subclasses with type arguments of type Priority in tigase.serverMethods in tigase.server that return PriorityModifier and TypeMethodDescriptionPacket.getPriority()Method returns the packet priority.static PriorityReturns the enum constant of this class with the specified name.static Priority[]Priority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.server with parameters of type PriorityModifier and TypeMethodDescriptionvoidPacket.setPriority(Priority priority) The method sets the packet priority.