@ApplicationScoped public class Ping extends Object
| Constructor and Description |
|---|
Ping() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getObjectObservations() |
Integer |
getObservations() |
void |
observesApplicationContext(javax.servlet.ServletContext servletContext) |
void |
observesApplicationContextObject(Object object) |
public void observesApplicationContext(@Observes @Initialized(value=javax.enterprise.context.ApplicationScoped.class)
javax.servlet.ServletContext servletContext)
public void observesApplicationContextObject(@Observes @Initialized(value=javax.enterprise.context.ApplicationScoped.class)
Object object)
public Integer getObservations()
public Integer getObjectObservations()
Copyright © 2016. All rights reserved.