org.apache.openejb.jee.jba
Class SasContext

java.lang.Object
  extended by org.apache.openejb.jee.jba.SasContext

public class SasContext
extends Object


Field Summary
protected  String callerPropagation
           
 
Constructor Summary
SasContext()
           
 
Method Summary
 String getCallerPropagation()
          Gets the value of the callerPropagation property.
 void setCallerPropagation(String value)
          Sets the value of the callerPropagation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

callerPropagation

protected String callerPropagation
Constructor Detail

SasContext

public SasContext()
Method Detail

getCallerPropagation

public String getCallerPropagation()
Gets the value of the callerPropagation property.

Returns:
possible object is String

setCallerPropagation

public void setCallerPropagation(String value)
Sets the value of the callerPropagation property.

Parameters:
value - allowed object is String


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