|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.runtime.jsp.ApplicationHandler
Handles currently active applications
Constructor Summary | |
ApplicationHandler()
|
Method Summary | |
protected static ApplicationHandler |
getSingleton()
Gets the only one instance of the ApplicationHandler class |
protected abstract void |
register(java.lang.String applicationName,
Application app)
This method is used for Applications to register themselves at the application handler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ApplicationHandler()
Method Detail |
protected static ApplicationHandler getSingleton()
protected abstract void register(java.lang.String applicationName, Application app)
app
- The application that wants to be registered.applicationName
- Description of the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |