public class RDRHistoryServiceFactory extends Object implements CustomServiceFactory
Constructor and Description |
---|
RDRHistoryServiceFactory() |
Modifier and Type | Method and Description |
---|---|
ServiceCall<?> |
create(ServiceCallCreateParams params)
Instantiate the service call with the supplied params.
|
Set<IVariable<?>> |
getDesiredBound(ServiceNode serviceNode)
Returns, for the given service node, the variables that are desired
to be bound prior to start executing the service.
|
Set<IVariable<?>> |
getRequiredBound(ServiceNode serviceNode)
Returns, for the given service node, the variables that must be
bound prior to start executing the service.
|
IServiceOptions |
getServiceOptions()
Return options for the service end point.
|
void |
startConnection(BigdataSail.BigdataSailConnection conn)
Register an
IChangeLog listener that will manage the maintenance
of the describe cache. |
public IServiceOptions getServiceOptions()
ServiceFactory
getServiceOptions
in interface ServiceFactory
public ServiceCall<?> create(ServiceCallCreateParams params)
create
in interface ServiceFactory
params
- The pararameters, which are encapsulated by this interface.public void startConnection(BigdataSail.BigdataSailConnection conn)
IChangeLog
listener that will manage the maintenance
of the describe cache.startConnection
in interface CustomServiceFactory
public Set<IVariable<?>> getRequiredBound(ServiceNode serviceNode)
ServiceFactory
IVariableBindingRequirements.getRequiredBound(StaticAnalysis)
.getRequiredBound
in interface ServiceFactory
public Set<IVariable<?>> getDesiredBound(ServiceNode serviceNode)
ServiceFactory
IVariableBindingRequirements.getDesiredBound(StaticAnalysis)
.getDesiredBound
in interface ServiceFactory
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.