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 Object
- implements InjectionHandler<X>
Common base for annotation/xml handlers.
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
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,
Class<?> businessIntf)
- Deprecated. resolve until a bean name is acquired, do not depend on a business interface
addDependency
@Deprecated
protected void addDependency(InjectionContainer container,
String link,
Class<?> businessIntf)
- Deprecated. resolve until a bean name is acquired, do not depend on a business interface
addJNDIDependency
protected void addJNDIDependency(InjectionContainer container,
String jndiName)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.