|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttamago.BasicComponent
tamago.BasicComposite
public abstract class BasicComposite
A helper implementation for Composite interface Composite components that do not rely on implementation inheritance may safely extends this abstract class.
| Constructor Summary | |
|---|---|
BasicComposite()
|
|
| Method Summary | |
|---|---|
Service |
exportService()
export to clients an internal service provided by a subcomponent Composites generally rename the export method to allow the discrimination among exported services (overload is not possible since there is only a return type). |
| Methods inherited from class tamago.BasicComponent |
|---|
bind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface tamago.RequireService |
|---|
bind |
| Constructor Detail |
|---|
public BasicComposite()
| Method Detail |
|---|
public Service exportService()
throws ServiceExportException
ExportService
exportService in interface ExportServiceServiceExportException - if the export is not allowed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||