Class ValueManagedReferenceFactory

java.lang.Object
org.jboss.as.naming.ValueManagedReferenceFactory
All Implemented Interfaces:
ContextListAndJndiViewManagedReferenceFactory, ContextListManagedReferenceFactory, JndiViewManagedReferenceFactory, ManagedReferenceFactory

public final class ValueManagedReferenceFactory extends Object implements ContextListAndJndiViewManagedReferenceFactory
A JNDI injectable which simply uses a value and takes no action when the value is returned.
Author:
David M. Lloyd, Eduardo Martins, Richard Opalka
  • Constructor Details

    • ValueManagedReferenceFactory

      @Deprecated public ValueManagedReferenceFactory(org.jboss.msc.value.Value<?> value)
      Deprecated.
      use ValueManagedReferenceFactory(Object) instead. This constructor will be removed in the future.
      Construct a new instance.
      Parameters:
      value - the value to wrap
    • ValueManagedReferenceFactory

      public ValueManagedReferenceFactory(Object value)
      Construct a new instance.
      Parameters:
      value - the value to wrap
  • Method Details