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.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.
 

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.