org.jboss.jdo.castor
Interface CastorJDOImplMBean
- All Superinterfaces:
- Service, ServiceMBean
- All Known Implementing Classes:
- CastorJDOImpl
public interface CastorJDOImplMBean
- extends ServiceMBean
MBean interface.
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
OBJECT_NAME
static final ObjectName OBJECT_NAME
setJndiName
void setJndiName(String jndiName)
getJndiName
String getJndiName()
setConfiguration
void setConfiguration(String dbConf)
getConfiguration
String getConfiguration()
getConfigurationURL
String getConfigurationURL()
setLockTimeout
void setLockTimeout(int lockTimeout)
getLockTimeout
int getLockTimeout()
setLoggingEnabled
void setLoggingEnabled(boolean loggingEnabled)
getLoggingEnabled
boolean getLoggingEnabled()
setCommonClassPath
void setCommonClassPath(boolean commonClassPath)
getCommonClassPath
boolean getCommonClassPath()
setAutoStore
void setAutoStore(boolean autoStore)
isAutoStore
boolean isAutoStore()
setDatabasePooling
void setDatabasePooling(boolean dbPooling)
- True if user prefers to use application server database pools. False if user wants a new connection for each call to getDatabase().
isDatabasePooling
boolean isDatabasePooling()
- Return true if the Database instance uses the application server pooling.
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.