Uses of Class
org.apache.turbine.services.InstantiationException

Packages that use InstantiationException
org.apache.turbine.services Contains the Service framework for Turbine. 
org.apache.turbine.services.avaloncomponent Avalon based component service to provide access to avalon components for Turbine applications. 
 

Uses of InstantiationException in org.apache.turbine.services
 

Methods in org.apache.turbine.services that throw InstantiationException
 Object TurbineServiceProvider.get(String roleName)
          Returns an instance of the requested service.
 Initable InitableBroker.getInitable(String className)
          Provides an instance of Initable class ready to work.
 Initable BaseInitableBroker.getInitable(String className)
          Provides an instance of Initable class ready to work.
protected  Initable BaseInitableBroker.getInitableInstance(String className)
          Retrieves an instance of an Initable from the repository.
protected  Object BaseServiceBroker.getNonLocalService(String name)
          Get a non-local service managed by a TurbineServiceProvider.
 Object ServiceBroker.getService(String name)
          Returns an instance of requested Service.
 Object BaseServiceBroker.getService(String name)
          Returns an instance of requested Service.
protected  Service BaseServiceBroker.getServiceInstance(String name)
          Retrieves an instance of a Service without triggering late initialization.
 void BaseServiceBroker.initServices(boolean report)
          Performs early initialization of all services.
 

Uses of InstantiationException in org.apache.turbine.services.avaloncomponent
 

Methods in org.apache.turbine.services.avaloncomponent that throw InstantiationException
 Object TurbineYaafiComponentService.get(String roleName)
           
 Object TurbineAvalonComponentService.get(String roleName)
           
 



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.