public class JmsNewMethodArgumentsIdentifier<T> extends Object implements NewMethodArgumentsIdentifier
NewMethodArgumentsIdentifier for JMS that looks for a message in
the arguments and checks its delivery status.| Constructor and Description |
|---|
JmsNewMethodArgumentsIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNew(Object[] args)
If any of the arguments is a message, check the JMS re-delivered flag and
return it, otherwise return false to be on the safe side.
|
public boolean isNew(Object[] args)
isNew in interface NewMethodArgumentsIdentifierargs - the current method arguments.NewMethodArgumentsIdentifier.isNew(java.lang.Object[])Copyright © 2014 SpringSource. All rights reserved.