org.apache.webbeans.jms
Class JMSManager

java.lang.Object
  extended by org.apache.webbeans.jms.JMSManager

public class JMSManager
extends Object


Constructor Summary
JMSManager()
           
 
Method Summary
 void addJmsModel(JMSModel model)
           
 void clear()
           
static JMSManager getInstance()
          Deprecated. 
 JMSModel getModel(JMSModel.JMSType type, Annotation... bindingTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSManager

public JMSManager()
Method Detail

clear

public void clear()

getInstance

@Deprecated
public static JMSManager getInstance()
Deprecated. 


addJmsModel

public void addJmsModel(JMSModel model)

getModel

public JMSModel getModel(JMSModel.JMSType type,
                         Annotation... bindingTypes)


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.