org.exolab.jms.server.intravm
Class IntravmJmsServer

java.lang.Object
  |
  +--org.exolab.jms.server.intravm.IntravmJmsServer
All Implemented Interfaces:
JmsServerIfc

public class IntravmJmsServer
extends java.lang.Object
implements JmsServerIfc

This class implements the JmsServerIfc and provides an embedded JMS Server.

Version:
$Revision: 1.4 $ $Date: 2003/08/07 13:33:09 $
Author:
Tim Anderson

Constructor Summary
IntravmJmsServer()
          Construct a new IntravmJmsServer
 
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 server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntravmJmsServer

public IntravmJmsServer()
Construct a new IntravmJmsServer
Method Detail

init

public void init()
Initialise the server
Specified by:
init in interface JmsServerIfc
Following copied from interface: org.exolab.jms.server.JmsServerIfc
Throws:
ServerException - if the interface cannot be initialised

bindConnectionFactories

public void bindConnectionFactories(javax.naming.Context context)
                             throws javax.naming.NamingException
Bind any factory object specified in the configuration file to the specified JNDI context.
Specified by:
bindConnectionFactories in interface JmsServerIfc
Parameters:
context - context to bind factory objects
Throws:
javax.naming.NamingException - if a naming error occurs


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