Uses of Class
tigase.server.Command.Status
-
Packages that use Command.Status Package Description tigase.server The main package with top level API for server side components. -
-
Uses of Command.Status in tigase.server
Methods in tigase.server that return Command.Status Modifier and Type Method Description static Command.Status
Command.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Command.Status[]
Command.Status. 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 Command.Status Modifier and Type Method Description static void
Command. setStatus(Packet packet, Command.Status status)
-