|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
static final String KEY
| Method Detail |
|---|
void register(AbstractAppRequestHandler appHandler)
throws AppActionException
appRequestHandler - - an implementation of IAppRequestHandler
AppActionExceptionvoid unregister()
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||