org.ow2.util.ee.metadata.ejbjar.api.xml.struct
Interface ITimer

All Superinterfaces:
Serializable

public interface ITimer
extends Serializable

Defines timer for a given method.

Author:
Florent Benoit

Field Summary
static String NAME
          Name of this element.
 
Method Summary
 IJEjbSchedule getSchedule()
           
 IMethodDD getTimeoutMethod()
           
 

Field Detail

NAME

static final String NAME
Name of this element.

See Also:
Constant Field Values
Method Detail

getTimeoutMethod

IMethodDD getTimeoutMethod()
Returns:
timeout method for which the timer applies.

getSchedule

IJEjbSchedule getSchedule()
Returns:
schedule of this timer


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.