public class VirtualServerStateChangeAdvisory extends AdvisoryEvent
Title: Open Service Framework
Description: An event that represents the state of a virtual server.
Copyright: Copyright (c) 2015
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 |
---|
VirtualServerStateChangeAdvisory() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentName() |
ConnectionState |
getConnectionState() |
java.lang.String |
getFactoryName() |
java.lang.String |
getFactoryType() |
java.lang.String |
getServerName() |
boolean |
isStarted() |
void |
setComponentName(java.lang.String componentName) |
void |
setConnectionState(ConnectionState connectionState) |
void |
setFactoryName(java.lang.String factoryName) |
void |
setFactoryType(java.lang.String factoryType) |
void |
setServerName(java.lang.String serverName) |
void |
setStarted(boolean isStarted) |
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 boolean isStarted()
public void setStarted(boolean isStarted)
public java.lang.String getServerName()
public void setServerName(java.lang.String serverName)
public java.lang.String getFactoryType()
public void setFactoryType(java.lang.String factoryType)
public java.lang.String getFactoryName()
public void setFactoryName(java.lang.String factoryName)
public java.lang.String getComponentName()
public void setComponentName(java.lang.String componentName)
public ConnectionState getConnectionState()
public void setConnectionState(ConnectionState connectionState)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.