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

Quick Search    Search Deep

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


public interface Mom4jConfig

The configuration for the mom4j server. This interface provides the mom4j server with all config-information it requires.

Version:
$Id: Mom4jConfig.java,v 1.2 2003/07/25 07:33:16 the_real_grace Exp $ $Date: 2003/07/25 07:33:16 $

Method Summary
 int getAdminPort()
           
 int getAsyncInterval()
           
 java.util.List getContextHandlers()
           
 java.util.List getDestinations()
           
 java.io.File getDurablesStore()
           
 int getJndiPort()
           
 java.io.File getMessageStore()
           
 int getPort()
           
 int getSyncInterval()
           
 int getThreadCount()
           
 java.util.List getUsers()
           
 

Method Detail

getPort

public int getPort()

getAdminPort

public int getAdminPort()

getJndiPort

public int getJndiPort()

getThreadCount

public int getThreadCount()

getUsers

public java.util.List getUsers()

getMessageStore

public java.io.File getMessageStore()

getDurablesStore

public java.io.File getDurablesStore()

getSyncInterval

public int getSyncInterval()

getAsyncInterval

public int getAsyncInterval()

getDestinations

public java.util.List getDestinations()

getContextHandlers

public java.util.List getContextHandlers()