Uses of Interface
com.metamatrix.platform.service.api.ServiceInterface

Packages that use ServiceInterface
com.metamatrix.platform.config.api.service   
com.metamatrix.platform.config.service   
com.metamatrix.platform.registry   
com.metamatrix.platform.security.api.service   
com.metamatrix.platform.security.authorization.service   
com.metamatrix.platform.security.membership.service   
com.metamatrix.platform.security.session.service   
com.metamatrix.platform.service.controller   
com.metamatrix.platform.service.proxy   
com.metamatrix.server.connector.service   
com.metamatrix.server.query.service   
 

Uses of ServiceInterface in com.metamatrix.platform.config.api.service
 

Subinterfaces of ServiceInterface in com.metamatrix.platform.config.api.service
 interface ConfigurationServiceInterface
           
 

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

Classes in com.metamatrix.platform.config.service that implement ServiceInterface
 class ConfigurationServiceImpl
          Caching only Hosts and ComponentTypes - but these will be updated by a scheduled thread
 

Uses of ServiceInterface in com.metamatrix.platform.registry
 

Methods in com.metamatrix.platform.registry that return ServiceInterface
 ServiceInterface ServiceRegistryBinding.getService()
           
 

Constructors in com.metamatrix.platform.registry with parameters of type ServiceInterface
ServiceRegistryBinding.StateAwareProxy(ServiceInterface proxiedService)
           
ServiceRegistryBinding(ServiceID serviceID, ServiceInterface si, java.lang.String serviceType, java.lang.String instanceName, java.lang.String componentType, java.lang.String deployedName, java.lang.String hostName, DeployedComponent deployedComponent, int state, java.util.Date time, boolean essential, MessageBus bus)
           
ServiceRegistryBinding(ServiceInterface si, java.lang.String hostName, DeployedComponent deployedComponent, boolean essential, MessageBus bus)
          Create new ServiceRegistryInstance
 

Uses of ServiceInterface in com.metamatrix.platform.security.api.service
 

Subinterfaces of ServiceInterface in com.metamatrix.platform.security.api.service
 interface AuthorizationServiceInterface
          This interface represents the API to the Authorization Service and it defines the functionality that is accessible to clients.
 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 ServiceInterface in com.metamatrix.platform.security.authorization.service
 

Classes in com.metamatrix.platform.security.authorization.service that implement ServiceInterface
 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 ServiceInterface in com.metamatrix.platform.security.membership.service
 

Classes in com.metamatrix.platform.security.membership.service that implement ServiceInterface
 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 ServiceInterface in com.metamatrix.platform.security.session.service
 

Classes in com.metamatrix.platform.security.session.service that implement ServiceInterface
 class SessionServiceImpl
          This class serves as the primary implementation of the Session Service.
 

Uses of ServiceInterface in com.metamatrix.platform.service.controller
 

Classes in com.metamatrix.platform.service.controller that implement ServiceInterface
 class AbstractService
          Base class for all services.
 

Uses of ServiceInterface in com.metamatrix.platform.service.proxy
 

Methods in com.metamatrix.platform.service.proxy that return ServiceInterface
 ServiceInterface ProxyManager.findOrCreateProxy(java.lang.String serviceTypeName, java.util.Properties props)
          Returns a ServiceProxy of the given type.
If a proxy of the given type exists in the proxy registry, its service instances are updated and it's returned.
 

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

Subinterfaces of ServiceInterface in com.metamatrix.server.connector.service
 interface ConnectorServiceInterface
          Interface ConnectorServiceInterface.
 

Classes in com.metamatrix.server.connector.service that implement ServiceInterface
 class ConnectorService
          ConnectorService.
 

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

Subinterfaces of ServiceInterface in com.metamatrix.server.query.service
 interface QueryServiceInterface
           
 

Classes in com.metamatrix.server.query.service that implement ServiceInterface
 class QueryService
          Wraps up a QueryServiceEngine to tie it into the platform concept of services.
 



Copyright © 2009. All Rights Reserved.