org.exolab.jms.tools.migration.proxy
Class Context

java.lang.Object
  |
  +--org.exolab.jms.tools.migration.proxy.Context

public class Context
extends java.lang.Object


Constructor Summary
Context(java.sql.Connection connection)
           
 
Method Summary
 java.sql.Connection getConnection()
           
 Consumers getConsumers()
           
 Destinations getDestinations()
           
 Messages getMessages()
           
 void setConsumers(Consumers consumers)
           
 void setDestinations(Destinations destinations)
           
 void setMessages(Messages messages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context(java.sql.Connection connection)
Method Detail

getConnection

public java.sql.Connection getConnection()

getDestinations

public Destinations getDestinations()

setDestinations

public void setDestinations(Destinations destinations)

getMessages

public Messages getMessages()

setMessages

public void setMessages(Messages messages)

getConsumers

public Consumers getConsumers()

setConsumers

public void setConsumers(Consumers consumers)


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