public class Probe extends java.lang.Object implements Service
An integrator is required to register this service and call initialize(BeanManagerImpl) if appropriate.
| Constructor and Description |
|---|
Probe()
Create a partially initialized instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
java.util.List<Invocation> |
getInvocations() |
void |
initialize(BeanManagerImpl beanManager)
Initialize the service.
|
boolean |
isInitialized() |
public void initialize(BeanManagerImpl beanManager)
beanManager - public boolean isInitialized()
true if initialized, false otherwisepublic java.util.List<Invocation> getInvocations()
Copyright © 2015. All Rights Reserved.