KIE Uberfire Social Activities Backend 6.2.0.CR4

org.kie.uberfire.social.activities.server
Class SocialTimelinePersistenceProducer

java.lang.Object
  extended by org.kie.uberfire.social.activities.server.SocialTimelinePersistenceProducer

@ApplicationScoped
public class SocialTimelinePersistenceProducer
extends Object


Constructor Summary
SocialTimelinePersistenceProducer()
           
 
Method Summary
 void onShutdown()
           
 void setup()
           
 SocialTimelinePersistenceAPI socialTimelinePersistenceAPI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialTimelinePersistenceProducer

public SocialTimelinePersistenceProducer()
Method Detail

setup

@PostConstruct
public void setup()

onShutdown

@PreDestroy
public void onShutdown()

socialTimelinePersistenceAPI

@Produces
@Named(value="socialTimelinePersistence")
public SocialTimelinePersistenceAPI socialTimelinePersistenceAPI()

KIE Uberfire Social Activities Backend 6.2.0.CR4

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