Uses of Class
tigase.server.Command

Packages that use Command
tigase.server The main package with top level API for server side components. 
 

Uses of Command in tigase.server
 

Methods in tigase.server that return Command
 Command Packet.getCommand()
          The method always returns NULL.
 Command Iq.getCommand()
          Method description
static Command Command.valueof(String cmd)
          Method description
static Command Command.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Command[] Command.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Tigase. All rights reserved.