public interface CustomServiceFactory extends ServiceFactory
Modifier and Type | Method and Description |
---|---|
void |
startConnection(BigdataSail.BigdataSailConnection conn)
Callback is used to notify the
ServiceFactory of connection
starts. |
create, getDesiredBound, getRequiredBound, getServiceOptions
void startConnection(BigdataSail.BigdataSailConnection conn)
ServiceFactory
of connection
starts. If the service wishes to be notified of updates, then it must
return a IChangeLog
implementation here. The listener will be
obtained when the ServiceFactory
is registered.
Note: This is not invoked unless you are using a
BigdataSail.BigdataSailConnection
. Updates that are made directly using an
AbstractTripleStore
are not visible to the service.
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.