Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

oracle.sdp.messaging.driver
Class DriverActivationSpec

java.lang.Object
  extended by oracle.sdp.messaging.driver.DriverActivationSpec
All Implemented Interfaces:
Serializable, javax.resource.spi.ActivationSpec, javax.resource.spi.ResourceAdapterAssociation

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

Driver Activation Spec, basic implementation.

Since:
11.0.0
See Also:
Serialized Form

Constructor Summary
DriverActivationSpec()
           
 
Method Summary
 javax.resource.spi.ResourceAdapter getResourceAdapter()
           
 void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverActivationSpec

public DriverActivationSpec()
Method Detail

getResourceAdapter

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

setResourceAdapter

public void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
Specified by:
setResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociation
See Also:
ResourceAdapterAssociation.setResourceAdapter(javax.resource.spi.ResourceAdapter)

validate

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

Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

Copyright © 2010 Oracle and/or its affiliates. All rights reserved.