Guvnor - Services Backend 6.2.0.CR4

org.guvnor.common.services.backend.config
Class AppConfigServiceImpl

java.lang.Object
  extended by org.guvnor.common.services.backend.config.AppConfigServiceImpl
All Implemented Interfaces:
AppConfigService

@ApplicationScoped
public class AppConfigServiceImpl
extends Object
implements AppConfigService


Constructor Summary
AppConfigServiceImpl()
           
 
Method Summary
 void configureOnEvent(org.uberfire.commons.services.cdi.ApplicationStarted applicationStartedEvent)
           
 long getTimestamp()
           
 Map<String,String> loadPreferences()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppConfigServiceImpl

public AppConfigServiceImpl()
Method Detail

configureOnEvent

public void configureOnEvent(@Observes
                             org.uberfire.commons.services.cdi.ApplicationStarted applicationStartedEvent)

loadPreferences

public Map<String,String> loadPreferences()
Specified by:
loadPreferences in interface AppConfigService

getTimestamp

public long getTimestamp()
Specified by:
getTimestamp in interface AppConfigService

Guvnor - Services Backend 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.