public final class ConnectionStateChangeAdvisory extends AdvisoryEvent
Title: Open Service Framework
Description: An event that represents the state of a connection.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ID |
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
ConnectionStateChangeAdvisory() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentName() |
java.lang.String |
getConnectionName() |
java.lang.String |
getConnectionUrl() |
java.lang.String |
getMessage() |
ConnectionState |
getState() |
void |
setComponentName(java.lang.String componentName) |
void |
setConnectionName(java.lang.String connName) |
void |
setConnectionUrl(java.lang.String connUrl) |
void |
setMessage(java.lang.String message) |
void |
setState(ConnectionState state) |
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 static final java.lang.String EVENT_ID
public ConnectionState getState()
public void setState(ConnectionState state)
public void setComponentName(java.lang.String componentName)
public java.lang.String getComponentName()
public void setConnectionUrl(java.lang.String connUrl)
public java.lang.String getConnectionUrl()
public void setMessage(java.lang.String message)
public java.lang.String getMessage()
public void setConnectionName(java.lang.String connName)
public java.lang.String getConnectionName()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.