|
||||||||||
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 |
DQPConfigSource.getServiceInstance(java.lang.Class<? extends ApplicationService> type)
|
ApplicationService |
ServiceLoader.loadService(java.lang.String serviceType,
ApplicationService service)
|
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)
|
Method parameters in com.metamatrix.common.application with type arguments of type ApplicationService | |
---|---|
ApplicationService |
DQPConfigSource.getServiceInstance(java.lang.Class<? extends ApplicationService> type)
|
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 |
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 |
TransactionService
|
interface |
VDBService
This interface defines methods which are specific to dealing with VDBs and their management in a server/dqp. |
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)
|
ApplicationService |
EmbeddedGuiceModule.getServiceInstance(java.lang.Class<? extends ApplicationService> type)
|
Method parameters in com.metamatrix.jdbc with type arguments of type ApplicationService | |
---|---|
ApplicationService |
EmbeddedGuiceModule.getServiceInstance(java.lang.Class<? extends ApplicationService> type)
|
Uses of ApplicationService in com.metamatrix.platform.security.api.service |
---|
Subinterfaces of ApplicationService in com.metamatrix.platform.security.api.service | |
---|---|
interface |
MembershipServiceInterface
This interface represents the API to the MemberShip Service, and it defines the functionality that is accessible to clients. |
interface |
SessionServiceInterface
The session service deals with managing sessions; this involves creating sessions, closing sessions, terminating sessions, and updating session state. |
Uses of ApplicationService in com.metamatrix.platform.security.authorization.service |
---|
Classes in com.metamatrix.platform.security.authorization.service that implement ApplicationService | |
---|---|
class |
AuthorizationServiceImpl
The Authorization Service is responsible for handling requests to determine whether a Principal is entitled to perform a given action on a given resource or set of resources. |
Uses of ApplicationService in com.metamatrix.platform.security.membership.service |
---|
Classes in com.metamatrix.platform.security.membership.service that implement ApplicationService | |
---|---|
class |
MembershipServiceImpl
This class serves as the primary implementation of the Membership Service, and logically consists of a set of one or more MembershipDomainInterface instances. |
Uses of ApplicationService in com.metamatrix.platform.security.session.service |
---|
Classes in com.metamatrix.platform.security.session.service that implement ApplicationService | |
---|---|
class |
SessionServiceImpl
This class serves as the primary implementation of the Session Service. |
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 ApplicationService | |
---|---|
ApplicationService |
PlatformConfigSource.getServiceInstance(java.lang.Class<? extends ApplicationService> type)
|
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()
|
Method parameters in com.metamatrix.server.dqp.config with type arguments of type ApplicationService | |
---|---|
ApplicationService |
PlatformConfigSource.getServiceInstance(java.lang.Class<? extends ApplicationService> type)
|
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 |