com.sap.ip.me.api.runtime.jsp
Class ApplicationHandler

java.lang.Object
  extended bycom.sap.ip.me.api.runtime.jsp.ApplicationHandler

public abstract class ApplicationHandler
extends java.lang.Object

Handles currently active applications

Author:
SAP

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

ApplicationHandler

public ApplicationHandler()
Method Detail

getSingleton

protected static ApplicationHandler getSingleton()
Gets the only one instance of the ApplicationHandler class

Returns:
ApplicationHandler singleton

register

protected abstract void register(java.lang.String applicationName,
                                 Application app)
This method is used for Applications to register themselves at the application handler.

Parameters:
app - The application that wants to be registered.
applicationName - Description of the Parameter


Copyright © 2005 SAP AG. All Rights Reserved.