|
|||||||||
| Home >> All >> org >> mom4j >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mom4j.api
Interface Mom4jConfig

- 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()
|
|||||||||
| Home >> All >> org >> mom4j >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC