public class ProxyAknService extends java.lang.Object implements AknHandler, ConfigurationFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FACTORY_ID |
| Constructor and Description |
|---|
ProxyAknService(BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acknowledge(java.lang.String monitorId,
OperationParameters operationParameters,
java.util.Date aknTimestamp)
Perform acknowledge of monitor
|
void |
delete(UserInformation userInformation,
java.lang.String configurationId)
receive configuration delete request
|
void |
update(UserInformation userInformation,
java.lang.String configurationId,
java.util.Map<java.lang.String,java.lang.String> parameters)
receive configuration update
|
public static final java.lang.String FACTORY_ID
public void update(UserInformation userInformation,
java.lang.String configurationId,
java.util.Map<java.lang.String,java.lang.String> parameters)
throws java.lang.Exception
ConfigurationFactoryupdate in interface ConfigurationFactoryuserInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changeparameters - the new propertiesjava.lang.Exception - can be thrown if anything goes wrong changing the configurationpublic void delete(UserInformation userInformation,
java.lang.String configurationId)
throws java.lang.Exception
ConfigurationFactorydelete in interface ConfigurationFactoryuserInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changejava.lang.Exception - can be thrown if anything goes wrong changing the configurationpublic boolean acknowledge(java.lang.String monitorId,
OperationParameters operationParameters,
java.util.Date aknTimestamp)
AknHandleracknowledge in interface AknHandlermonitorId - the monitor to acknowledgeoperationParameters - the effective operation parametersaknTimestamp - the timestamp until which the state is acknowledgedtrue if the monitor was found and processed,
false otherwise
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0