| Constructor and Description |
|---|
ValidatingReference() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(T ref)
Bind the given reference
|
T |
get()
Get the referenced instance
|
T |
getOptional()
Get the referenced instance
|
void |
unbind(T ref)
Unbind the given reference
|
public void bind(T ref)
public void unbind(T ref)
public T get()
InvalidComponentException - If the reference is not validpublic T getOptional()
Copyright © 2016 JBoss by Red Hat. All rights reserved.