org.apache.geronimo.common
Class UnresolvedEJBRefException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.common.DeploymentException
              extended by org.apache.geronimo.common.UnresolvedEJBRefException
All Implemented Interfaces:
Serializable

public class UnresolvedEJBRefException
extends DeploymentException

A problem with an EJB reference

See Also:
Serialized Form

Constructor Summary
UnresolvedEJBRefException(String refName, boolean local, boolean session, String homeInterface, String beanInterface, boolean foundMultiple)
           
 
Method Summary
 String getBeanInterface()
           
 String getHomeInterface()
           
 String getRefName()
           
 boolean isLocal()
           
 boolean isSession()
           
 
Methods inherited from class org.apache.geronimo.common.DeploymentException
cleanse, cleanse, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnresolvedEJBRefException

public UnresolvedEJBRefException(String refName,
                                 boolean local,
                                 boolean session,
                                 String homeInterface,
                                 String beanInterface,
                                 boolean foundMultiple)
Method Detail

getRefName

public String getRefName()

isLocal

public boolean isLocal()

isSession

public boolean isSession()

getHomeInterface

public String getHomeInterface()

getBeanInterface

public String getBeanInterface()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.