org.jboss.ejb3.common.kernel
Class UniqueNameHandle
java.lang.Object
org.jboss.ejb3.common.kernel.AbstractHandle
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
Method Summary |
protected org.jboss.dependency.spi.graph.SearchInfo |
getSearchInfo()
Get the search info. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UniqueNameHandle
public UniqueNameHandle(Object name)
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.