C# Class Dev2.Runtime.Execution.ExecutableServiceRepository

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
Add ( IExecutableService service ) : void
Clear ( ) : void
DoesQueueHaveSpace ( ) : bool
Get ( System.Guid workspaceID, System.Guid id ) : IExecutableService
Remove ( IExecutableService service ) : bool

Private Methods

Méthode Description
ClearNullExecutions ( ) : void
ExecutableServiceRepository ( ) : System
GetParent ( System.Guid workspaceID, System.Guid parentID ) : IExecutableService

Method Details

Add() public méthode

public Add ( IExecutableService service ) : void
service IExecutableService
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

DoesQueueHaveSpace() public méthode

public DoesQueueHaveSpace ( ) : bool
Résultat bool

Get() public méthode

public Get ( System.Guid workspaceID, System.Guid id ) : IExecutableService
workspaceID System.Guid
id System.Guid
Résultat IExecutableService

Remove() public méthode

public Remove ( IExecutableService service ) : bool
service IExecutableService
Résultat bool