Package com.neeve.server.mon.lifecycle

Implements the messages that back lifecycle events.

See:
          Description

Interface Summary
ISrvMonAppBusBindingCreatedMessage Event notifying an AEP application that a bus binding has been created.
ISrvMonAppBusBindingCreateFailedMessage Event notifying an AEP application that a bus binding failed to create.
ISrvMonAppBusBindingDestroyedMessage Event notifying an AEP application that a bus binding has been destroyed.
ISrvMonAppBusBindingDownMessage Event notifying an AEP application that a bus binding has failed.
ISrvMonAppBusBindingOpenedMessage Event notifying an AEP application that a bus binding was successfully opened.
ISrvMonAppBusBindingOpenFailedMessage Event notifying an AEP application that a bus binding failed to open.
ISrvMonAppBusBindingOpeningMessage Event notifying an AEP application that a bus binding is being opened.
ISrvMonAppBusBindingUpMessage Event notifying an AEP application that a bus binding has been established.
ISrvMonAppChannelDownMessage Event notifying an AEP application that one of it's channels is offline.
ISrvMonAppChannelUpMessage Event notifying an AEP application that one of it's channels is online.
ISrvMonAppEngineActiveMessage Event notifying an AEP application that its engine is the active engine in the application cluster.
ISrvMonAppEngineCreatedMessage Event notifying an AEP application that its engine has been created.
ISrvMonAppEngineStartedMessage Event notifying an AEP application that its engine has started.
ISrvMonAppEngineStoppedMessage Event notifying an AEP application that its engine has stopped.
ISrvMonAppEngineStoppingMessage Event notifying an AEP application that its engine is about to be stopped.
ISrvMonAppMessagingFailedMessage Event notifying an AEP application that its messaging has failed.
ISrvMonAppMessagingPrestartMessage Event notifying an AEP application that its messaging is about to be started.
ISrvMonAppMessagingStartedMessage Event notifying an AEP application that its messaging has been started.
ISrvMonAppMessagingStartFailedMessage Event notifying an AEP application that its messaging start failed.
ISrvMonAppStoreBindingFailedMessage Represents the event indicating that a store binding has failed.
ISrvMonAppStoreBindingRoleChangedMessage Represents the event indicating that a binding's (member) role has changed.
ISrvMonAppStoreMemberDownMessage Represents the event notifying that a member has left an ODS store.
ISrvMonAppStoreMemberInitCompleteMessage Represents the event notifying that a member initialization is complete.
ISrvMonAppStoreMemberUpMessage Represents the event notifying that a new member has joined an ODS store.
 

Class Summary
SrvMonAppBusBindingCreatedMessage Event notifying an AEP application that a bus binding has been created.
SrvMonAppBusBindingCreatedMessage.PacketBody The backing packet type for SrvMonAppBusBindingCreatedMessage (used internally for serialization purposes).
SrvMonAppBusBindingCreateFailedMessage Event notifying an AEP application that a bus binding failed to create.
SrvMonAppBusBindingCreateFailedMessage.PacketBody The backing packet type for SrvMonAppBusBindingCreateFailedMessage (used internally for serialization purposes).
SrvMonAppBusBindingDestroyedMessage Event notifying an AEP application that a bus binding has been destroyed.
SrvMonAppBusBindingDestroyedMessage.PacketBody The backing packet type for SrvMonAppBusBindingDestroyedMessage (used internally for serialization purposes).
SrvMonAppBusBindingDownMessage Event notifying an AEP application that a bus binding has failed.
SrvMonAppBusBindingDownMessage.PacketBody The backing packet type for SrvMonAppBusBindingDownMessage (used internally for serialization purposes).
SrvMonAppBusBindingOpenedMessage Event notifying an AEP application that a bus binding was successfully opened.
SrvMonAppBusBindingOpenedMessage.PacketBody The backing packet type for SrvMonAppBusBindingOpenedMessage (used internally for serialization purposes).
SrvMonAppBusBindingOpenFailedMessage Event notifying an AEP application that a bus binding failed to open.
SrvMonAppBusBindingOpenFailedMessage.PacketBody The backing packet type for SrvMonAppBusBindingOpenFailedMessage (used internally for serialization purposes).
SrvMonAppBusBindingOpeningMessage Event notifying an AEP application that a bus binding is being opened.
SrvMonAppBusBindingOpeningMessage.PacketBody The backing packet type for SrvMonAppBusBindingOpeningMessage (used internally for serialization purposes).
SrvMonAppBusBindingUpMessage Event notifying an AEP application that a bus binding has been established.
SrvMonAppBusBindingUpMessage.PacketBody The backing packet type for SrvMonAppBusBindingUpMessage (used internally for serialization purposes).
SrvMonAppChannelDownMessage Event notifying an AEP application that one of it's channels is offline.
SrvMonAppChannelDownMessage.PacketBody The backing packet type for SrvMonAppChannelDownMessage (used internally for serialization purposes).
SrvMonAppChannelUpMessage Event notifying an AEP application that one of it's channels is online.
SrvMonAppChannelUpMessage.PacketBody The backing packet type for SrvMonAppChannelUpMessage (used internally for serialization purposes).
SrvMonAppEngineActiveMessage Event notifying an AEP application that its engine is the active engine in the application cluster.
SrvMonAppEngineActiveMessage.PacketBody The backing packet type for SrvMonAppEngineActiveMessage (used internally for serialization purposes).
SrvMonAppEngineCreatedMessage Event notifying an AEP application that its engine has been created.
SrvMonAppEngineCreatedMessage.PacketBody The backing packet type for SrvMonAppEngineCreatedMessage (used internally for serialization purposes).
SrvMonAppEngineStartedMessage Event notifying an AEP application that its engine has started.
SrvMonAppEngineStartedMessage.PacketBody The backing packet type for SrvMonAppEngineStartedMessage (used internally for serialization purposes).
SrvMonAppEngineStoppedMessage Event notifying an AEP application that its engine has stopped.
SrvMonAppEngineStoppedMessage.PacketBody The backing packet type for SrvMonAppEngineStoppedMessage (used internally for serialization purposes).
SrvMonAppEngineStoppingMessage Event notifying an AEP application that its engine is about to be stopped.
SrvMonAppEngineStoppingMessage.PacketBody The backing packet type for SrvMonAppEngineStoppingMessage (used internally for serialization purposes).
SrvMonAppMessagingFailedMessage Event notifying an AEP application that its messaging has failed.
SrvMonAppMessagingFailedMessage.PacketBody The backing packet type for SrvMonAppMessagingFailedMessage (used internally for serialization purposes).
SrvMonAppMessagingPrestartMessage Event notifying an AEP application that its messaging is about to be started.
SrvMonAppMessagingPrestartMessage.PacketBody The backing packet type for SrvMonAppMessagingPrestartMessage (used internally for serialization purposes).
SrvMonAppMessagingStartedMessage Event notifying an AEP application that its messaging has been started.
SrvMonAppMessagingStartedMessage.PacketBody The backing packet type for SrvMonAppMessagingStartedMessage (used internally for serialization purposes).
SrvMonAppMessagingStartFailedMessage Event notifying an AEP application that its messaging start failed.
SrvMonAppMessagingStartFailedMessage.PacketBody The backing packet type for SrvMonAppMessagingStartFailedMessage (used internally for serialization purposes).
SrvMonAppStoreBindingFailedMessage Represents the event indicating that a store binding has failed.
SrvMonAppStoreBindingFailedMessage.PacketBody The backing packet type for SrvMonAppStoreBindingFailedMessage (used internally for serialization purposes).
SrvMonAppStoreBindingRoleChangedMessage Represents the event indicating that a binding's (member) role has changed.
SrvMonAppStoreBindingRoleChangedMessage.PacketBody The backing packet type for SrvMonAppStoreBindingRoleChangedMessage (used internally for serialization purposes).
SrvMonAppStoreMemberDownMessage Represents the event notifying that a member has left an ODS store.
SrvMonAppStoreMemberDownMessage.PacketBody The backing packet type for SrvMonAppStoreMemberDownMessage (used internally for serialization purposes).
SrvMonAppStoreMemberInitCompleteMessage Represents the event notifying that a member initialization is complete.
SrvMonAppStoreMemberInitCompleteMessage.PacketBody The backing packet type for SrvMonAppStoreMemberInitCompleteMessage (used internally for serialization purposes).
SrvMonAppStoreMemberUpMessage Represents the event notifying that a new member has joined an ODS store.
SrvMonAppStoreMemberUpMessage.PacketBody The backing packet type for SrvMonAppStoreMemberUpMessage (used internally for serialization purposes).
SrvMonLifecycleFactory Factory for Core X Server Lifecycle Monitoring
 

Package com.neeve.server.mon.lifecycle Description

Implements the messages that back lifecycle events.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.