@Named @ApplicationScoped public class AnimalShelter extends Object
| Constructor and Description |
|---|
AnimalShelter() |
AnimalShelter(Cat cat,
Dog dog) |
| Modifier and Type | Method and Description |
|---|---|
Cat |
getCat() |
boolean |
isPostConstructCalled() |
boolean |
isRoomObserved() |
void |
observesRoomInShelter(Room room) |
void |
postConstruct() |
Object |
test(javax.interceptor.InvocationContext ctx) |
public Object test(javax.interceptor.InvocationContext ctx)
@PostConstruct public void postConstruct()
public boolean isPostConstructCalled()
public boolean isRoomObserved()
public void observesRoomInShelter(@Observes
Room room)
public Cat getCat()
Copyright © 2008–2016 CDI TCK. All rights reserved.