|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.joram.shared.admin.AbstractAdminMessage
org.objectweb.joram.shared.admin.AdminReply
org.objectweb.joram.shared.admin.Monitor_Reply
org.objectweb.joram.shared.admin.Monitor_GetDMQSettingsRep
public class Monitor_GetDMQSettingsRep
A Monitor_GetDMQSettingsRep instance holds the dead message
queue and threshold settings of a server, a destination or a user.
| Field Summary |
|---|
| Fields inherited from class org.objectweb.joram.shared.admin.AdminReply |
|---|
NAME_ALREADY_USED, PERMISSION_DENIED, SERVER_ID_ALREADY_USED, START_FAILURE, UNKNOWN_SERVER |
| Constructor Summary | |
|---|---|
Monitor_GetDMQSettingsRep()
|
|
Monitor_GetDMQSettingsRep(java.lang.String dmqId,
java.lang.Integer threshold)
Constructs a Monitor_GetDMQSettingsRep instance. |
|
| Method Summary | |
|---|---|
protected int |
getClassId()
|
java.lang.String |
getDMQName()
Returns the DMQ identifier. |
java.lang.Integer |
getThreshold()
Returns the threshold. |
void |
readFrom(java.io.InputStream is)
The object implements the readFrom method to restore its contents from the input stream. |
void |
writeTo(java.io.OutputStream os)
The object implements the writeTo method to write its contents to the output stream. |
| Methods inherited from class org.objectweb.joram.shared.admin.AdminReply |
|---|
getErrorCode, getInfo, getReplyObject, succeeded, toString |
| Methods inherited from class org.objectweb.joram.shared.admin.AbstractAdminMessage |
|---|
read, readExternal, soapCode, soapDecode, write, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Monitor_GetDMQSettingsRep(java.lang.String dmqId,
java.lang.Integer threshold)
Monitor_GetDMQSettingsRep instance.
dmqId - DMQ identifier.threshold - Threshold.public Monitor_GetDMQSettingsRep()
| Method Detail |
|---|
public java.lang.String getDMQName()
public java.lang.Integer getThreshold()
protected int getClassId()
getClassId in class Monitor_Reply
public void readFrom(java.io.InputStream is)
throws java.io.IOException
Streamable
readFrom in interface StreamablereadFrom in class Monitor_Replyis - the stream to read data from in order to restore the object
java.io.IOException
public void writeTo(java.io.OutputStream os)
throws java.io.IOException
Streamable
writeTo in interface StreamablewriteTo in class Monitor_Replyos - the stream to write the object to
java.io.IOException
|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||