org.apache.openejb.jee
Class ActivationConfig

java.lang.Object
  extended by org.apache.openejb.jee.ActivationConfig

public class ActivationConfig
extends Object

The activation-configType defines information about the expected configuration properties of the message-driven bean in its operational environment. This may include information about message acknowledgement, message selector, expected destination type, etc.

The configuration information is expressed in terms of name/value configuration properties.

The properties that are recognized for a particular message-driven bean are determined by the messaging type.


Field Summary
protected  List<ActivationConfigProperty> activationConfigProperty
           
protected  List<Text> description
           
protected  String id
           
 
Constructor Summary
ActivationConfig()
           
 
Method Summary
 void addProperty(String name, String value)
           
 List<ActivationConfigProperty> getActivationConfigProperty()
           
 List<Text> getDescription()
           
 String getId()
           
 void setId(String value)
           
 Properties toProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<Text> description

activationConfigProperty

protected List<ActivationConfigProperty> activationConfigProperty

id

protected String id
Constructor Detail

ActivationConfig

public ActivationConfig()
Method Detail

getDescription

public List<Text> getDescription()

addProperty

public void addProperty(String name,
                        String value)

getActivationConfigProperty

public List<ActivationConfigProperty> getActivationConfigProperty()

getId

public String getId()

setId

public void setId(String value)

toProperties

public Properties toProperties()


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