INFORMIX eWay API

com.stc.connector.informixadapter.base
Class ActivationSpecImpl

java.lang.Object
  extended by com.stc.connector.framework.eway.DBActivationSpec
      extended by com.stc.connector.informixadapter.base.ActivationSpecImpl
All Implemented Interfaces:
java.io.Serializable, javax.resource.spi.ActivationSpec, javax.resource.spi.ResourceAdapterAssociation

public class ActivationSpecImpl
extends com.stc.connector.framework.eway.DBActivationSpec

Activation Spec for database Inbound functionality This holds the connection polling information for the Informix.

Author:
jtran
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.stc.connector.framework.eway.DBActivationSpec
mMessages
 
Constructor Summary
ActivationSpecImpl()
          Creates a new instance of ActivationSpecImpl
 
Method Summary
 java.lang.String getInformixServer()
          Getter for Informixserver
 void setInformixserver(java.lang.String informixserver)
          Setter for Informixserver
 
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
 

Constructor Detail

ActivationSpecImpl

public ActivationSpecImpl()
Creates a new instance of ActivationSpecImpl

Method Detail

setInformixserver

public void setInformixserver(java.lang.String informixserver)
Setter for Informixserver

Parameters:
Informix - - part of the JDBC URL

getInformixServer

public java.lang.String getInformixServer()
Getter for Informixserver

Returns:
String - Informixserver

INFORMIX eWay API