Méthode | Description | |
---|---|---|
LoadPlugins ( string serviceName ) : void |
|
|
UnhandledPluginExceptions ( object sender, |
||
pluginExist ( string name ) : bool | ||
startPlugin ( string serviceName, OSAE.Service.Plugin plugin ) : void | ||
stopPlugin ( string serviceName, OSAE.Service.Plugin p ) : void |
Méthode | Description | |
---|---|---|
CheckServiceObject ( ) : string |
Check if there is an object for the Service running on this machine in OSA, and create one if not.
|
|
DeleteStoreFiles ( ) : void | ||
InitialiseOSAInEventLog ( ) : void |
Check if there is a OSA message container in the Event log and create one if not.
|
|
MethodMessageReceived ( |
||
PluginMessageReceived ( |
||
QueryCommandQueue ( ) : void |
periodically checks the command queue to see if there is any commands that need to be processed by plugins
|
|
ShutDownSystems ( ) : void |
Stops all the plugins
|
|
StartNetworkListener ( ) : void | ||
StartPlugin ( string serviceName, OSAEMethod method ) : void |
Starts a plugin based on a method
|
|
StartThreads ( string serviceName ) : void |
Starts the various OSA threads that monitors the command Queue, and monitors plugins
|
|
StopPlugin ( string serviceName, OSAEMethod method ) : void |
Stops a plugin based on a method
|
|
checkPlugins_tick ( object source, |
||
pluginLoaded ( string type ) : bool |
public LoadPlugins ( string serviceName ) : void | ||
serviceName | string | |
Résultat | void |
public UnhandledPluginExceptions ( object sender, |
||
sender | object | |
args | ||
Résultat | void |
public startPlugin ( string serviceName, OSAE.Service.Plugin plugin ) : void | ||
serviceName | string | |
plugin | OSAE.Service.Plugin | |
Résultat | void |
public stopPlugin ( string serviceName, OSAE.Service.Plugin p ) : void | ||
serviceName | string | |
p | OSAE.Service.Plugin | |
Résultat | void |