|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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. |
Initable |
InitableBroker.getInitable(java.lang.String className)
Provides an instance of Initable class ready to work. |
Service |
ServiceBroker.getService(java.lang.String name)
Returns an instance of requested Service. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |