org.jboss.cdi.tck.tests.context.jms
Class LoggerService
java.lang.Object
org.jboss.cdi.tck.tests.context.jms.LoggerService
@RequestScoped
public class LoggerService
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerService
public LoggerService()
init
@PostConstruct
public void init()
log
public void log(String text)
- Parameters:
text -
Copyright © 2008-2012 Seam Framework. All Rights Reserved.