org.jboss.metadata.ejb.jboss
Class IORSASContextMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
          extended by 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

Field Summary
static String CALLER_PROPAGATION_NONE
          No caller propagation
static String CALLER_PROPAGATION_SUPPORTED
          Caller propagation supported
 
Constructor Summary
IORSASContextMetaData()
           
 
Method Summary
 String getCallerPropagation()
          Get the callerPropagation.
 void setCallerPropagation(String callerPropagation)
          Set the callerPropagation.
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
getDescriptions, merge, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

IORSASContextMetaData

public IORSASContextMetaData()
Method Detail

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.