|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.services.messaging.Subtopic
public class Subtopic
Represents a message destination subtopic. You are given instances of Subtopics as arguments to the MessagingAdapter.allowSubscribe and allowSend methods. These are used to implement your own authorization for the subscribe and send messages to specific subtopics.
| Field Summary | |
|---|---|
static String |
SUBTOPIC_WILDCARD
The wildcard token for hierarchical subtopics. |
| Method Summary | |
|---|---|
boolean |
containsSubtopicWildcard()
Returns true if the subtopic contains a hierarchical subtopic wildcard. |
boolean |
equals(Object other)
|
String |
getSeparator()
Returns the separator used to create this Subtopic instance. |
String |
getValue()
Returns the subtopic value used to create this Subtopic instance. |
int |
hashCode()
|
boolean |
isHierarchical()
Returns true is the subtopic is hierarchical. |
boolean |
matches(Subtopic other)
Matches the passed subtopic against this subtopic. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String SUBTOPIC_WILDCARD
| Method Detail |
|---|
public boolean containsSubtopicWildcard()
public boolean equals(Object other)
equals in class Objectpublic String getSeparator()
null.
public String getValue()
public int hashCode()
hashCode in class Objectpublic boolean isHierarchical()
public boolean matches(Subtopic other)
other - The other subtopic to match against this subtopic.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/messaging/services/messaging/Subtopic.html