|
Joram 5.0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DestinationMBean
Method Summary | |
---|---|
void |
addReader(java.lang.String proxyId)
|
void |
addWriter(java.lang.String proxyId)
|
void |
delete()
Admin method removing this destination from the platform. |
java.lang.String |
getAdminName()
|
java.lang.String |
getDMQId()
Monitoring method returning the dead message queue id of this destination, null if not set. |
java.lang.String |
getName()
|
java.util.List |
getReaderList()
Monitoring method returning the list of all users that have a reading permission on this destination, or an empty list if no specific readers are set. |
java.util.Hashtable |
getStatistic()
|
java.lang.String |
getType()
|
java.util.List |
getWriterList()
Monitoring method returning the list of all users that have a writing permission on this destination, or an empty list if no specific writers are set. |
boolean |
isFreelyReadable()
Monitoring method returning true if this destination
provides free READ access. |
boolean |
isFreelyWriteable()
Monitoring method returning true if this destination
provides free WRITE access. |
boolean |
isQueue()
Returns true if the destination is a queue. |
void |
removeReader(java.lang.String proxyId)
|
void |
removeWriter(java.lang.String proxyId)
|
void |
setDMQId(java.lang.String dmqId)
Admin method setting or unsetting a dead message queue for this destination. |
void |
setFreelyReadable(boolean b)
Admin method setting free reading access to this destination. |
void |
setFreelyWriteable(boolean b)
Admin method setting free writing access to this destination. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getAdminName()
java.lang.String getType()
boolean isQueue()
true
if the destination is a queue.
void delete() throws java.net.ConnectException, AdminException, javax.jms.JMSException
java.net.ConnectException
AdminException
javax.jms.JMSException
void addReader(java.lang.String proxyId) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
void addWriter(java.lang.String proxyId) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
void removeReader(java.lang.String proxyId) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
void removeWriter(java.lang.String proxyId) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
java.util.List getReaderList() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
java.util.List getWriterList() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
boolean isFreelyReadable() throws java.net.ConnectException, AdminException
true
if this destination
provides free READ access.
java.net.ConnectException
AdminException
boolean isFreelyWriteable() throws java.net.ConnectException, AdminException
true
if this destination
provides free WRITE access.
java.net.ConnectException
AdminException
void setFreelyReadable(boolean b) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
void setFreelyWriteable(boolean b) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
java.lang.String getDMQId() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
void setDMQId(java.lang.String dmqId) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
java.util.Hashtable getStatistic() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
|
Joram 5.0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |