|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ApplicationService in com.metamatrix.common.application |
---|
Methods in com.metamatrix.common.application that return ApplicationService | |
---|---|
ApplicationService |
ApplicationEnvironment.findService(java.lang.String type)
|
ApplicationService |
ServiceLoader.loadService(java.lang.String serviceType,
ApplicationService service)
|
Methods in com.metamatrix.common.application that return types with arguments of type ApplicationService | |
---|---|
java.util.Map<java.lang.String,java.lang.Class<? extends ApplicationService>> |
DQPConfigSource.getDefaultServiceClasses()
|
Methods in com.metamatrix.common.application with parameters of type ApplicationService | |
---|---|
void |
ApplicationEnvironment.bindService(java.lang.String type,
ApplicationService service)
|
void |
Application.installService(java.lang.String type,
ApplicationService service)
|
ApplicationService |
ServiceLoader.loadService(java.lang.String serviceType,
ApplicationService service)
|
Uses of ApplicationService in com.metamatrix.dqp.embedded |
---|
Methods in com.metamatrix.dqp.embedded that return types with arguments of type ApplicationService | |
---|---|
java.util.Map<java.lang.String,java.lang.Class<? extends ApplicationService>> |
EmbeddedConfigSource.getDefaultServiceClasses()
|
Uses of ApplicationService in com.metamatrix.dqp.embedded.services |
---|
Classes in com.metamatrix.dqp.embedded.services that implement ApplicationService | |
---|---|
class |
EmbeddedBaseDQPService
This a base service for all the Embedded DQP Services. |
class |
EmbeddedBufferService
Implement the BufferService for the DQP Embedded component. |
class |
EmbeddedConfigurationService
A File based configuration service implementation Implementation notes - While loading the VDBs also keep track of Connector Bindings loaded separately - While loading the VDBs also keep track of Connector types loaded separately - The above list also should contain the list from server config file. |
class |
EmbeddedDataService
A DataService implementation for the DQP. |
class |
EmbeddedMetadataService
|
class |
EmbeddedTrackingService
|
class |
EmbeddedTransactionService
|
class |
EmbeddedVDBService
A VDBService implementation for Embedded DQP. |
Methods in com.metamatrix.dqp.embedded.services that return ApplicationService | |
---|---|
protected ApplicationService |
EmbeddedBaseDQPService.lookupService(java.lang.String serviceName)
Look up the the service |
Uses of ApplicationService in com.metamatrix.dqp.service |
---|
Subinterfaces of ApplicationService in com.metamatrix.dqp.service | |
---|---|
interface |
AuthorizationService
This service provides a means to check whether a connection is authorized to access various data resources. |
interface |
BufferService
|
interface |
ConfigurationService
Configuration Service, this is responsible for all the configuration for other services and also DQP configuration. |
interface |
DataService
Defines interface for management of the Data Services, i.e Connectors with which all the physical data is accessed. |
interface |
MetadataService
|
interface |
TrackingService
This service is used to log transactions and commands, as well as store profiling data. |
interface |
TransactionService
|
interface |
VDBService
This interface defines methods which are specific to dealing with VDBs and their management in a server/dqp. |
Classes in com.metamatrix.dqp.service that implement ApplicationService | |
---|---|
class |
CustomizableTrackingService
Tracking service implementation that defers to a CommandLoggerSPI
service provider. |
Uses of ApplicationService in com.metamatrix.dqp.service.metadata |
---|
Classes in com.metamatrix.dqp.service.metadata that implement ApplicationService | |
---|---|
class |
IndexMetadataService
|
Uses of ApplicationService in com.metamatrix.jdbc |
---|
Methods in com.metamatrix.jdbc that return ApplicationService | |
---|---|
ApplicationService |
EmbeddedConnectionFactoryImpl.findService(java.lang.String type)
|
Uses of ApplicationService in com.metamatrix.server.connector.service |
---|
Classes in com.metamatrix.server.connector.service that implement ApplicationService | |
---|---|
class |
ClientServiceRegistryService
|
Uses of ApplicationService in com.metamatrix.server.dqp.config |
---|
Methods in com.metamatrix.server.dqp.config that return types with arguments of type ApplicationService | |
---|---|
java.util.Map<java.lang.String,java.lang.Class<? extends ApplicationService>> |
PlatformConfigSource.getDefaultServiceClasses()
|
Uses of ApplicationService in com.metamatrix.server.dqp.service |
---|
Classes in com.metamatrix.server.dqp.service that implement ApplicationService | |
---|---|
class |
PlatformAuthorizationService
|
class |
PlatformBufferService
|
class |
PlatformDataService
Platform DataService. |
class |
PlatformTransactionService
|
class |
PlatformVDBService
Implementation of VDBService used in a "normal" server environment. |
Uses of ApplicationService in org.teiid.dqp.internal.transaction |
---|
Classes in org.teiid.dqp.internal.transaction that implement ApplicationService | |
---|---|
class |
org.teiid.dqp.internal.transaction.TransactionServerImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |