|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.serverless.Destinations
Collection of utilites to parse Destination names and generate Destination instances.
Method Summary | |
static Destination (src) |
createDestination(java.lang.String s)
The method expects to get the string representation of a GroupTopic or GroupQueue and attempts to parse it and create the corresponding destination instance. |
static java.lang.String |
stringRepresentation(Destination (src) d)
TO_DO: doesn't handle null names consistently |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Destination (src) createDestination(java.lang.String s) throws JMSException (src)
s
- - the string representation of a Destination.
TO_DO: doesn't handle null names consistently
JMSException (src)
public static java.lang.String stringRepresentation(Destination (src) d) throws JMSException (src)
JMSException (src)
- - if handling the destination throws exception.
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |