com.bea.httppubsub
Class Channel.ChannelPattern

java.lang.Object
  |
  +--java.lang.Enum
        |
        +--com.bea.httppubsub.Channel.ChannelPattern

public static class Channel.ChannelPattern
extends java.lang.Enum

This enum provides constants of the three channel patterns that are described in section 2.2.1 Channel Globbing of Bayeux Protocol -- Bayeux 1.0draft1 .

See Also:
Serialized Form

Field Summary
static Channel.ChannelPattern ALL_SUBCHANNELS
           
static Channel.ChannelPattern IMMEDIATE_SUBCHANNELS
           
static Channel.ChannelPattern ITSELF
           
 
Method Summary
static Channel.ChannelPattern valueOf(java.lang.String name)
           
static Channel.ChannelPattern[] 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
 

Field Detail

ITSELF

public static final Channel.ChannelPattern ITSELF

IMMEDIATE_SUBCHANNELS

public static final Channel.ChannelPattern IMMEDIATE_SUBCHANNELS

ALL_SUBCHANNELS

public static final Channel.ChannelPattern ALL_SUBCHANNELS
Method Detail

values

public static Channel.ChannelPattern[] values()

valueOf

public static Channel.ChannelPattern valueOf(java.lang.String name)


Copyright © 2007 BEA Systems All Rights Reserved.