Uses of Class
tigase.server.Priority

Packages that use Priority
tigase.server   
 

Uses of Priority in tigase.server
 

Methods in tigase.server that return Priority
 Priority Packet.getPriority()
          Method returns the packet priority,
static Priority Priority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Priority[] Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in tigase.server with parameters of type Priority
 void Packet.setPriority(Priority priority)
          The method sets the packet priority.
 



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.