Uses of Class
net.sourceforge.guacamole.protocol.GuacamoleInstruction.Operation

Packages that use GuacamoleInstruction.Operation
net.sourceforge.guacamole.protocol Classes relating directly to the Guacamole protocol. 
 

Uses of GuacamoleInstruction.Operation in net.sourceforge.guacamole.protocol
 

Methods in net.sourceforge.guacamole.protocol that return GuacamoleInstruction.Operation
static GuacamoleInstruction.Operation GuacamoleInstruction.Operation.fromOpcode(String opcode)
          Returns the corresponding Operation having the given opcode, if any.
 GuacamoleInstruction.Operation GuacamoleInstruction.getOperation()
          Returns the Operation associated with this GuacamoleInstruction.
static GuacamoleInstruction.Operation GuacamoleInstruction.Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GuacamoleInstruction.Operation[] GuacamoleInstruction.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sourceforge.guacamole.protocol with parameters of type GuacamoleInstruction.Operation
GuacamoleInstruction(GuacamoleInstruction.Operation operation, String... args)
          Creates a new GuacamoleInstruction having the given Operation and list of arguments values.
 



Copyright © 2013. All Rights Reserved.