|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessMode | |
---|---|
org.apache.qpid.management.configuration | |
org.apache.qpid.management.domain.model |
Uses of AccessMode in org.apache.qpid.management.configuration |
---|
Fields in org.apache.qpid.management.configuration with type parameters of type AccessMode | |
---|---|
(package private) Map<Integer,AccessMode> |
Configuration._accessModes
|
Methods in org.apache.qpid.management.configuration that return AccessMode | |
---|---|
AccessMode |
Configuration.getAccessMode(int code)
Returns the access mode associated to the given code. |
Methods in org.apache.qpid.management.configuration with parameters of type AccessMode | |
---|---|
(package private) void |
Configuration.addAccessModeMapping(int code,
AccessMode accessMode)
Adds a new access mode mapping to this configuration. |
Uses of AccessMode in org.apache.qpid.management.domain.model |
---|
Methods in org.apache.qpid.management.domain.model that return AccessMode | |
---|---|
(package private) AccessMode |
QpidProperty.getAccessMode()
Gets the description of this property. |
static AccessMode |
AccessMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AccessMode[] |
AccessMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.qpid.management.domain.model with parameters of type AccessMode | |
---|---|
(package private) void |
QpidProperty.setAccessMode(AccessMode accessMode)
Sets access mode for this property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |