Modifier and Type | Method and Description |
---|---|
void |
StoreConfigurationChangeListener.stateChanged(ConfiguredObject object,
State oldState,
State newState) |
Modifier and Type | Method and Description |
---|---|
void |
VirtualHostMBean.stateChanged(ConfiguredObject object,
State oldState,
State newState) |
Modifier and Type | Method and Description |
---|---|
State |
AbstractConfiguredObject.getDesiredState() |
State |
ConfiguredObject.getDesiredState()
Get the desired state of the object.
|
State |
AbstractConfiguredObject.getState() |
State |
ConfiguredObject.getState()
Get the actual state of the object.
|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConfiguredObject.notifyStateChanged(State currentState,
State desiredState) |
protected void |
AbstractConfiguredObject.setState(State state) |
protected void |
AbstractSystemConfig.setState(State desiredState) |
void |
ConfigurationChangeListener.stateChanged(ConfiguredObject<?> object,
State oldState,
State newState)
Inform the listener that the passed object has changed state
|
void |
NoopConfigurationChangeListener.stateChanged(ConfiguredObject<?> object,
State oldState,
State newState) |
Modifier and Type | Method and Description |
---|---|
protected State |
AmqpPortImpl.onActivate() |
protected State |
JmxPortImpl.onActivate() |
protected State |
RmiPortImpl.onActivate() |
protected State |
AbstractPort.onActivate() |
protected State |
HttpPortImpl.onActivate() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractQueue.stateChanged(QueueConsumer<?> sub,
State oldState,
State newState) |
Modifier and Type | Method and Description |
---|---|
void |
BDBCacheSizeSetter.stateChanged(ConfiguredObject<?> configuredObject,
State oldState,
State newState) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractVirtualHost.reportIfError(State state) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.util.concurrent.ListenableFuture<Void> |
AbstractVirtualHostNode.stopAndSetStateTo(State stoppedState) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.