public abstract class StateAdvisory extends AdvisoryEvent
Title: Structured Data Objects
Description: A State Advisory
that represents a component Notification event type.
JMX Notification.
It serves as a generic object for packaging state notification events that may
come from a Service, a component or an external source.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
StateAdvisory() |
Modifier and Type | Method and Description |
---|---|
boolean |
existsProperty(java.lang.String name) |
java.lang.String |
getMessage() |
java.lang.String |
getName() |
java.lang.String |
getProperty(java.lang.String name) |
java.util.Set |
getPropertyNames() |
StateAdvisoryType |
getType() |
void |
init(StateAdvisoryDefinition advisory) |
void |
setMessage(java.lang.String message) |
void |
setProperty(java.lang.String name,
java.lang.String value) |
equals, getCorrelationId, getCorrelationIdAsBytes, setCorrelationId, setCorrelationIdAsBytes, setEventGroupId, setEventKey
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getSerialVersionUID, getTimestamp, getTransmitAccess, isCoalesced, setDurable, setEventId
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getTimestamp, getTransmitAccess
getSerialVersionUID
public void init(StateAdvisoryDefinition advisory) throws SDOFormatException
SDOFormatException
public StateAdvisoryType getType()
public java.lang.String getName()
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public java.lang.String getProperty(java.lang.String name)
public void setProperty(java.lang.String name, java.lang.String value)
public boolean existsProperty(java.lang.String name)
public java.util.Set getPropertyNames()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.