|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.geronimo.common.DeploymentException org.apache.geronimo.common.UnresolvedEJBRefException
public class UnresolvedEJBRefException
A problem with an EJB reference
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 |
---|
public UnresolvedEJBRefException(String refName, boolean local, boolean session, String homeInterface, String beanInterface, boolean foundMultiple)
Method Detail |
---|
public String getRefName()
public boolean isLocal()
public boolean isSession()
public String getHomeInterface()
public String getBeanInterface()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |