Uses of Class
com.metamatrix.platform.service.controller.AbstractService

Packages that use AbstractService
com.metamatrix.platform.config.service   
com.metamatrix.platform.security.authorization.service   
com.metamatrix.platform.security.membership.service   
com.metamatrix.platform.security.session.service   
com.metamatrix.server.connector.service   
com.metamatrix.server.query.service   
 

Uses of AbstractService in com.metamatrix.platform.config.service
 

Subclasses of AbstractService in com.metamatrix.platform.config.service
 class ConfigurationServiceImpl
          Caching only Hosts and ComponentTypes - but these will be updated by a scheduled thread
 

Uses of AbstractService in com.metamatrix.platform.security.authorization.service
 

Subclasses of AbstractService in com.metamatrix.platform.security.authorization.service
 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 AbstractService in com.metamatrix.platform.security.membership.service
 

Subclasses of AbstractService in com.metamatrix.platform.security.membership.service
 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 AbstractService in com.metamatrix.platform.security.session.service
 

Subclasses of AbstractService in com.metamatrix.platform.security.session.service
 class SessionServiceImpl
          This class serves as the primary implementation of the Session Service.
 

Uses of AbstractService in com.metamatrix.server.connector.service
 

Subclasses of AbstractService in com.metamatrix.server.connector.service
 class ConnectorService
          ConnectorService.
 

Uses of AbstractService in com.metamatrix.server.query.service
 

Subclasses of AbstractService in com.metamatrix.server.query.service
 class QueryService
          Wraps up a QueryServiceEngine to tie it into the platform concept of services.
 



Copyright © 2009. All Rights Reserved.