| Package | Description |
|---|---|
| org.apache.stratos.messaging.domain.topology.lifecycle | |
| org.apache.stratos.messaging.event.application | |
| org.apache.stratos.messaging.event.topology |
| Modifier and Type | Method and Description |
|---|---|
<S extends TopologyEvent> |
LifeCycleStateManager.isPreConditionsValid(T nextState,
S topologyEvent)
checks if any conditions that should be met for the state transfer is valid
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompleteApplicationsEvent
This event is fired periodically with the complete topology.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationClustersCreatedEvent
This will have the list of clusters which associated with an application
|
class |
ApplicationClustersRemovedEvent |
class |
ClusterCreatedEvent
This event is fired by Cloud Controller when a cluster is created for a service.
|
class |
ClusterRemovedEvent
This event is fired by Cloud Controller when a cluster is removed from the topology.
|
class |
CompleteTopologyEvent
This event is fired periodically with the complete topology.
|
class |
MemberActivatedEvent
This event is fired by Cloud Controller when a member has started it's server and
applications are ready to serve the incoming requests.
|
class |
MemberCreatedEvent
This event is fired by Cloud Controller when a member is created.
|
class |
MemberInitializedEvent
This event is fired by Cloud Controller once the member initialization process is done.
|
class |
MemberMaintenanceModeEvent |
class |
MemberReadyToShutdownEvent |
class |
MemberStartedEvent
This event is fired by Cloud Controller when a agent inside member is started successfully in a given cluster.
|
class |
MemberSuspendedEvent
This event is fired by Cloud Controller when a member is suspended.
|
class |
MemberTerminatedEvent
This event is fired by Cloud Controller when a member is terminated.
|
class |
ServiceCreatedEvent
This event is fired by Cloud Controller when a service is added to a topology.
|
class |
ServiceRemovedEvent
This event is fired by Cloud Controller when a service is removed from a topology.
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.