org.apache.geronimo.common
Class UnresolvedEJBRefException

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

public class UnresolvedEJBRefException
extends DeploymentException

A problem with an EJB reference

Version:
$Rev: 390932 $ $Date: 2006-04-03 02:45:37 +0200 (Mon, 03 Apr 2006) $
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, 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.