org.otfeed.j2ee.ra
Class OtfeedActivationSpec

java.lang.Object
  extended by org.otfeed.OTConnectionSpec
      extended by org.otfeed.j2ee.ra.OtfeedActivationSpec
All Implemented Interfaces:
java.io.Serializable, javax.resource.spi.ActivationSpec, javax.resource.spi.ResourceAdapterAssociation

public class OtfeedActivationSpec
extends OTConnectionSpec
implements javax.resource.spi.ActivationSpec

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.otfeed.OTConnectionSpec
DEFAULT_HEARTBEAT_INTERVAL
 
Constructor Summary
OtfeedActivationSpec()
           
 
Method Summary
 javax.resource.spi.ResourceAdapter getResourceAdapter()
           
 void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
           
 void validate()
           
 
Methods inherited from class org.otfeed.OTConnectionSpec
equals, getHeartbeatInterval, getHosts, getHostsString, getPassword, getUsername, hashCode, setHeartbeatInterval, setHosts, setHostsString, setPassword, setUsername, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OtfeedActivationSpec

public OtfeedActivationSpec()
Method Detail

getResourceAdapter

public javax.resource.spi.ResourceAdapter getResourceAdapter()
Specified by:
getResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociation

setResourceAdapter

public void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
                        throws javax.resource.ResourceException
Specified by:
setResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociation
Throws:
javax.resource.ResourceException

validate

public void validate()
              throws javax.resource.spi.InvalidPropertyException
Specified by:
validate in interface javax.resource.spi.ActivationSpec
Throws:
javax.resource.spi.InvalidPropertyException


Copyright © 2007-2008 Mike Kroutikov. All Rights Reserved.