Package com.tangosol.net
Interface ClusterDependencies.ServiceProvider
- Enclosing interface:
ClusterDependencies
public static interface ClusterDependencies.ServiceProvider
A provider of nw service instances.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateService
(String sName, Cluster cluster) Create a new instance of a service.
-
Field Details
-
NULL_IMPLEMENTATION
-
-
Method Details
-
createService
Create a new instance of a service.- Parameters:
sName
- the name of the servicecluster
- the owningCluster
- Returns:
- the new service instance
-