biz.hammurapi.jms.adapter.jca
Class ActivationSpecImpl

java.lang.Object
  extended by biz.hammurapi.jms.adapter.jca.ActivationSpecImpl
All Implemented Interfaces:
java.io.Serializable, javax.resource.spi.ActivationSpec, javax.resource.spi.ResourceAdapterAssociation

public class ActivationSpecImpl
extends java.lang.Object
implements javax.resource.spi.ActivationSpec, java.io.Serializable

Associates message endpoint with listener.

Author:
Pavel
See Also:
Serialized Form

Constructor Summary
ActivationSpecImpl()
           
 
Method Summary
 java.lang.String getListenerName()
           
 javax.resource.spi.ResourceAdapter getResourceAdapter()
           
 void setListenerName(java.lang.String listenerName)
           
 void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationSpecImpl

public ActivationSpecImpl()
Method Detail

validate

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

getListenerName

public java.lang.String getListenerName()

setListenerName

public void setListenerName(java.lang.String listenerName)

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


Copyright © 2006 Hammurapi Group. All Rights Reserved.