Uses of Interface
portal.services.IService

Packages that use IService
portal.security   
portal.security.sp.ldap   
portal.security.sp.simple   
portal.services   
portal.services.monitor   
portal.services.monitor.sp   
portal.services.registry   
portal.services.registry.sp   
portal.services.resource   
portal.services.resource.sp   
portal.services.sp   
portal.services.velocity   
portal.services.velocity.sp   
 

Uses of IService in portal.security
 

Subinterfaces of IService in portal.security
 interface ISecurityService
           
 

Uses of IService in portal.security.sp.ldap
 

Classes in portal.security.sp.ldap that implement IService
 class LdapSecurityService
          This class uses the following registry keys and default values:
 

Methods in portal.security.sp.ldap that return IService
 IService LdapSecurityServiceController.getService()
           
 

Uses of IService in portal.security.sp.simple
 

Classes in portal.security.sp.simple that implement IService
 class SimpleSecurityService
          This class uses the following registry keys and default values:
 

Methods in portal.security.sp.simple that return IService
 IService SimpleSecurityServiceController.getService()
           
 

Uses of IService in portal.services
 

Methods in portal.services that return IService
 IService IPeerServiceController.getService()
           
 IService CachedServiceRef.getService()
           
abstract  IService ServiceLocator.locateService(java.lang.Class interfaceRequired)
          This method will search for a registered service that implements a certain interface.
 

Uses of IService in portal.services.monitor
 

Subinterfaces of IService in portal.services.monitor
 interface IMonitorService
           
 

Uses of IService in portal.services.monitor.sp
 

Classes in portal.services.monitor.sp that implement IService
 class MonitorServiceImpl
           
 

Methods in portal.services.monitor.sp that return IService
 IService MonitorServiceController.getService()
           
 

Uses of IService in portal.services.registry
 

Subinterfaces of IService in portal.services.registry
 interface IRegistry
           
 

Uses of IService in portal.services.registry.sp
 

Classes in portal.services.registry.sp that implement IService
 class FileRegistry
           
 

Methods in portal.services.registry.sp that return IService
 IService RegistryController.getService()
           
 

Uses of IService in portal.services.resource
 

Subinterfaces of IService in portal.services.resource
 interface IResourceService
           
 

Uses of IService in portal.services.resource.sp
 

Classes in portal.services.resource.sp that implement IService
 class ResourceServiceImpl
           
 

Methods in portal.services.resource.sp that return IService
 IService ResourceServiceController.getService()
           
 

Uses of IService in portal.services.sp
 

Methods in portal.services.sp that return IService
 IService ServiceManager.locateService(java.lang.Class interfaceRequired)
           
 IService ServiceController.getService()
           
 

Uses of IService in portal.services.velocity
 

Subinterfaces of IService in portal.services.velocity
 interface IVelocityService
           
 

Uses of IService in portal.services.velocity.sp
 

Classes in portal.services.velocity.sp that implement IService
 class VelocityServiceImpl
           
 

Methods in portal.services.velocity.sp that return IService
 IService VelocityServiceController.getService()