public interface ServiceBundler
| 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. |
AgentService getAgentService()
AgentService for the application.ResourceService getResourceService()
ResourceService for the application.IOService getIOService()
IOService for the application.BinaryService getBinaryService()
BinaryService for the application.AuditService getAuditService()
AuditService for the application.MementoService getMementoService()
MementoService for the application.EventService getEventService()
EventService for the application.