public final class RepositoryStateChangeAdvisory extends AdvisoryEvent
Title: RepositoryStateChangeAdvisory
Description: An event that represents a change in the state of the repository.
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 |
---|
RepositoryStateChangeAdvisory() |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
getMessage() |
RepositoryState |
getState() |
void |
setCode(int code) |
void |
setMessage(java.lang.String message) |
void |
setState(RepositoryState 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 RepositoryState getState()
public void setState(RepositoryState state)
public void setMessage(java.lang.String message)
public java.lang.String getMessage()
public void setCode(int code)
public int getCode()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.