public final class RejectedEvent extends ObjectEvent
Title: Structured Data Objects: Rejected Event
Description: Defines a Rejected Event.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ID |
static java.lang.String |
REJECTED_CODE_PROPERTY |
static java.lang.String |
REJECTED_MESSAGE_PROPERTY |
static java.lang.String |
REJECTED_TYPE_PROPERTY |
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
int |
getRejectedCode()
Returns a value of the
rejectedCode property. |
java.lang.String |
getRejectedMessage()
Returns a value of the
rejectedMessage property. |
java.lang.String |
getRejectedType()
Returns a value of the
rejectedType property. |
void |
setRejectedCode(int code)
Sets the specified value of the
rejectedCode property. |
void |
setRejectedMessage(java.lang.String message)
Sets the specified value of the
rejectedMessage property. |
void |
setRejectedType(java.lang.String type)
Sets the specified value of the
rejectedType property. |
checkPayloadClass, getPayloadClass, matchesPayloadClass
addAnnotation, clearEventProperties, protect, removeAnnotation, removeEventProperty, resetReplyTo, setCorrelationId, setCorrelationIdAsBytes, setDurable, setEventBigDecimalProperty, setEventBigDecimalProperty, setEventBooleanProperty, setEventByteProperty, setEventDoubleProperty, setEventExpiration, setEventFloatProperty, setEventGroupId, setEventIntProperty, setEventKey, setEventLongProperty, setEventObjectProperty, setEventShortProperty, setEventStringProperty, setFinal, setForwardTo, setReplyTo, setSecurityAssertionToken, setSecurityAssertionTokenAsBytes, unprotect
canConvertEventProperty, clone, existsEventProperty, getAnnotatedProperties, getAnnotation, getCorrelationId, getCorrelationIdAsBytes, getDurable, getEventBigDecimalProperty, getEventBooleanProperty, getEventByteProperty, getEventDoubleProperty, getEventExpiration, getEventFloatProperty, getEventGroupId, getEventId, getEventIntProperty, getEventKey, getEventLongProperty, getEventObjectProperty, getEventPropertyNames, getEventPropertyType, getEventShortProperty, getEventSource, getEventStringProperty, getForwardTo, getPermissions, getReadAccess, getReplyTo, getSecurityAssertionToken, getSecurityAssertionTokenAsBytes, getTimestamp, getTransmitAccess, getWriteAccess, hasAnnotatedProperties, hasSuitableAnnotationType, isProtected
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAnnotation, canConvertEventProperty, clearEventProperties, existsEventProperty, getAnnotatedProperties, getAnnotation, getCorrelationId, getCorrelationIdAsBytes, getEventBigDecimalProperty, getEventBooleanProperty, getEventByteProperty, getEventDoubleProperty, getEventExpiration, getEventFloatProperty, getEventIntProperty, getEventLongProperty, getEventObjectProperty, getEventPropertyNames, getEventPropertyType, getEventShortProperty, getEventStringProperty, getForwardTo, getPermissions, getReadAccess, getReplyTo, getSecurityAssertionToken, getSecurityAssertionTokenAsBytes, getTransmitAccess, getWriteAccess, hasAnnotatedProperties, isProtected, protect, removeAnnotation, removeEventProperty, resetReplyTo, setCorrelationId, setCorrelationIdAsBytes, setDurable, setEventBigDecimalProperty, setEventBigDecimalProperty, setEventBooleanProperty, setEventByteProperty, setEventDoubleProperty, setEventExpiration, setEventFloatProperty, setEventGroupId, setEventIntProperty, setEventKey, setEventLongProperty, setEventObjectProperty, setEventShortProperty, setEventStringProperty, setFinal, setForwardTo, setReplyTo, setSecurityAssertionToken, setSecurityAssertionTokenAsBytes, unprotect
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getTimestamp
getSerialVersionUID
public static final java.lang.String EVENT_ID
public static final java.lang.String REJECTED_CODE_PROPERTY
public static final java.lang.String REJECTED_MESSAGE_PROPERTY
public static final java.lang.String REJECTED_TYPE_PROPERTY
public int getRejectedCode()
rejectedCode
property.rejectedCode
.public void setRejectedCode(int code)
rejectedCode
property.code
- the value to be set.public java.lang.String getRejectedMessage()
rejectedMessage
property.rejectedMessage
.public void setRejectedMessage(java.lang.String message)
rejectedMessage
property.message
- the value to be set.public java.lang.String getRejectedType()
rejectedType
property.rejectedType
.public void setRejectedType(java.lang.String type)
rejectedType
property.type
- the value to be set.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.