Package | Description |
---|---|
org.jboss.as.controller | |
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 |
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 |
ManagementResourceRegistration.registerReadOnlyAttribute(String attributeName,
OperationStepHandler readHandler,
AttributeAccess.Storage storage)
Records that the given attribute can be read from but not written to, and
optionally provides an operation handler for the read.
|
void |
ManagementResourceRegistration.registerReadWriteAttribute(String attributeName,
OperationStepHandler readHandler,
OperationStepHandler writeHandler,
AttributeAccess.Storage storage)
Records that the given attribute can be both read from and written to, and
provides operation handlers for the read and the write.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.