org.jboss.injection
Class AbstractHandler<X extends org.jboss.metadata.javaee.spec.RemoteEnvironment>
java.lang.Object
org.jboss.injection.AbstractHandler<X>
- All Implemented Interfaces:
- InjectionHandler<X>
- Direct Known Subclasses:
- EJBInjectionHandler
public abstract class AbstractHandler<X extends org.jboss.metadata.javaee.spec.RemoteEnvironment>
- extends java.lang.Object
- implements InjectionHandler<X>
Common base for annotation/xml handlers.
|
Method Summary |
protected void |
addDependency(InjectionContainer container,
java.lang.Class<?> businessIntf)
Deprecated. resolve until a bean name is acquired, do not depend on a business interface |
protected void |
addDependency(InjectionContainer container,
java.lang.String link,
java.lang.Class<?> businessIntf)
Deprecated. resolve until a bean name is acquired, do not depend on a business interface |
protected void |
addJNDIDependency(InjectionContainer container,
java.lang.String jndiName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractHandler
public AbstractHandler()
addDependency
@Deprecated
protected void addDependency(InjectionContainer container,
java.lang.Class<?> businessIntf)
- Deprecated. resolve until a bean name is acquired, do not depend on a business interface
addDependency
@Deprecated
protected void addDependency(InjectionContainer container,
java.lang.String link,
java.lang.Class<?> businessIntf)
- Deprecated. resolve until a bean name is acquired, do not depend on a business interface
addJNDIDependency
protected void addJNDIDependency(InjectionContainer container,
java.lang.String jndiName)