C# Class Dev2.Runtime.Execution.ExecutableServiceRepository

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

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

Private Methods

Method Description
ClearNullExecutions ( ) : void
ExecutableServiceRepository ( ) : System
GetParent ( System.Guid workspaceID, System.Guid parentID ) : IExecutableService

Method Details

Add() public method

public Add ( IExecutableService service ) : void
service IExecutableService
return void

Clear() public method

public Clear ( ) : void
return void

DoesQueueHaveSpace() public method

public DoesQueueHaveSpace ( ) : bool
return bool

Get() public method

public Get ( System.Guid workspaceID, System.Guid id ) : IExecutableService
workspaceID System.Guid
id System.Guid
return IExecutableService

Remove() public method

public Remove ( IExecutableService service ) : bool
service IExecutableService
return bool