javax.ejb
Class TimerConfig

java.lang.Object
  extended by javax.ejb.TimerConfig

public class TimerConfig
extends java.lang.Object


Constructor Summary
TimerConfig()
           
 
Method Summary
 java.io.Serializable getInfo()
           
 boolean isPersistent()
           
 void setInfo(java.io.Serializable i)
           
 void setPersistent(boolean persistent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerConfig

public TimerConfig()
Method Detail

getInfo

public java.io.Serializable getInfo()

isPersistent

public boolean isPersistent()

setInfo

public void setInfo(java.io.Serializable i)

setPersistent

public void setPersistent(boolean persistent)


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