org.mom4j.api
Interface Mom4jDestination

- public interface Mom4jDestination
This interface represents a permanent destination
in mom4j.
- Version:
- $Id: Mom4jDestination.java,v 1.2 2003/07/25 07:33:16 the_real_grace Exp $ $Date: 2003/07/25 07:33:16 $
|
Field Summary |
static int |
QUEUE
A constant for the destination Type 'queue' |
static int |
TOPIC
A constant for the destination Type 'TOPIC' |
QUEUE
public static final int QUEUE
- A constant for the destination Type 'queue'
- See Also:
- Constant Field Values
TOPIC
public static final int TOPIC
- A constant for the destination Type 'TOPIC'
- See Also:
- Constant Field Values
getType
public int getType()
getName
public java.lang.String getName()