Uses of Class
org.apache.hadoop.lib.server.ServiceException

Packages that use ServiceException
org.apache.hadoop.lib.server   
org.apache.hadoop.lib.service.hadoop   
org.apache.hadoop.lib.service.instrumentation   
org.apache.hadoop.lib.service.scheduler   
org.apache.hadoop.lib.service.security   
 

Uses of ServiceException in org.apache.hadoop.lib.server
 

Methods in org.apache.hadoop.lib.server that throw ServiceException
protected abstract  void BaseService.init()
          Initializes the server.
 void Service.init(Server server)
          Initializes the service.
 void BaseService.init(Server server)
          Initializes the service.
 void Service.postInit()
          Post initializes the service.
 void BaseService.postInit()
          Post initializes the service.
 void Service.serverStatusChange(Server.Status oldStatus, Server.Status newStatus)
          Notification callback when the server changes its status.
 void BaseService.serverStatusChange(Server.Status oldStatus, Server.Status newStatus)
          Notification callback when the server changes its status.
 

Uses of ServiceException in org.apache.hadoop.lib.service.hadoop
 

Methods in org.apache.hadoop.lib.service.hadoop that throw ServiceException
protected  void FileSystemAccessService.init()
           
 void FileSystemAccessService.postInit()
           
 

Uses of ServiceException in org.apache.hadoop.lib.service.instrumentation
 

Methods in org.apache.hadoop.lib.service.instrumentation that throw ServiceException
 void InstrumentationService.init()
           
 void InstrumentationService.postInit()
           
 

Uses of ServiceException in org.apache.hadoop.lib.service.scheduler
 

Methods in org.apache.hadoop.lib.service.scheduler that throw ServiceException
 void SchedulerService.init()
           
 

Uses of ServiceException in org.apache.hadoop.lib.service.security
 

Methods in org.apache.hadoop.lib.service.security that throw ServiceException
protected  void DelegationTokenManagerService.init()
          Initializes the service.
protected  void ProxyUserService.init()
           
protected  void GroupsService.init()
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.