org.apache.openejb.jee.sun
Class Timeout

java.lang.Object
  extended by org.apache.openejb.jee.sun.Timeout

public class Timeout
extends Object


Field Summary
protected  String name
           
protected  String scope
           
protected  String value
           
 
Constructor Summary
Timeout()
           
 
Method Summary
 String getName()
           
 String getScope()
           
 String getvalue()
           
 void setName(String value)
           
 void setScope(String value)
           
 void setvalue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

scope

protected String scope

value

protected String value
Constructor Detail

Timeout

public Timeout()
Method Detail

getName

public String getName()

setName

public void setName(String value)

getScope

public String getScope()

setScope

public void setScope(String value)

getvalue

public String getvalue()

setvalue

public void setvalue(String value)


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