| Constructor and Description |
|---|
CurrentInjectionPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to
perform any cleanup needed.
|
InjectionPoint |
peek()
The injection point being operated on for this thread
|
InjectionPoint |
pop() |
void |
push(InjectionPoint injectionPoint)
Replaces (or adds) the current injection point.
|
public void push(InjectionPoint injectionPoint)
injectionPoint - the injection point to usepublic InjectionPoint pop()
public InjectionPoint peek()
Copyright © 2012 Seam Framework. All Rights Reserved.