public interface ServiceBuilder
Modifier and Type | Method and Description |
---|---|
String |
getScopeName()
Return the scope name.
|
XmlElement |
getXml()
Deprecated.
|
boolean |
isRunningClusterNeeded()
Return true if a running cluster is needed before using a service.
|
Service |
realizeService(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
Cluster cluster)
Realize (ensure) a Service.
|
void |
setXml(XmlElement element)
Deprecated.
|
boolean isRunningClusterNeeded()
true
if a running cluster is needed before using a serviceString getScopeName()
@Deprecated XmlElement getXml()
Note: There's no guarantee an implementation of this interface will use the returned XmlElement.
@Deprecated void setXml(XmlElement element)
Note: There's no guarantee an implementation of this interface will use the specified XmlElement.
element
- the XmlElementService realizeService(com.tangosol.config.expression.ParameterResolver resolver, ClassLoader loader, Cluster cluster)
resolver
- the ParameterResolverloader
- the ClassLoadercluster
- the Cluster which will already be running if necessary