public class TimerAttributeDefinition
extends org.jboss.as.controller.ListAttributeDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
TimerAttributeDefinition.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
CALENDAR_TIMER |
static String |
DAY_OF_MONTH |
static String |
DAY_OF_WEEK |
static String |
END |
static String |
HOUR |
static TimerAttributeDefinition |
INSTANCE |
static String |
MINUTE |
static String |
MONTH |
static String |
NEXT_TIMEOUT |
static String |
PERSISTENT |
static String |
SCHEDULE |
static String |
SECOND |
static String |
START |
static String |
TIME_REMAINING |
static String |
TIMEZONE |
static String |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAttributeValueTypeDescription(org.jboss.dmr.ModelNode node,
org.jboss.as.controller.descriptions.ResourceDescriptionResolver resolver,
Locale locale,
ResourceBundle bundle) |
protected void |
addOperationParameterValueTypeDescription(org.jboss.dmr.ModelNode node,
String operationName,
org.jboss.as.controller.descriptions.ResourceDescriptionResolver resolver,
Locale locale,
ResourceBundle bundle) |
static void |
addTimers(EJBComponent ejb,
org.jboss.dmr.ModelNode response) |
protected void |
addValueTypeDescription(org.jboss.dmr.ModelNode node,
ResourceBundle bundle) |
void |
marshallAsElement(org.jboss.dmr.ModelNode resourceModel,
boolean marshalDefault,
XMLStreamWriter writer) |
addOperationParameterDescription, addOperationParameterDescription, addOperationReplyDescription, addOperationReplyValueTypeDescription, addResourceAttributeDescription, addResourceAttributeDescription, convertParameterElementExpressions, convertParameterExpressions, getElementValidator, parse, parseAndAddParameterElement, parseAndSetParameteraddAccessConstraints, addAllowedValuesToDescription, addCapabilityRequirements, addCapabilityRequirements, addDeprecatedInfo, addOperationReplyDescription, convertStringExpression, correctValue, getAccessConstraints, getAllowedValues, getAlternatives, getArbitraryDescriptors, getAttributeDeprecatedDescription, getAttributeGroup, getAttributeMarshaller, getAttributeTextDescription, getCorrector, getDefaultValue, getDeprecationData, getFlags, getImmutableFlags, getMarshaller, getMeasurementUnit, getName, getNoTextDescription, getParser, getReferenceRecorder, getRequires, getType, getUndefinedMetricValue, getValidator, getXmlName, hasAlternative, hasCapabilityRequirements, isAllowed, isAllowExpression, isAllowNull, isDeprecated, isMarshallable, isMarshallable, isNillable, isNullSignificant, isRequired, isRequired, isResourceOnly, isValidatingNull, marshallAsElement, removeCapabilityRequirements, removeCapabilityRequirements, resolveModelAttribute, resolveModelAttribute, resolveValue, resolveValue, validateAndSet, validateOperationpublic static final TimerAttributeDefinition INSTANCE
public static final String TIME_REMAINING
public static final String NEXT_TIMEOUT
public static final String CALENDAR_TIMER
public static final String PERSISTENT
public static final String SCHEDULE
public static final String DAY_OF_MONTH
public static final String DAY_OF_WEEK
public static final String HOUR
public static final String MINUTE
public static final String SECOND
public static final String MONTH
public static final String YEAR
public static final String TIMEZONE
public static final String START
public static final String END
protected void addValueTypeDescription(org.jboss.dmr.ModelNode node,
ResourceBundle bundle)
addValueTypeDescription in class org.jboss.as.controller.ListAttributeDefinitionprotected void addAttributeValueTypeDescription(org.jboss.dmr.ModelNode node,
org.jboss.as.controller.descriptions.ResourceDescriptionResolver resolver,
Locale locale,
ResourceBundle bundle)
addAttributeValueTypeDescription in class org.jboss.as.controller.ListAttributeDefinitionprotected void addOperationParameterValueTypeDescription(org.jboss.dmr.ModelNode node,
String operationName,
org.jboss.as.controller.descriptions.ResourceDescriptionResolver resolver,
Locale locale,
ResourceBundle bundle)
addOperationParameterValueTypeDescription in class org.jboss.as.controller.ListAttributeDefinitionpublic void marshallAsElement(org.jboss.dmr.ModelNode resourceModel,
boolean marshalDefault,
XMLStreamWriter writer)
throws XMLStreamException
marshallAsElement in class org.jboss.as.controller.ListAttributeDefinitionXMLStreamExceptionpublic static void addTimers(EJBComponent ejb, org.jboss.dmr.ModelNode response)
Copyright © 2020 JBoss by Red Hat. All rights reserved.