public final class XMPPConnectionStateChangeAdvisory extends AdvisoryEvent
Title: Structured Data Objects
Description: Defines advisory that represents the state of a XMPP connection.
Copyright: Copyright (c) 2011
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 |
---|
XMPPConnectionStateChangeAdvisory() |
XMPPConnectionStateChangeAdvisory(ConnectionState state,
java.lang.String connName,
java.lang.String componentName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentName() |
java.lang.String |
getConnectionName() |
ConnectionState |
getState() |
void |
setComponentName(java.lang.String componentName) |
void |
setConnectionName(java.lang.String connName) |
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 XMPPConnectionStateChangeAdvisory()
public XMPPConnectionStateChangeAdvisory(ConnectionState state, java.lang.String connName, java.lang.String componentName)
public ConnectionState getState()
public void setState(ConnectionState state)
public java.lang.String getComponentName()
public void setComponentName(java.lang.String componentName)
public java.lang.String getConnectionName()
public void setConnectionName(java.lang.String connName)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.