com.dsoft.jca.spi
Class EisActivationSpec

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

public class EisActivationSpec
extends java.lang.Object

Author:
qsadmel

Nested Class Summary
 class EisActivationSpec.MessageListener
           
 
Constructor Summary
EisActivationSpec()
           
 
Method Summary
 void connectToEis()
           
 void disconnectEis()
           
 ResourceAdapter getResourceAdapter()
           
 JsshClient getSshClient()
           
 void setResourceAdapter(ResourceAdapter resourceAdapter)
           
 void setSshClient(JsshClient sshClient)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EisActivationSpec

public EisActivationSpec()
Method Detail

validate

public void validate()
              throws InvalidPropertyException
Throws:
InvalidPropertyException

getSshClient

public JsshClient getSshClient()
Returns:
the sshClient

setSshClient

public void setSshClient(JsshClient sshClient)
Parameters:
sshClient - the sshClient to set

getResourceAdapter

public ResourceAdapter getResourceAdapter()

setResourceAdapter

public void setResourceAdapter(ResourceAdapter resourceAdapter)
                        throws ResourceException
Throws:
ResourceException

connectToEis

public void connectToEis()
                  throws JsshException
Throws:
JsshException

disconnectEis

public void disconnectEis()


Copyright © 2006 DSoft Technologies. All Rights Reserved.