org.jboss.ejb3.common.kernel
Class ScopeKeyHandle

java.lang.Object
  extended by org.jboss.ejb3.common.kernel.AbstractHandle
      extended by 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

Constructor Summary
ScopeKeyHandle(org.jboss.metadata.spi.scope.ScopeKey scopeKey, 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

ScopeKeyHandle

public ScopeKeyHandle(org.jboss.metadata.spi.scope.ScopeKey scopeKey,
                      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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.