|
Joram 5.1.0 | ||||||||
| 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.AdminRequest
org.objectweb.joram.shared.admin.Monitor_Request
org.objectweb.joram.shared.admin.Monitor_GetDMQSettings
public class Monitor_GetDMQSettings
A Monitor_GetDMQSettings instance requests the DMQ settings
of a server, a user or a destination.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
Monitor_GetDMQSettings()
|
|
Monitor_GetDMQSettings(int serverId)
Constructs a Monitor_GetDMQSettings instance. |
|
Monitor_GetDMQSettings(java.lang.String target)
Constructs a Monitor_GetDMQSettings instance. |
|
| Method Summary | |
|---|---|
protected int |
getClassId()
|
int |
getServerId()
Returns the identifier of the target server. |
java.lang.String |
getTarget()
Returns the identifier of the target destination or user. |
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.AbstractAdminMessage |
|---|
read, readExternal, soapCode, soapDecode, write, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Monitor_GetDMQSettings(int serverId)
Monitor_GetDMQSettings instance.
serverId - Identifier of the target server.public Monitor_GetDMQSettings(java.lang.String target)
Monitor_GetDMQSettings instance.
target - Identifier of the target destination or user.public Monitor_GetDMQSettings()
| Method Detail |
|---|
public int getServerId()
public java.lang.String getTarget()
protected int getClassId()
getClassId in class Monitor_Request
public void readFrom(java.io.InputStream is)
throws java.io.IOException
Streamable
readFrom in interface StreamablereadFrom in class Monitor_Requestis - 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_Requestos - the stream to write the object to
java.io.IOException
|
Joram 5.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||