org.apache.openejb.jee
Class ActivationConfig
java.lang.Object
org.apache.openejb.jee.ActivationConfig
public class ActivationConfig
- extends java.lang.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 java.util.List<Text> description
activationConfigProperty
protected java.util.List<ActivationConfigProperty> activationConfigProperty
id
protected java.lang.String id
ActivationConfig
public ActivationConfig()
getDescription
public java.util.List<Text> getDescription()
addProperty
public void addProperty(java.lang.String name,
java.lang.String value)
getActivationConfigProperty
public java.util.List<ActivationConfigProperty> getActivationConfigProperty()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
toProperties
public java.util.Properties toProperties()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.