Package org.jboss.metadata.ejb.jboss

Examples of org.jboss.metadata.ejb.jboss.CommitOption


    *
    * @return the commit option
    */
   public byte getCommitOption()
   {
      CommitOption commitOption = getDelegate().getCommitOption();
      switch (commitOption)
      {
         case B: return B_COMMIT_OPTION;
         case C: return C_COMMIT_OPTION;
         case D: return D_COMMIT_OPTION;
View Full Code Here

TOP

Related Classes of org.jboss.metadata.ejb.jboss.CommitOption

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.