org.jboss.seam.jms.impl.inject
Class ContextProducer

java.lang.Object
  extended by org.jboss.seam.jms.impl.inject.ContextProducer

public class ContextProducer
extends Object


Constructor Summary
ContextProducer()
           
 
Method Summary
 void disposeContext(Context ctx)
           
 Context getContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextProducer

public ContextProducer()
Method Detail

getContext

@Produces
public Context getContext()
                   throws NamingException
Throws:
NamingException

disposeContext

public void disposeContext(@Disposes
                           Context ctx)
                    throws NamingException
Throws:
NamingException


Copyright © 2011 Seam Framework. All Rights Reserved.