| Package | Description |
|---|---|
| org.apache.james.queue.api | |
| org.apache.james.queue.file | |
| org.apache.james.queue.jms |
| Modifier and Type | Method and Description |
|---|---|
static ManageableMailQueue.Type |
ManageableMailQueue.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManageableMailQueue.Type[] |
ManageableMailQueue.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
ManageableMailQueue.remove(ManageableMailQueue.Type type,
String value)
Remove all mails from the queue that match
|
| Modifier and Type | Method and Description |
|---|---|
long |
FileMailQueue.remove(ManageableMailQueue.Type type,
String value)
TODO: implement me
|
| Modifier and Type | Method and Description |
|---|---|
long |
JMSMailQueue.remove(ManageableMailQueue.Type type,
String value) |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.