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