Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The IInvocationService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Configure |
Configure the controllable service.
(Inherited from IControllable.) | |
| Query |
Synchronously invoke the specified task on the cluster member to
which the client is connected.
| |
| Shutdown |
Stop the controllable service.
(Inherited from IControllable.) | |
| Start |
Start the controllable service.
(Inherited from IControllable.) | |
| Stop |
Hard-stop the controllable service.
(Inherited from IControllable.) |
Properties
| Name | Description | |
|---|---|---|
| Info |
Gets the IServiceInfo object for this
IService.
(Inherited from IService.) | |
| IsRunning |
Determine whether or not the controllable service is running.
(Inherited from IControllable.) | |
| Serializer |
The ISerializer used to serialize and deserialize
objects by this IService.
(Inherited from IService.) | |
| UserContext |
Gets or sets the user context object associated with this
IService.
(Inherited from IService.) |
Events
| Name | Description | |
|---|---|---|
| MemberJoined |
Invoked when an IMember has joined the service.
(Inherited from IService.) | |
| MemberLeaving |
Invoked when an IMember is leaving the service.
(Inherited from IService.) | |
| MemberLeft |
Invoked when an IMember has left the service.
(Inherited from IService.) | |
| ServiceStarted |
Invoked when IService has started.
(Inherited from IService.) | |
| ServiceStarting |
Invoked when IService is starting.
(Inherited from IService.) | |
| ServiceStopped |
Invoked when IService has stopped.
(Inherited from IService.) | |
| ServiceStopping |
Invoked when IService is stopping.
(Inherited from IService.) |