Serialized Form
|
Package com.xerox.amazonws.sqs2 |
|
Class com.xerox.amazonws.sqs2.SQSException extends com.xerox.amazonws.common.AWSException implements Serializable |
|
Package org.skyscreamer.nevado.jms |
_sqsConnectorFactory
SQSConnectorFactory _sqsConnectorFactory
_awsAccessKey
String _awsAccessKey
_awsSecretKey
String _awsSecretKey
_awsSQSEndpoint
String _awsSQSEndpoint
_awsSNSEndpoint
String _awsSNSEndpoint
_clientID
String _clientID
_jmsDeliveryMode
Integer _jmsDeliveryMode
_jmsTTL
Long _jmsTTL
_jmsPriority
Integer _jmsPriority
|
Package org.skyscreamer.nevado.jms.destination |
_name
String _name
_queueUrl
String _queueUrl
_arn
String _arn
_topicEndpoint
NevadoQueue _topicEndpoint
_subscriptionArn
String _subscriptionArn
_durable
boolean _durable
|
Package org.skyscreamer.nevado.jms.message |
_properties
Map<K,V> _properties
_messageID
String _messageID
_timestamp
long _timestamp
_correlationID
String _correlationID
_jmsReplyTo
javax.jms.Destination _jmsReplyTo
_destination
javax.jms.Destination _destination
_deliveryMode
int _deliveryMode
_redelivered
boolean _redelivered
_type
String _type
_expiration
long _expiration
_priority
int _priority
_readOnlyProperties
boolean _readOnlyProperties
_readOnlyBody
boolean _readOnlyBody
_exception
Exception _exception
writeObject
public void writeObject(Object value)
throws javax.jms.JMSException
- Writes an object to the bytes message stream.
This method works only for the objectified primitive object types (Integer,Double,
Long ...), String objects, and byte arrays.
- Throws:
javax.jms.JMSException - if the JMS provider fails to write the message due to some internal error.
javax.jms.MessageFormatException - if the object is of an invalid type.
javax.jms.MessageNotWriteableException - if the message is in read-only mode.
NullPointerException - if the parameter value is null.
_body
org.skyscreamer.nevado.jms.message.ByteArray _body
_map
Map<K,V> _map
_bodyBytes
byte[] _bodyBytes
readObject
public Object readObject()
throws javax.jms.JMSException
- Reads an object from the stream message.
This method can be used to return, in objectified format, an object in
the Java programming language ("Java object") that has been written to
the stream with the equivalent writeObject method call, or
its equivalent primitive writetype method.
Note that byte values are returned as byte[], not Byte[].
An attempt to call readObject to read a byte field value
into a new byte[] object before the full value of the byte
field has been read will throw a MessageFormatException.
- Throws:
javax.jms.JMSException - if the JMS provider fails to read the message due to some
internal error.
javax.jms.MessageEOFException - if unexpected end of message stream has been reached.
javax.jms.MessageFormatException - if this type conversion is invalid.
javax.jms.MessageNotReadableException - if the message is in write-only mode.- See Also:
NevadoStreamMessage.readBytes(byte[] value)
writeObject
public void writeObject(Object value)
throws javax.jms.JMSException
- Writes an object to the stream message.
This method works only for the objectified primitive object types (Integer,
Double, Long ...),
String objects, and byte arrays.
- Throws:
javax.jms.JMSException - if the JMS provider fails to write the message due to some
internal error.
javax.jms.MessageFormatException - if the object is invalid.
javax.jms.MessageNotWriteableException - if the message is in read-only mode.
_body
org.skyscreamer.nevado.jms.message.ByteArray _body
remainingBytes
int remainingBytes
_body
String _body
|
Package org.skyscreamer.nevado.jms.performance |
_id
int _id
_data
byte[] _data
|
Package org.skyscreamer.nevado.jms.util |
_c
char _c
Copyright © 2013. All Rights Reserved.