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 TypeMethodDescriptionvoid
ClusterElement.setPriority
(Priority priority) void
CommandListenerAbstract.setPriority
(Priority priority) Constructors in tigase.cluster.api with parameters of type Priority -
Uses of Priority in tigase.server
Methods in tigase.server that return PriorityModifier and TypeMethodDescriptionPacket.getPriority()
Method returns the packet priority.static Priority
Returns 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 TypeMethodDescriptionvoid
Packet.setPriority
(Priority priority) The method sets the packet priority.