public class CmpConfig extends Object
| Constructor and Description |
|---|
CmpConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCallEjbStoreOnClean() |
boolean |
isInsertAfterEjbPostCreate() |
boolean |
isSyncOnCommitOnly() |
void |
setCallEjbStoreOnClean(boolean callEjbStoreOnClean) |
void |
setInsertAfterEjbPostCreate(boolean insertAfterEjbPostCreate) |
void |
setSyncOnCommitOnly(boolean syncOnCommitOnly) |
public boolean isSyncOnCommitOnly()
public void setSyncOnCommitOnly(boolean syncOnCommitOnly)
public boolean isInsertAfterEjbPostCreate()
public void setInsertAfterEjbPostCreate(boolean insertAfterEjbPostCreate)
public boolean isCallEjbStoreOnClean()
public void setCallEjbStoreOnClean(boolean callEjbStoreOnClean)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.