JBoss Modular Service Kernel API 1.0.2.GA
- java.lang.Object
-
- org.jboss.msc.inject.AtomicReferenceInjector<T>
-
-
Constructor Summary
Constructors
Constructor and Description |
AtomicReferenceInjector(java.util.concurrent.atomic.AtomicReference<T> reference)
Construct a new instance.
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
inject(T value)
Inject the given value.
|
void |
uninject()
Uninject the given value (in other words, cancel or undo a previous injection).
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
JBoss Modular Service Kernel API 1.0.2.GA
Copyright © 2011 JBoss, a division of Red Hat, Inc.