org.jboss.metadata.ejb.jboss
Class IORSASContextMetaData
java.lang.Object
org.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
org.jboss.metadata.ejb.jboss.IORSASContextMetaData
- All Implemented Interfaces:
- Serializable, Cloneable, IdMetaData
public class IORSASContextMetaData
- extends IdMetaDataImplWithDescriptions
IORSASContextMetaData.
TODO LAST enums
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
CALLER_PROPAGATION_NONE
public static final String CALLER_PROPAGATION_NONE
- No caller propagation
- See Also:
- Constant Field Values
CALLER_PROPAGATION_SUPPORTED
public static final String CALLER_PROPAGATION_SUPPORTED
- Caller propagation supported
- See Also:
- Constant Field Values
IORSASContextMetaData
public IORSASContextMetaData()
getCallerPropagation
public String getCallerPropagation()
- Get the callerPropagation.
- Returns:
- the callerPropagation.
setCallerPropagation
public void setCallerPropagation(String callerPropagation)
- Set the callerPropagation.
- Parameters:
callerPropagation
- the callerPropagation.
- Throws:
IllegalArgumentException
- for a null callerPropagation
Copyright © 2009 JBoss Inc.. All Rights Reserved.