org.apache.openejb.jee.jba
Class EjbTimeoutIdentity

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

public class EjbTimeoutIdentity
extends Object


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

Field Detail

runAsPrincipal

protected String runAsPrincipal
Constructor Detail

EjbTimeoutIdentity

public EjbTimeoutIdentity()
Method Detail

getRunAsPrincipal

public String getRunAsPrincipal()
Gets the value of the runAsPrincipal property.

Returns:
possible object is String

setRunAsPrincipal

public void setRunAsPrincipal(String value)
Sets the value of the runAsPrincipal property.

Parameters:
value - allowed object is String


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