|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttamago.BasicComponent
public abstract class BasicComponent
A helper implementation for Component interface Basic (flat) components that do not rely on implementation inheritance may safely extends this abstract class.
| Constructor Summary | |
|---|---|
BasicComponent()
|
|
| Method Summary | |
|---|---|
void |
bind(Service s)
Bind dynamically a provider service to the component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicComponent()
| Method Detail |
|---|
public void bind(Service s)
throws ServiceBindException
RequireService
bind in interface RequireServices - the required service to bind to
ServiceBindException - if the binding is not allowed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||