org.jboss.jdo.castor
Interface CastorJDOImplMBean

All Superinterfaces:
Service, ServiceMBean
All Known Implementing Classes:
CastorJDOImpl

public interface CastorJDOImplMBean
extends ServiceMBean

MBean interface.


Field Summary
static ObjectName OBJECT_NAME
           
 
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
 
Method Summary
 boolean getCommonClassPath()
           
 String getConfiguration()
           
 String getConfigurationURL()
           
 String getJndiName()
           
 int getLockTimeout()
           
 boolean getLoggingEnabled()
           
 boolean isAutoStore()
           
 boolean isDatabasePooling()
          Return true if the Database instance uses the application server pooling.
 void setAutoStore(boolean autoStore)
           
 void setCommonClassPath(boolean commonClassPath)
           
 void setConfiguration(String dbConf)
           
 void setDatabasePooling(boolean dbPooling)
          True if user prefers to use application server database pools.
 void setJndiName(String jndiName)
           
 void setLockTimeout(int lockTimeout)
           
 void setLoggingEnabled(boolean loggingEnabled)
           
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

static final ObjectName OBJECT_NAME
Method Detail

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.