JiwaPluginSchedulerService Members

The JiwaPluginSchedulerService type exposes the following members.

Constructors


  Name Description
Public method JiwaPluginSchedulerService

Methods


  Name Description
Public method CreateObjRef(System.Type)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public method Dispose
Releases all resources used by the Component.
(Inherited from Component.)
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected method GetService(System.Type)
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method Static member Main
Protected method MemberwiseClone(System.Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnCustomCommand(System.Int32)
When implemented in a derived class, OnCustomCommand(System.Int32) executes when the Service Control Manager (SCM) passes a custom command to the service. Specifies actions to take when a command with the specified parameter value occurs.
(Inherited from ServiceBase.)
Protected method OnPowerEvent(System.ServiceProcess.PowerBroadcastStatus)
When implemented in a derived class, executes when the computer's power status has changed. This applies to laptop computers when they go into suspended mode, which is not the same as a system shutdown.
(Inherited from ServiceBase.)
Protected method OnSessionChange(System.ServiceProcess.SessionChangeDescription)
Executes when a change event is received from a Terminal Server session.
(Inherited from ServiceBase.)
Protected method OnShutdown
When implemented in a derived class, executes when the system is shutting down. Specifies what should occur immediately prior to the system shutting down.
(Inherited from ServiceBase.)
Public method ProcessPlugins
Public method RequestAdditionalTime(System.Int32)
Requests additional time for a pending operation.
(Inherited from ServiceBase.)
Public method ServiceMainCallback(System.Int32,System.IntPtr)
Registers the command handler and starts the service.
(Inherited from ServiceBase.)
Public method Stop
Stops the executing service.
(Inherited from ServiceBase.)
Public method ToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)

Properties


  Name Description
Public property AutoLog
Indicates whether to report Start, Stop, Pause, and Continue commands in the event log.
(Inherited from ServiceBase.)
Public property CanHandlePowerEvent
Gets or sets a value indicating whether the service can handle notifications of computer power status changes.
(Inherited from ServiceBase.)
Public property CanHandleSessionChangeEvent
Gets or sets a value that indicates whether the service can handle session change events received from a Terminal Server session.
(Inherited from ServiceBase.)
Public property CanPauseAndContinue
Gets or sets a value indicating whether the service can be paused and resumed.
(Inherited from ServiceBase.)
Protected property CanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public property CanShutdown
Gets or sets a value indicating whether the service should be notified when the system is shutting down.
(Inherited from ServiceBase.)
Public property CanStop
Gets or sets a value indicating whether the service can be stopped once it has started.
(Inherited from ServiceBase.)
Public property Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
Protected property DesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public property EventLog
Gets an event log you can use to write notification of service command calls, such as Start and Stop, to the Application event log.
(Inherited from ServiceBase.)
Protected property Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public property ExitCode
Gets or sets the exit code for the service.
(Inherited from ServiceBase.)
Protected property ServiceHandle
Gets the service control handle for the service.
(Inherited from ServiceBase.)
Public property ServiceName
Gets or sets the short name used to identify the service to the system.
(Inherited from ServiceBase.)
Public property Site
Gets or sets the ISite of the Component.
(Inherited from Component.)

Events


  Name Description
Public event Disposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)