C G I O R S U

C

Component - Interface in org.ow2.util.component.api
Defines the interface that a component needs to implement.
ComponentException - Exception in org.ow2.util.component.api
Component exception if the component has some errors.
ComponentException() - Constructor for exception org.ow2.util.component.api.ComponentException
Constructs a new runtime exception with null as its detail message.
ComponentException(String) - Constructor for exception org.ow2.util.component.api.ComponentException
Constructs a new runtime exception with the specified detail message.
ComponentException(String, Throwable) - Constructor for exception org.ow2.util.component.api.ComponentException
Constructs a new runtime exception with the specified detail message and cause.
ComponentException(Throwable) - Constructor for exception org.ow2.util.component.api.ComponentException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

G

getComponent(String) - Method in interface org.ow2.util.component.api.IComponentRegistry
Allow to get a reference on another component.
getComponentName(Component) - Method in interface org.ow2.util.component.api.IComponentRegistry
 
getComponentRegistry() - Method in interface org.ow2.util.component.api.IComponentManager
 
getComponents(Class<T>) - Method in interface org.ow2.util.component.api.IComponentRegistry
Get the components that implements the given interface.
getWrappedComponent() - Method in interface org.ow2.util.component.api.IWrappedComponent
Gets the instance that has been wrapped.

I

IComponentManager - Interface in org.ow2.util.component.api
Interface of the component manager that is managing the components.
IComponentRegistry - Interface in org.ow2.util.component.api
This interface is the registry of the Components.
init() - Method in interface org.ow2.util.component.api.Component
Init method.
This method is called before the start method.
initComponents() - Method in interface org.ow2.util.component.api.IComponentManager
Init the components by calling init() method.
IWrappedComponent - Interface in org.ow2.util.component.api
Allow to wrap an instance of a component (not implementing any OW2 API) into a component.

O

org.ow2.util.component.api - package org.ow2.util.component.api
 

R

register(String, Component) - Method in interface org.ow2.util.component.api.IComponentRegistry
Register a component.

S

start() - Method in interface org.ow2.util.component.api.Component
Start method.
This method is called after the init method.
startComponents() - Method in interface org.ow2.util.component.api.IComponentManager
Start the components.
stop() - Method in interface org.ow2.util.component.api.Component
Stop method.
This method is called when component needs to be stopped.
stopComponents() - Method in interface org.ow2.util.component.api.IComponentManager
Stop the components.

U

unregister(String) - Method in interface org.ow2.util.component.api.IComponentRegistry
Unregister a component.
unregister(Component) - Method in interface org.ow2.util.component.api.IComponentRegistry
Unregister a component.

C G I O R S U

Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.