|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Application is a self-contained component that performs a specific function. Example ServerApplications may be a Mail Server, File Server, Directory Server etc. Example JesktopApplications may be a Spreadsheet program, browser, mail client Example WebApplications may be a particular website or application within a website
Field Summary | |
static java.lang.String |
ROLE
Role String for interface |
Method Summary | |
java.lang.Object |
getBlock(java.lang.String name)
Retrieve Block with specified name. |
java.lang.String[] |
getBlockNames()
Retrieve names of Blocks contained in application. |
void |
setApplicationContext(ApplicationContext context)
Set the context in which the Application is "executed". |
Field Detail |
public static final java.lang.String ROLE
Method Detail |
public void setApplicationContext(ApplicationContext context)
context
- the applications contextpublic java.lang.String[] getBlockNames()
public java.lang.Object getBlock(java.lang.String name)
name
- the name of block to retrieve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |