public class TrellisServiceBundler extends Object implements ServiceBundler
| Constructor and Description |
|---|
TrellisServiceBundler(MementoService mementoService,
BinaryService binaryService,
IOService ioService,
AgentService agentService,
EventService eventService,
TriplestoreResourceService service)
Create a Trellis service bundler with existing services.
|
| Modifier and Type | Method and Description |
|---|---|
AgentService |
getAgentService()
Get the
AgentService for the application. |
AuditService |
getAuditService()
Get the
AuditService for the application. |
BinaryService |
getBinaryService()
Get the
BinaryService for the application. |
EventService |
getEventService()
Get the
EventService for the application. |
IOService |
getIOService()
Get the
IOService for the application. |
MementoService |
getMementoService()
Get the
MementoService for the application. |
ResourceService |
getResourceService()
Get the
ResourceService for the application. |
public TrellisServiceBundler(MementoService mementoService, BinaryService binaryService, IOService ioService, AgentService agentService, EventService eventService, TriplestoreResourceService service)
mementoService - the MementoServicebinaryService - the BinaryServiceioService - the IOServiceagentService - the AgentServiceeventService - the EventServiceservice - the TriplestoreResourceServicepublic AgentService getAgentService()
ServiceBundlerAgentService for the application.getAgentService in interface ServiceBundlerpublic ResourceService getResourceService()
ServiceBundlerResourceService for the application.getResourceService in interface ServiceBundlerpublic IOService getIOService()
ServiceBundlerIOService for the application.getIOService in interface ServiceBundlerpublic BinaryService getBinaryService()
ServiceBundlerBinaryService for the application.getBinaryService in interface ServiceBundlerpublic AuditService getAuditService()
ServiceBundlerAuditService for the application.getAuditService in interface ServiceBundlerpublic MementoService getMementoService()
ServiceBundlerMementoService for the application.getMementoService in interface ServiceBundlerpublic EventService getEventService()
ServiceBundlerEventService for the application.getEventService in interface ServiceBundler