JDBC eWay API

com.stc.connector.jdbcadapter.base
Class ActivationSpecImplExt

java.lang.Object
  extended by com.stc.connector.framework.eway.DBActivationSpec
      extended by com.stc.connector.framework.eway.DBActivationSpecExt
          extended by com.stc.connector.jdbcadapter.base.ActivationSpecImplExt
All Implemented Interfaces:
com.stc.connector.management.jca.system.mbeans.LifeCycle, com.stc.connector.management.STCManagedMaster, java.io.Serializable, javax.resource.spi.ActivationSpec, javax.resource.spi.ResourceAdapterAssociation

public class ActivationSpecImplExt
extends com.stc.connector.framework.eway.DBActivationSpecExt

DOCUMENT ME!

Version:
$Revision: 1.6 $
Author:
jtran
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.stc.connector.framework.eway.DBActivationSpecExt
mBaseConfiguration, mConfiguration, mLog, mMonitorMBean, mProjectInfoObject, msgManager
 
Fields inherited from class com.stc.connector.framework.eway.DBActivationSpec
mMessages
 
Constructor Summary
ActivationSpecImplExt()
          This class is just here because some DBs need to sub class this anyhow
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.String getURL()
           
 void setClassName(java.lang.String className)
           
 void setConfiguration(java.lang.String aConfiguration)
           
 void setURL(java.lang.String urlStr)
           
 
Methods inherited from class com.stc.connector.framework.eway.DBActivationSpecExt
createMBean, getConfiguration, getConfigurationModel, getEwayActivationSpecMBeanClass, getEwayActivationSpecMBeanName, getMonitor, getProjectInfo, isStarted, setEwayActivationSpecMBeanClass, setEwayActivationSpecMBeanName, setProjectInfo, start, stop
 
Methods inherited from class com.stc.connector.framework.eway.DBActivationSpec
getDatabaseName, getPassword, getPollMilliseconds, getPortNumber, getPreparedStatement, getResourceAdapter, getServerName, getUser, setDatabaseName, setPassword, setPollMilliseconds, setPortNumber, setPreparedStatement, setResourceAdapter, setServerName, setUser, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.resource.spi.ResourceAdapterAssociation
getResourceAdapter, setResourceAdapter
 

Constructor Detail

ActivationSpecImplExt

public ActivationSpecImplExt()
This class is just here because some DBs need to sub class this anyhow

Method Detail

setURL

public void setURL(java.lang.String urlStr)

getURL

public java.lang.String getURL()

setClassName

public void setClassName(java.lang.String className)

getClassName

public java.lang.String getClassName()

setConfiguration

public void setConfiguration(java.lang.String aConfiguration)
                      throws java.lang.Exception
Overrides:
setConfiguration in class com.stc.connector.framework.eway.DBActivationSpecExt
Throws:
java.lang.Exception

JDBC eWay API