Uses of Class
org.jboss.metadata.ejb.jboss.CommitOption

Packages that use CommitOption
org.jboss.metadata.ejb.jboss   
 

Uses of CommitOption in org.jboss.metadata.ejb.jboss
 

Methods in org.jboss.metadata.ejb.jboss that return CommitOption
 CommitOption ContainerConfigurationMetaData.getCommitOption()
          Get the commitOption.
 CommitOption ContainerConfigurationMetaDataWrapper.getCommitOption()
           
static CommitOption CommitOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommitOption[] CommitOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.metadata.ejb.jboss with parameters of type CommitOption
 void ContainerConfigurationMetaData.setCommitOption(CommitOption commitOption)
          Set the commitOption.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.