java.lang.Object |
↳ |
org.mule.modules.oracle.model.BusinessEvent |
Class Overview
Represents a Business Events as retrieved from the queue.
Summary
Public Constructors |
|
BusinessEvent(String besSendDate, String respApplId, String userId, Integer besPriority, String securityGroupId, String custAccountId, String besEventKey, String respId, String besEventName, String besFromAgent)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
String
BES_EVENT_KEY
Constant Value:
"BES_EVENT_KEY"
private
static
final
String
BES_EVENT_NAME
Constant Value:
"BES_EVENT_NAME"
private
static
final
String
BES_FROM_AGENT
Constant Value:
"BES_FROM_AGENT"
private
static
final
String
BES_PRIORITY
Constant Value:
"BES_PRIORITY"
private
static
final
String
BES_SEND_DATE
Constant Value:
"BES_SEND_DATE"
private
static
final
String
CUST_ACCOUNT_ID
Constant Value:
"CUST_ACCOUNT_ID"
private
static
final
String
RESP_APPL_ID
Constant Value:
"RESP_APPL_ID"
private
static
final
String
RESP_ID
Constant Value:
"RESP_ID"
private
static
final
String
SECURITY_GROUP_ID
Constant Value:
"SECURITY_GROUP_ID"
private
static
final
String
USER_ID
Constant Value:
"USER_ID"
Fields
private
String
besEventKey
private
String
besEventName
private
String
besFromAgent
private
Integer
besPriority
private
String
besSendDate
private
String
custAccountId
private
String
respApplId
private
String
securityGroupId
Public Constructors
public
BusinessEvent
(String besSendDate, String respApplId, String userId, Integer besPriority, String securityGroupId, String custAccountId, String besEventKey, String respId, String besEventName, String besFromAgent)
Parameters
besSendDate
| |
respApplId
| |
userId
| |
besPriority
| |
securityGroupId
| |
custAccountId
| |
besEventKey
| |
respId
| |
besEventName
| |
besFromAgent
| |
Public Methods
public
static
BusinessEvent
fromMessage
(Message msg)
Creates a BusinessEvent
from the Message retrieved from the queue .
Throws
JMSException
| If the required properties cannot be read or parsed from the Message.
|
public
String
getBesEventKey
()
public
String
getBesEventName
()
public
String
getBesFromAgent
()
public
Integer
getBesPriority
()
public
String
getBesSendDate
()
public
String
getCustAccountId
()
public
String
getRespApplId
()
public
String
getRespId
()
public
String
getSecurityGroupId
()
public
String
getUserId
()
public
void
toMessage
(Message msg)
Populates the given Message with the attributes of this BusinessEvent
.
Parameters
msg
| The Message to populate. |
Throws
JMSException
| If the properties cannot be written to the Message.
|
public
String
toString
()