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.Constructor parameters in org.jboss.as.ejb3.timerservice with type arguments of type TimerServiceMetaDataSchema Constructor Description TimerServiceMetaDataParser(Schema<TimerServiceMetaDataSchema> schema)
-