Class ScheduledTimerDescriptor
java.lang.Object
java.util.Observable
org.glassfish.deployment.common.DynamicAttributesDescriptor
org.glassfish.deployment.common.Descriptor
com.sun.enterprise.deployment.DescribableDescriptor
org.glassfish.ejb.deployment.descriptor.ScheduledTimerDescriptor
- All Implemented Interfaces:
Serializable
public class ScheduledTimerDescriptor
extends com.sun.enterprise.deployment.DescribableDescriptor
This class holds the metadata for a calendar-based timer.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()getHour()getInfo()getMonth()booleangetStart()com.sun.enterprise.deployment.MethodDescriptorgetYear()voidsetDayOfMonth(String dayOfMonth) voidsetDayOfWeek(String dayOfWeek) voidvoidvoidvoidvoidvoidsetPersistent(boolean flag) voidvoidvoidsetTimeoutMethod(com.sun.enterprise.deployment.MethodDescriptor methodDescriptor) voidsetTimezone(String timezoneID) voidtoString()Methods inherited from class com.sun.enterprise.deployment.DescribableDescriptor
getDescription, setDescriptionMethods inherited from class org.glassfish.deployment.common.Descriptor
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, getDeploymentExtensions, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitMethods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttributeMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Constructor Details
-
ScheduledTimerDescriptor
public ScheduledTimerDescriptor()
-
-
Method Details
-
setSecond
-
getSecond
-
setMinute
-
getMinute
-
setHour
-
getHour
-
setDayOfMonth
-
getDayOfMonth
-
setMonth
-
getMonth
-
setDayOfWeek
-
getDayOfWeek
-
setYear
-
getYear
-
setTimezone
-
getTimezone
-
setStart
-
getStart
-
setEnd
-
getEnd
-
setPersistent
public void setPersistent(boolean flag) -
getPersistent
public boolean getPersistent() -
setInfo
-
getInfo
-
setTimeoutMethod
public void setTimeoutMethod(com.sun.enterprise.deployment.MethodDescriptor methodDescriptor) -
getTimeoutMethod
public com.sun.enterprise.deployment.MethodDescriptor getTimeoutMethod() -
toString
- Overrides:
toStringin classorg.glassfish.deployment.common.DynamicAttributesDescriptor
-