org.apache.openejb.jee
Class ActivationConfig
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected List<Text> description
activationConfigProperty
protected List<ActivationConfigProperty> activationConfigProperty
id
protected String id
ActivationConfig
public ActivationConfig()
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.