Uses of Class
com.levigo.jadice.server.agent.email.MessageTransaction.Reason
-
Packages that use MessageTransaction.Reason Package Description com.levigo.jadice.server.agent.email -
-
Uses of MessageTransaction.Reason in com.levigo.jadice.server.agent.email
Methods in com.levigo.jadice.server.agent.email that return MessageTransaction.Reason Modifier and Type Method Description static MessageTransaction.ReasonMessageTransaction.Reason. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageTransaction.Reason[]MessageTransaction.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.levigo.jadice.server.agent.email with parameters of type MessageTransaction.Reason Modifier and Type Method Description voidMessageTransaction. reject(MessageTransaction.Reason reason, String message)Rejects the given message and causes to abort the transaction.
-