|
webMethods Broker API for JMS Version 9.5.1.0.171 091713 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WmTemporaryDestination
Interface defining webMethods administration methods for temporary destinations.
Field Summary | |
---|---|
static java.lang.String |
TEMP_QUEUE_EVENT_TYPE
The event type name used for temporary queues. |
static java.lang.String |
TEMP_TOPIC_EVENT_TYPE
The event type name used for temporary topics. |
Method Summary | |
---|---|
void |
decrementRefCount()
|
void |
delete()
Deletes this temporary destination. |
void |
incrementRefCount()
|
boolean |
isDeleted()
Get whether this temporary destination has been deleted. |
void |
setEventType(java.lang.String eventType)
Set the event type to be used by this temporary destination. |
Field Detail |
---|
static final java.lang.String TEMP_TOPIC_EVENT_TYPE
static final java.lang.String TEMP_QUEUE_EVENT_TYPE
Method Detail |
---|
void setEventType(java.lang.String eventType) throws javax.jms.JMSException
eventType
- the event type to use for this temporary destination
javax.jms.JMSException
- if the JMS provider fails to set the event type for this destination due to some internal error.void delete() throws javax.jms.JMSException
JMSException
will be thrown.
javax.jms.JMSException
- if the JMS provider fails to delete the temporary destination due to some internal error.boolean isDeleted()
true
if this temporary destination has been deleted.void incrementRefCount()
void decrementRefCount()
|
webMethods Broker API for JMS Version 9.5.1.0.171 091713 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |