|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||