org.exolab.jms.server
Interface JmsServerIfc

All Known Implementing Classes:
HttpJmsServer, HttpsJmsServer, IntravmJmsServer, IpcJmsServer, RmiJmsServer, SslIpcJmsServer

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.
 

Method Detail

init

void init()
          throws ServerException
Initialise the interface.

Throws:
ServerException - if the interface cannot be initialised

bindConnectionFactories

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 occurs
ServerException - if a server error occurs


Copyright © 1999-2005 The OpenJMS Group. All Rights Reserved.