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

Packages that use InstantiationException
org.apache.turbine.services Contains the Service framework for Turbine.  
 

Uses of InstantiationException in org.apache.turbine.services
 

Methods in org.apache.turbine.services that throw InstantiationException
 Service ServiceBroker.getService(java.lang.String name)
          Returns an instance of requested Service.
 Initable InitableBroker.getInitable(java.lang.String className)
          Provides an instance of Initable class ready to work.
 void BaseServiceBroker.initServices(boolean report)
          Performs early initialization of all services.
 Service BaseServiceBroker.getService(java.lang.String name)
          Returns an instance of requested Service.
protected  Service BaseServiceBroker.getServiceInstance(java.lang.String name)
          Retrieves an instance of a Service without triggering late initialization.
 Initable BaseInitableBroker.getInitable(java.lang.String className)
          Provides an instance of Initable class ready to work.
protected  Initable BaseInitableBroker.getInitableInstance(java.lang.String className)
          Retrieves an instance of an Initable from the repository.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.