|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.UCL.xmiddle.appRegistry.ApplicationManager
ApplicationManager.java
Registers application according to the AppManager
guidelines.
Issues Integer
application id's, unique on the platform it's running
rights Object
s are currently ignored
Created: Tue Jul 24 15:18:12 2001
Modified: July 2002
Constructor Summary | |
ApplicationManager()
Creates a new ApplicationManager instance. |
Method Summary | |
ApplicationProfile |
getProfile(java.lang.Integer appID)
Returns an application profile |
java.lang.Integer |
registerApp(XApp app)
Registers an application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ApplicationManager()
ApplicationManager
instance.
Method Detail |
public ApplicationProfile getProfile(java.lang.Integer appID)
getProfile
in interface AppManager
appID
- The id of the application the profile of which is to be returned
ApplicationProfile
of the given ID or NULL if the ID wa invalidpublic java.lang.Integer registerApp(XApp app)
registerApp
in interface AppManager
app
- The Xmiddle application
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |