Oracle Corporation

Uses of Class
com.bea.wlcp.wlng.api.edr.jms.JMSListener.TYPE

Packages that use JMSListener.TYPE
com.bea.wlcp.wlng.api.edr.jms   
 

Uses of JMSListener.TYPE in com.bea.wlcp.wlng.api.edr.jms
 

Fields in com.bea.wlcp.wlng.api.edr.jms declared as JMSListener.TYPE
static JMSListener.TYPE JMSListener.TYPE.TRANSACTIONAL
           
static JMSListener.TYPE JMSListener.TYPE.NON_TRANSACTIONAL
           
 

Methods in com.bea.wlcp.wlng.api.edr.jms that return JMSListener.TYPE
static JMSListener.TYPE[] JMSListener.TYPE.values()
           
static JMSListener.TYPE JMSListener.TYPE.valueOf(String name)
           
 

Methods in com.bea.wlcp.wlng.api.edr.jms with parameters of type JMSListener.TYPE
 void JMSListener.register(String url, JMSListener.TYPE type)
          Registers the JMS listener to the EDR topic.
 void JMSListener.register(String url, JMSListener.TYPE type, EdrFilter filter)
          Registers the JMS listener to the EDR topic.
 void JMSListener.register(Context context, JMSListener.TYPE type, EdrFilter filter)
          Registers the JMS listener to the EDR topic.
 


Oracle Corporation