org.apache.geronimo.connector
Class ActivationSpecInfo

java.lang.Object
  extended byorg.apache.geronimo.connector.ActivationSpecInfo
All Implemented Interfaces:
Serializable

public class ActivationSpecInfo
extends Object
implements Serializable

Holds info needed to create an ActivationSpecWrapper gbean for an mdb. This can be extended to include values from the ResourceAdapter configuration for duplicated properties.

Version:
$Revision: 1.1 $ $Date: 2004/06/25 21:33:26 $
See Also:
Serialized Form

Constructor Summary
ActivationSpecInfo(Class activationSpecClass, org.apache.geronimo.gbean.GBeanInfo activationSpecGBeanInfo)
           
 
Method Summary
 Class getActivationSpecClass()
           
 org.apache.geronimo.gbean.GBeanInfo getActivationSpecGBeanInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationSpecInfo

public ActivationSpecInfo(Class activationSpecClass,
                          org.apache.geronimo.gbean.GBeanInfo activationSpecGBeanInfo)
Method Detail

getActivationSpecClass

public Class getActivationSpecClass()

getActivationSpecGBeanInfo

public org.apache.geronimo.gbean.GBeanInfo getActivationSpecGBeanInfo()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.