|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedChannel
The managed interface exposed to allow management of channels.
Field Summary | |
---|---|
static java.lang.String |
TYPE
|
Method Summary | |
---|---|
void |
commitTransactions()
Commits the transactions if the channel is transactional. |
int |
getUnacknowledgedMessageCount()
Tells the number of unacknowledged messages in this channel. |
boolean |
isTransactional()
Tells whether the channel is transactional. |
void |
rollbackTransactions()
Rollsback the transactions if the channel is transactional. |
Field Detail |
---|
static final java.lang.String TYPE
Method Detail |
---|
boolean isTransactional() throws java.io.IOException
java.io.IOException
int getUnacknowledgedMessageCount() throws java.io.IOException
java.io.IOException
void commitTransactions() throws java.io.IOException, javax.management.JMException
java.io.IOException
javax.management.JMException
void rollbackTransactions() throws java.io.IOException, javax.management.JMException
java.io.IOException
javax.management.JMException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |