|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
AppManager.java The xmiddle application manager is responsible for registering applications to the platform, binding them with a unique application ID, and storing them in Application Profiles. Currently, support is only provided for applications using a single XML document as data, which must be acompanied by a dtd. Created: Thu Jul 19 14:05:18 2001
| Method Summary | |
ApplicationProfile |
getProfile(java.lang.Integer appID)
Returns the application profile of the application represented by appID |
java.lang.Integer |
registerApp(XApp app)
Registers an application |
| Method Detail |
public java.lang.Integer registerApp(XApp app)
app - The Xmiddle application
public ApplicationProfile getProfile(java.lang.Integer appID)
appID - the application id.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||