|
JBoss Metadata EJB 7.2.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.ejb.spec.ApplicationExceptionMetaData
public class ApplicationExceptionMetaData
ApplicationExceptionMetaData.
| Constructor Summary | |
|---|---|
ApplicationExceptionMetaData()
Create a new ApplicationExceptionMetaData. |
|
| Method Summary | |
|---|---|
String |
getExceptionClass()
Get the exceptionClass. |
Boolean |
isInherited()
Returns true if the application-exception is marked as "inherited". |
boolean |
isRollback()
Get the rollback. |
void |
setExceptionClass(String exceptionClass)
Set the exceptionClass. |
void |
setInherited(Boolean inherited)
Sets the "inherited" attribute of application-exception |
void |
setRollback(boolean rollback)
Set the rollback. |
| Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
|---|
equals, getKey, getName, hashCode, setName, toString |
| Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
|---|
clone, getId, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationExceptionMetaData()
| Method Detail |
|---|
public String getExceptionClass()
public void setExceptionClass(String exceptionClass)
exceptionClass - the exceptionClass.
IllegalArgumentException - for a null exceptionClasspublic boolean isRollback()
public void setRollback(boolean rollback)
rollback - the rollback.public Boolean isInherited()
public void setInherited(Boolean inherited)
inherited - True if the application-exception is to be marked as "inherited". False otherwise
|
JBoss Metadata EJB 7.2.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||