com.sap.portal.mdm.connectivity

Interface IRegistration


public interface IRegistration

Registers or unregisters a handler to be invoked in an MDM system when it receives an application installation request


Field Summary
static String KEY
           
 
Method Summary
 void register(AbstractAppRequestHandler appHandler)
          Registers an application handler; only one handler can be registered at a time, so each time this method is called, the previously registered handler is replaced.
 void unregister()
          Unregisters the currently registered application request handler.
 

Field Detail

KEY

static final String KEY
See Also:
Constant Field Values
Method Detail

register

void register(AbstractAppRequestHandler appHandler)
              throws AppActionException
Registers an application handler; only one handler can be registered at a time, so each time this method is called, the previously registered handler is replaced.

Parameters:
appRequestHandler - - an implementation of IAppRequestHandler
Throws:
AppActionException

unregister

void unregister()
Unregisters the currently registered application request handler. No default handler exists, so after this method is called, any request will be ignored.



Copyright 2013 SAP AG Complete Copyright Notice