|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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()
|
DeadMQueue |
getDMQ()
Monitoring method returning the dead message queue 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 |
setDMQ(DeadMQueue dmq)
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 |
public java.lang.String getName()
public java.lang.String getAdminName()
public java.lang.String getType()
public boolean isQueue()
true
if the destination is a queue.
public void delete() throws java.net.ConnectException, AdminException, javax.jms.JMSException
java.net.ConnectException
AdminException
javax.jms.JMSException
public void addReader(java.lang.String proxyId) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public void addWriter(java.lang.String proxyId) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public void removeReader(java.lang.String proxyId) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public void removeWriter(java.lang.String proxyId) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public java.util.List getReaderList() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public java.util.List getWriterList() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public boolean isFreelyReadable() throws java.net.ConnectException, AdminException
true
if this destination
provides free READ access.
java.net.ConnectException
AdminException
public boolean isFreelyWriteable() throws java.net.ConnectException, AdminException
true
if this destination
provides free WRITE access.
java.net.ConnectException
AdminException
public void setFreelyReadable(boolean b) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public void setFreelyWriteable(boolean b) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public DeadMQueue getDMQ() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public void setDMQ(DeadMQueue dmq) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public java.util.Hashtable getStatistic() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |