|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JmsTemporaryDestination
This is an interface for all temporary destinations. All temporary destinations are scoped by the connection
JmsTemporaryTopic
,
JmsTemporaryQueue
Method Summary | |
---|---|
java.lang.String |
getConnectionId()
Return the identity of the owning connection as a string |
org.exolab.jms.client.JmsConnection |
getOwningConnection()
Return the connection that owns this temporary destination. |
void |
setOwningConnection(org.exolab.jms.client.JmsConnection connection)
Set the connection that owns this temp destination. |
boolean |
validForConnection(org.exolab.jms.client.JmsConnection connection)
Checks whether the temporary destination is valid for the specified connection |
Method Detail |
---|
void setOwningConnection(org.exolab.jms.client.JmsConnection connection)
connection
- org.exolab.jms.client.JmsConnection getOwningConnection()
java.lang.String getConnectionId()
boolean validForConnection(org.exolab.jms.client.JmsConnection connection)
connection
- - the connection to test against
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |