org.jboss.ejb3.common.kernel
Class UniqueNameHandle

java.lang.Object
  extended by org.jboss.ejb3.common.kernel.AbstractHandle
      extended by org.jboss.ejb3.common.kernel.UniqueNameHandle
All Implemented Interfaces:
Serializable, Handle

public class UniqueNameHandle
extends AbstractHandle

Unique name handle. It looks up the bean via unique bean name. Width first search.

Author:
Ales Justin
See Also:
Serialized Form

Constructor Summary
UniqueNameHandle(Object name)
           
 
Method Summary
protected  org.jboss.dependency.spi.graph.SearchInfo getSearchInfo()
          Get the search info.
 
Methods inherited from class org.jboss.ejb3.common.kernel.AbstractHandle
getBean, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueNameHandle

public UniqueNameHandle(Object name)
Method Detail

getSearchInfo

protected org.jboss.dependency.spi.graph.SearchInfo getSearchInfo()
Description copied from class: AbstractHandle
Get the search info.

Specified by:
getSearchInfo in class AbstractHandle
Returns:
the search info


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.