|
|||||||||||
| PREV CLASS NEXT CLASS | 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 |
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 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 createDestination(java.lang.String s)
throws JMSException
s - - the string representation of a Destination.
TO_DO: doesn't handle null names consistently
JMSException
public static java.lang.String stringRepresentation(Destination d)
throws JMSException
JMSException - - if handling the destination throws exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||