Uses of Class
com.endeca.itl.component.manager.ComponentManagerException

Packages that use ComponentManagerException
com.endeca.itl.component.manager   
 

Uses of ComponentManagerException in com.endeca.itl.component.manager
 

Subclasses of ComponentManagerException in com.endeca.itl.component.manager
 class ComponentInstanceNotFoundException
           
 class ComponentTypeNotFoundException
           
 class InvalidComponentInstanceException
           
 

Methods in com.endeca.itl.component.manager that throw ComponentManagerException
 void ComponentInstanceManager.createComponentInstance(ComponentTypeId componentTypeId, ComponentInstanceId componentInstanceId)
          Creates a component instance of the given type with the given id.
 void ComponentInstanceManager.deleteComponentInstance(ComponentInstanceId componentInstanceId)
          Deletes the given component instance.
 boolean ComponentInstanceManager.hasComponentInstance(ComponentInstanceId componentInstanceId)
           
 List<ComponentInstanceDescriptor> ComponentInstanceManager.listComponentInstances()
          Lists all component instances defined in the system.
 List<ComponentTypeDescriptor> ComponentInstanceManager.listComponentTypes()
          Lists all component types defined in the system.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.