|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.huihoo.jfox.ms.jms.base.DestinationImpl
This class implements javax.jms.Destination.
| Field Summary | |
static int |
QUEUE
|
static int |
TOPIC
|
| Constructor Summary | |
DestinationImpl()
|
|
DestinationImpl(java.lang.String name)
Create DestinationImpl with given name. |
|
| Method Summary | |
java.lang.String |
getName()
Return destination name. |
javax.naming.Reference |
getReference()
|
void |
setName(java.lang.String name)
Set destination name. |
java.lang.String |
toString()
Return destination name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int QUEUE
public static final int TOPIC
| Constructor Detail |
public DestinationImpl()
public DestinationImpl(java.lang.String name)
name - | Method Detail |
public javax.naming.Reference getReference()
throws javax.naming.NamingException
getReference in interface javax.naming.Referenceablejavax.naming.NamingExceptionpublic java.lang.String toString()
public void setName(java.lang.String name)
name - public java.lang.String getName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||