Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The INameService type exposes the following members.

Methods

  NameDescription
Public methodBind
Binds a name to an object.
Public methodConfigure
Configure the controllable service.
(Inherited from IControllable.)
Public methodLookup
Retrieves the named object.
Public methodShutdown
Stop the controllable service.
(Inherited from IControllable.)
Public methodStart
Start the controllable service.
(Inherited from IControllable.)
Public methodStop
Hard-stop the controllable service.
(Inherited from IControllable.)
Public methodUnbind
Unbinds the named object.

Properties

  NameDescription
Public propertyInfo
Gets the IServiceInfo object for this IService.
(Inherited from IService.)
Public propertyIsRunning
Determine whether or not the controllable service is running.
(Inherited from IControllable.)
Public propertySerializer
The ISerializer used to serialize and deserialize objects by this IService.
(Inherited from IService.)
Public propertyUserContext
Gets or sets the user context object associated with this IService.
(Inherited from IService.)

Events

  NameDescription
Public eventMemberJoined
Invoked when an IMember has joined the service.
(Inherited from IService.)
Public eventMemberLeaving
Invoked when an IMember is leaving the service.
(Inherited from IService.)
Public eventMemberLeft
Invoked when an IMember has left the service.
(Inherited from IService.)
Public eventServiceStarted
Invoked when IService has started.
(Inherited from IService.)
Public eventServiceStarting
Invoked when IService is starting.
(Inherited from IService.)
Public eventServiceStopped
Invoked when IService has stopped.
(Inherited from IService.)
Public eventServiceStopping
Invoked when IService is stopping.
(Inherited from IService.)

See Also