public class TimerAttributeDefinition
extends org.jboss.as.controller.ListAttributeDefinition
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, addResourceAttributeDescription, addResourceAttributeDescription, convertParameterElementExpressions, convertParameterExpressions, getElementValidator, parse, parseAndAddParameterElement, parseAndSetParameter
addAccessConstraints, addAllowedValuesToDescription, addCapabilityRequirements, addDeprecatedInfo, convertStringExpression, correctValue, getAccessConstraints, getAllowedValues, getAlternatives, getArbitraryDescriptors, getAttributeDeprecatedDescription, getAttributeGroup, getAttributeMarshaller, getAttributeTextDescription, getCorrector, getDefaultValue, getDeprecationData, getFlags, getMeasurementUnit, getName, getNoTextDescription, getParser, getReferenceRecorder, getRequires, getType, getUndefinedMetricValue, getValidator, getXmlName, hasAlternative, hasCapabilityRequirements, isAllowed, isAllowExpression, isAllowNull, isDeprecated, isMarshallable, isMarshallable, isNullSignificant, isRequired, isResourceOnly, isValidatingNull, marshallAsElement, removeCapabilityRequirements, resolveModelAttribute, resolveModelAttribute, resolveValue, resolveValue, validateAndSet, validateOperation
public 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.ListAttributeDefinition
protected 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.ListAttributeDefinition
protected 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.ListAttributeDefinition
public void marshallAsElement(org.jboss.dmr.ModelNode resourceModel, boolean marshalDefault, XMLStreamWriter writer) throws XMLStreamException
marshallAsElement
in class org.jboss.as.controller.ListAttributeDefinition
XMLStreamException
public static void addTimers(EJBComponent ejb, org.jboss.dmr.ModelNode response)
Copyright © 2018 JBoss by Red Hat. All rights reserved.