Oracle Corporation

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

java.lang.Object
  extended byjava.lang.Enum
      extended bycom.bea.wlcp.wlng.api.edr.jms.JMSListener.TYPE
All Implemented Interfaces:
Comparable, Serializable
Enclosing class:
JMSListener

public static final class JMSListener.TYPE
extends Enum

Type of registration

See Also:
Serialized Form
Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Field Summary
static JMSListener.TYPE NON_TRANSACTIONAL
           
static JMSListener.TYPE TRANSACTIONAL
           
 
Method Summary
static JMSListener.TYPE valueOf(String name)
           
static JMSListener.TYPE[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

NON_TRANSACTIONAL

public static final JMSListener.TYPE NON_TRANSACTIONAL

TRANSACTIONAL

public static final JMSListener.TYPE TRANSACTIONAL
Method Detail

valueOf

public static JMSListener.TYPE valueOf(String name)

values

public static JMSListener.TYPE[] values()

Oracle Corporation