Sun Adapter for DB2 Connect

com.stc.connector.db2connectadapter.base
Class ActivationSpecImplExtType4

java.lang.Object
  extended by com.stc.connector.framework.eway.DBActivationSpec
      extended by com.stc.connector.framework.eway.DBActivationSpecExt
          extended by com.stc.connector.db2connectadapter.base.ActivationSpecImplExt
              extended by com.stc.connector.db2connectadapter.base.ActivationSpecImplExtType4
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 ActivationSpecImplExtType4
extends ActivationSpecImplExt
implements com.stc.connector.management.STCManagedMaster

This class is like a mark up class for the Type 4 ActivationSepcImplExt. This was created to invalidate the conflict which arises at config/template.xml at design time

Author:
Kanantharaman
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
ActivationSpecImplExtType4()
          Creates a new instance of ActivationSpecImplExt
 
Method Summary
 
Methods inherited from class com.stc.connector.framework.eway.DBActivationSpecExt
createMBean, getConfiguration, getConfigurationModel, getEwayActivationSpecMBeanClass, getEwayActivationSpecMBeanName, getMonitor, getProjectInfo, isStarted, setConfiguration, 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 com.stc.connector.management.STCManagedMaster
getMonitor
 
Methods inherited from interface javax.resource.spi.ResourceAdapterAssociation
getResourceAdapter, setResourceAdapter
 

Constructor Detail

ActivationSpecImplExtType4

public ActivationSpecImplExtType4()
Creates a new instance of ActivationSpecImplExt


Sun Adapter for DB2 Connect