org.mortbay.cometd
Class ChannelId
java.lang.Object
org.mortbay.cometd.ChannelId
public class ChannelId
- extends Object
WILD
public static final String WILD
- See Also:
- Constant Field Values
WILDWILD
public static final String WILDWILD
- See Also:
- Constant Field Values
ChannelId
public ChannelId(String name)
isWild
public boolean isWild()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
matches
public boolean matches(ChannelId name)
matches
public boolean matches(String name)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
depth
public int depth()
isParentOf
public boolean isParentOf(ChannelId id)
getSegment
public String getSegment(int i)
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.