com.dsoft.jca.spi
Class EisResourceAdapter

java.lang.Object
  extended by com.dsoft.jca.spi.EisResourceAdapter

public class EisResourceAdapter
extends java.lang.Object

Author:
Sadi Melbouci

Constructor Summary
EisResourceAdapter()
           
 
Method Summary
 void endpointActivation(MessageEndpointFactory messageEndpointFactory, ActivationSpec activationSpec)
           
 void endpointDeactivation(MessageEndpointFactory arg0, ActivationSpec activationSpec)
           
 EisActivationSpec getEisActivationSpec()
           
 EisXAResource getEisXAResource()
           
 java.lang.String getHostname()
           
 java.lang.String getPassword()
           
 java.lang.String getPort()
           
 java.lang.String getUsername()
           
 javax.transaction.xa.XAResource[] getXAResources(ActivationSpec[] arg0)
           
 void setEisActivationSpec(EisActivationSpec eisActivationSpec)
           
 void setEisXAResource(EisXAResource eisXAResource)
           
 void setHostname(java.lang.String hostname)
           
 void setPassword(java.lang.String password)
           
 void setPort(java.lang.String port)
           
 void setUsername(java.lang.String username)
           
 void start(BootstrapContext bootstrapContext)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EisResourceAdapter

public EisResourceAdapter()
Method Detail

endpointActivation

public void endpointActivation(MessageEndpointFactory messageEndpointFactory,
                               ActivationSpec activationSpec)
                        throws ResourceException
Throws:
ResourceException

endpointDeactivation

public void endpointDeactivation(MessageEndpointFactory arg0,
                                 ActivationSpec activationSpec)

start

public void start(BootstrapContext bootstrapContext)
           throws ResourceAdapterInternalException
Throws:
ResourceAdapterInternalException

stop

public void stop()

getEisActivationSpec

public EisActivationSpec getEisActivationSpec()
Returns:
the eisActivationSpec

setEisActivationSpec

public void setEisActivationSpec(EisActivationSpec eisActivationSpec)
Parameters:
eisActivationSpec - the eisActivationSpec to set

getHostname

public java.lang.String getHostname()
Returns:
the hostname

setHostname

public void setHostname(java.lang.String hostname)
Parameters:
hostname - the hostname to set

getPassword

public java.lang.String getPassword()
Returns:
the password

setPassword

public void setPassword(java.lang.String password)
Parameters:
password - the password to set

getUsername

public java.lang.String getUsername()
Returns:
the username

setUsername

public void setUsername(java.lang.String username)
Parameters:
username - the username to set

getXAResources

public javax.transaction.xa.XAResource[] getXAResources(ActivationSpec[] arg0)
                                                 throws ResourceException
Throws:
ResourceException

getEisXAResource

public EisXAResource getEisXAResource()
Returns:
the eisXAResource

setEisXAResource

public void setEisXAResource(EisXAResource eisXAResource)
Parameters:
eisXAResource - the eisXAResource to set

getPort

public java.lang.String getPort()
Returns:
the port

setPort

public void setPort(java.lang.String port)
Parameters:
port - the port to set


Copyright © 2006 DSoft Technologies. All Rights Reserved.