org.apache.openejb.jee.sun
Class MdbResourceAdapter

java.lang.Object
  extended by org.apache.openejb.jee.sun.MdbResourceAdapter

public class MdbResourceAdapter
extends Object


Field Summary
protected  ActivationConfig activationConfig
           
protected  String resourceAdapterMid
           
 
Constructor Summary
MdbResourceAdapter()
           
 
Method Summary
 ActivationConfig getActivationConfig()
           
 String getResourceAdapterMid()
           
 void setActivationConfig(ActivationConfig value)
           
 void setResourceAdapterMid(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceAdapterMid

protected String resourceAdapterMid

activationConfig

protected ActivationConfig activationConfig
Constructor Detail

MdbResourceAdapter

public MdbResourceAdapter()
Method Detail

getResourceAdapterMid

public String getResourceAdapterMid()

setResourceAdapterMid

public void setResourceAdapterMid(String value)

getActivationConfig

public ActivationConfig getActivationConfig()

setActivationConfig

public void setActivationConfig(ActivationConfig value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.