Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.access | |
org.jboss.as.controller.registry |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
ControllerMessages.unexpectedStorage(AttributeAccess.Storage storage)
Creates an exception indicating the
storage was unexpected. |
Modifier and Type | Method and Description |
---|---|
AttributeAccess.Storage |
TargetAttribute.getStorageType()
Get the storage type.
|
Modifier and Type | Method and Description |
---|---|
AttributeAccess.Storage |
AttributeAccess.getStorageType()
Get the storage type.
|
static AttributeAccess.Storage |
AttributeAccess.Storage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeAccess.Storage[] |
AttributeAccess.Storage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatingManagementResourceRegistration.registerReadOnlyAttribute(String attributeName,
OperationStepHandler readHandler,
AttributeAccess.Storage storage) |
void |
ManagementResourceRegistration.registerReadOnlyAttribute(String attributeName,
OperationStepHandler readHandler,
AttributeAccess.Storage storage)
|
void |
DelegatingManagementResourceRegistration.registerReadWriteAttribute(String attributeName,
OperationStepHandler readHandler,
OperationStepHandler writeHandler,
AttributeAccess.Storage storage) |
void |
ManagementResourceRegistration.registerReadWriteAttribute(String attributeName,
OperationStepHandler readHandler,
OperationStepHandler writeHandler,
AttributeAccess.Storage storage)
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.