Uses of Class
guarana.framework.task.GatewayType

Packages that use GatewayType
guarana.framework.task Provides a base and abstract java implementation for tasks. 
 

Uses of GatewayType in guarana.framework.task
 

Methods in guarana.framework.task that return GatewayType
 GatewayType Gateway.getType()
          Returns the type of this slot.
static GatewayType GatewayType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GatewayType[] GatewayType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in guarana.framework.task with parameters of type GatewayType
Gateway(GatewayType type, Task task)
          Constructs a new gateway without a name, of an specific type and associates it with the given task.
Gateway(String name, GatewayType type, Task task)
          Constructs a new gateway with a given name, type and associates it with the given task.
 



Guaranį DSL Home