Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mom4j.api
Interface Mom4jDestination  view Mom4jDestination download Mom4jDestination.java


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'
 
Method Summary
 java.lang.String getName()
           
 int getType()
           
 

Field Detail

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
Method Detail

getType

public int getType()

getName

public java.lang.String getName()