Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.jdo » castor » [javadoc | source]
org.jboss.jdo.castor
public class: CastorJDOImpl [javadoc | source]
java.lang.Object
   org.jboss.mx.util.JBossNotificationBroadcasterSupport
      org.jboss.system.ServiceMBeanSupport
         org.jboss.jdo.castor.CastorJDOImpl

All Implemented Interfaces:
    org.exolab.castor.persist.spi.LogInterceptor, CastorJDOImplMBean, Referenceable, Serializable, org.exolab.castor.jdo.DataObjects, MBeanRegistration, ObjectFactory, org.jboss.kernel.spi.dependency.KernelControllerContextAware, ServiceMBean, NotificationEmitter

Castor JDO support.
Fields inherited from org.jboss.system.ServiceMBeanSupport:
SERVICE_CONTROLLER_SIG,  log,  server,  serviceName
Constructor:
 public CastorJDOImpl() 
Method from org.jboss.jdo.castor.CastorJDOImpl Summary:
creating,   creating,   exception,   findResourceInJar,   getCommonClassPath,   getConfiguration,   getConfigurationURL,   getDatabase,   getDescription,   getJndiName,   getLockTimeout,   getLoggingEnabled,   getObjectInstance,   getObjectName,   getPrintWriter,   getReference,   isAutoStore,   isDatabasePooling,   loading,   loading,   message,   queryStatement,   removing,   removing,   setAutoStore,   setCommonClassPath,   setConfiguration,   setDatabasePooling,   setDescription,   setJndiName,   setLockTimeout,   setLoggingEnabled,   startService,   stopService,   storeStatement,   storing,   storing
Methods from org.jboss.system.ServiceMBeanSupport:
create,   createService,   destroy,   destroyService,   getDeploymentInfo,   getLog,   getName,   getNextNotificationSequenceNumber,   getObjectName,   getServer,   getServiceName,   getState,   getStateString,   jbossInternalCreate,   jbossInternalDescription,   jbossInternalDestroy,   jbossInternalLifecycle,   jbossInternalStart,   jbossInternalStop,   pojoChange,   pojoCreate,   pojoDestroy,   pojoStart,   pojoStop,   postDeregister,   postRegister,   preDeregister,   preRegister,   setKernelControllerContext,   start,   startService,   stop,   stopService,   unsetKernelControllerContext
Methods from org.jboss.mx.util.JBossNotificationBroadcasterSupport:
addNotificationListener,   getNotificationInfo,   handleNotification,   nextNotificationSequenceNumber,   removeNotificationListener,   removeNotificationListener,   sendNotification
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.jdo.castor.CastorJDOImpl Detail:
 public  void creating(Class objClass,
    Object identity) 
 public  void creating(Object objClass,
    Object identity) 
 public  void exception(Exception except) 
 public URL findResourceInJar(String name) 
    Copied from Jetty.java. Used to find resource within .sar.
 public boolean getCommonClassPath() 
 public String getConfiguration() 
 public String getConfigurationURL() 
 public Database getDatabase() throws DatabaseNotFoundException, PersistenceException 
 public String getDescription() 
 public String getJndiName() 
 public int getLockTimeout() 
 public boolean getLoggingEnabled() 
 public Object getObjectInstance(Object obj,
    Name name,
    Context nameCtx,
    Hashtable environment) throws Exception 
 protected ObjectName getObjectName(MBeanServer server,
    ObjectName name) throws MalformedObjectNameException 
 public PrintWriter getPrintWriter() 
 public Reference getReference() 
 public boolean isAutoStore() 
 public boolean isDatabasePooling() 
    Return true if the Database instance uses the application server pooling.
 public  void loading(Class objClass,
    Object identity) 
 public  void loading(Object objClass,
    Object identity) 
 public  void message(String message) 
 public  void queryStatement(String statement) 
 public  void removing(Class objClass,
    Object identity) 
 public  void removing(Object objClass,
    Object identity) 
 public  void setAutoStore(boolean autoStore) 
 public  void setCommonClassPath(boolean commonClassPath) 
 public  void setConfiguration(String dbConf) 
 public  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().
 public  void setDescription(String description) 
 public  void setJndiName(String jndiName) 
 public  void setLockTimeout(int lockTimeout) 
 public  void setLoggingEnabled(boolean loggingEnabled) 
 protected  void startService() throws Exception 
 protected  void stopService() throws Exception 
 public  void storeStatement(String statement) 
 public  void storing(Class objClass,
    Object identity) 
 public  void storing(Object objClass,
    Object identity)