org.jboss.ejb3.common.kernel
Class ScopeKeyHandle
java.lang.Object
org.jboss.ejb3.common.kernel.AbstractHandle
org.jboss.ejb3.common.kernel.ScopeKeyHandle
- All Implemented Interfaces:
- Serializable, Handle
public class ScopeKeyHandle
- extends AbstractHandle
Scope key handle.
It looks up the bean via ScopeKey and non-unique bean name.
- 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 |
ScopeKeyHandle
public ScopeKeyHandle(org.jboss.metadata.spi.scope.ScopeKey scopeKey,
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.