|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DomainConfiguration.DomainMode | |
---|---|
org.ow2.petals.microkernel.api.configuration | |
org.ow2.petals.microkernel.api.configuration.exception |
Uses of DomainConfiguration.DomainMode in org.ow2.petals.microkernel.api.configuration |
---|
Methods in org.ow2.petals.microkernel.api.configuration that return DomainConfiguration.DomainMode | |
---|---|
DomainConfiguration.DomainMode |
DomainConfiguration.getMode()
|
static DomainConfiguration.DomainMode |
DomainConfiguration.DomainMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DomainConfiguration.DomainMode[] |
DomainConfiguration.DomainMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.ow2.petals.microkernel.api.configuration with parameters of type DomainConfiguration.DomainMode | |
---|---|
void |
DomainConfiguration.setMode(DomainConfiguration.DomainMode mode)
|
Uses of DomainConfiguration.DomainMode in org.ow2.petals.microkernel.api.configuration.exception |
---|
Constructors in org.ow2.petals.microkernel.api.configuration.exception with parameters of type DomainConfiguration.DomainMode | |
---|---|
InconsistentDomainModeConfigurationException(DomainConfiguration.DomainMode expectedDomainMode,
DomainConfiguration.DomainMode actualDomainMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |