Uses of Class
uk.ac.soton.ecs.iam.grid.utils.CantCreateImplementation

Packages that use CantCreateImplementation
uk.ac.soton.ecs.iam.grid.utils   
 

Uses of CantCreateImplementation in uk.ac.soton.ecs.iam.grid.utils
 

Subclasses of CantCreateImplementation in uk.ac.soton.ecs.iam.grid.utils
 class NoImplementationRegistered
          Can't create an implementation because none was configured.
 

Methods in uk.ac.soton.ecs.iam.grid.utils that throw CantCreateImplementation
static
<T> T
ImplementationFactory.getSingletonInstance(Class<T> iface)
          Get the singleton instance of the class for this key (interface).
static
<T> T
ImplementationFactory.getSingletonInstance(Class<T> iface, String argument)
          Get the configured class for the given key.
static
<T> T
ImplementationFactory.instantiateObject(Class<T> ifaceClass, Object[] arguments, Class[] types)
          Create a new instance of the configured implementation of 'iface'.
 



Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.