bean-discovery-mode="annotated" in
META-INF/beans.xml@Singleton public class SingletonHelloService extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
defaultMessage
Deprecated.
The default message template assigned when the bean is loaded.
|
private static org.slf4j.Logger |
LOG
Deprecated.
Static Logger.
|
private MessageFormatter |
messageFormatter
Deprecated.
Delegate service.
|
private static String |
UNKNOWN_USERNAME
Deprecated.
Constant used by the service when userName is not defined by the client.
|
| Constructor and Description |
|---|
SingletonHelloService()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
initBean()
Deprecated.
Method called by the CDI container when the bean is retrieved from
BeanManager. |
String |
sayHello(String userName)
Deprecated.
Service called by client-tier in order to send a welcome message.
|
(package private) void |
tearDown()
Deprecated.
Method called by the CDI container before the destruction of the bean from the
BeanManager. |
private static final org.slf4j.Logger LOG
private static final String UNKNOWN_USERNAME
private String defaultMessage
@Inject private MessageFormatter messageFormatter
@PostConstruct void initBean()
BeanManager. See the JSR 250 Callback PostConstruct
annotation.@PreDestroy void tearDown()
BeanManager. See the JSR 250 Callback PreDestroy
annotation.Copyright © 2014 SYDISNET. All rights reserved.