org.jboss.metadata.ejb.spec
Class ApplicationExceptionMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.NamedMetaData
          extended by org.jboss.metadata.ejb.spec.ApplicationExceptionMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData, MappableMetaData

public class ApplicationExceptionMetaData
extends NamedMetaData

ApplicationExceptionMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
ApplicationExceptionMetaData()
          Create a new ApplicationExceptionMetaData.
 
Method Summary
 String getExceptionClass()
          Get the exceptionClass.
 boolean isRollback()
          Get the rollback.
 void setExceptionClass(String exceptionClass)
          Set the exceptionClass.
 void setRollback(boolean rollback)
          Set the rollback.
 
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData
equals, getKey, getName, hashCode, merge, setName, toString
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, getId, merge, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationExceptionMetaData

public ApplicationExceptionMetaData()
Create a new ApplicationExceptionMetaData.

Method Detail

getExceptionClass

public String getExceptionClass()
Get the exceptionClass.

Returns:
the exceptionClass.

setExceptionClass

public void setExceptionClass(String exceptionClass)
Set the exceptionClass.

Parameters:
exceptionClass - the exceptionClass.
Throws:
IllegalArgumentException - for a null exceptionClass

isRollback

public boolean isRollback()
Get the rollback.

Returns:
the rollback.

setRollback

public void setRollback(boolean rollback)
Set the rollback.

Parameters:
rollback - the rollback.


Copyright © 2009 JBoss Inc.. All Rights Reserved.