org.springframework.jee.inject
Class ApplicationExceptionInfo
java.lang.Object
org.springframework.jee.inject.ApplicationExceptionInfo
public class ApplicationExceptionInfo
- extends Object
Non annotation-specific representation of information held in EJB3
ApplicationException annotation.
- Author:
- Rod Johnson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROLLBACK
public static final ApplicationExceptionInfo ROLLBACK
COMMIT
public static final ApplicationExceptionInfo COMMIT
ApplicationExceptionInfo
public ApplicationExceptionInfo(boolean rollback)
isRollback
public boolean isRollback()
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.