Uses of Class
org.jboss.as.ejb3.timerservice.TimerServiceMetaDataSchema
-
Packages that use TimerServiceMetaDataSchema Package Description org.jboss.as.ejb3.timerservice -
-
Uses of TimerServiceMetaDataSchema in org.jboss.as.ejb3.timerservice
Methods in org.jboss.as.ejb3.timerservice that return TimerServiceMetaDataSchema Modifier and Type Method Description static TimerServiceMetaDataSchemaTimerServiceMetaDataSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static TimerServiceMetaDataSchema[]TimerServiceMetaDataSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.ejb3.timerservice that return types with arguments of type TimerServiceMetaDataSchema Modifier and Type Method Description org.jboss.as.controller.xml.VersionedNamespace<org.jboss.staxmapper.IntVersion,TimerServiceMetaDataSchema>TimerServiceMetaDataSchema. getNamespace()Constructors in org.jboss.as.ejb3.timerservice with parameters of type TimerServiceMetaDataSchema Constructor Description TimerServiceMetaDataParser(TimerServiceMetaDataSchema schema)
-