org.exolab.jms.server
Interface JmsServerIfc
- All Known Implementing Classes:
- HttpJmsServer, IntravmJmsServer, IpcJmsServer, RmiJmsServer
- public interface JmsServerIfc
JmsServerIfc provides an interface to the OpenJMS server.
- Version:
- $Revision: 1.9 $ $Date: 2003/08/07 13:33:08 $
- Author:
- Jim Alateras
- See Also:
JmsServer
Method Summary |
void |
bindConnectionFactories(javax.naming.Context context)
Bind any factory object specified in the configuration file to the
specified JNDI context. |
void |
init()
Initialise the interface. |
init
public void init()
throws ServerException
- Initialise the interface.
- Throws:
ServerException
- if the interface cannot be initialised
bindConnectionFactories
public void bindConnectionFactories(javax.naming.Context context)
throws javax.naming.NamingException,
ServerException
- Bind any factory object specified in the configuration file to the
specified JNDI context.
- Parameters:
context
- context to bind factory objects- Throws:
javax.naming.NamingException
- if a naming error occursServerException
- if a server error occurs
Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.