|
|||||||||
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.SetDMQRequest
public class SetDMQRequest
A SetDestinationDMQ
instance requests to set a given DMQ as
the DMQ for a given destination.
Field Summary | |
---|---|
private java.lang.String |
destId
Identifier of the destination the DMQ is set for. |
private java.lang.String |
dmqId
Identifier of the DMQ. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
SetDMQRequest()
|
|
SetDMQRequest(java.lang.String destId,
java.lang.String dmqId)
Constructs a SetDestinationDMQ instance. |
Method Summary | |
---|---|
protected int |
getClassId()
|
java.lang.String |
getDestId()
Returns the identifier of the destination the DMQ is set for. |
java.lang.String |
getDmqId()
Returns the identifier of the DMQ. |
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 |
Field Detail |
---|
private static final long serialVersionUID
private java.lang.String destId
private java.lang.String dmqId
Constructor Detail |
---|
public SetDMQRequest(java.lang.String destId, java.lang.String dmqId)
SetDestinationDMQ
instance.
destId
- Identifier of the destination the DMQ is set for.dmqId
- Identifier of the DMQ.public SetDMQRequest()
Method Detail |
---|
public java.lang.String getDestId()
public java.lang.String getDmqId()
protected int getClassId()
getClassId
in class AbstractAdminMessage
public void readFrom(java.io.InputStream is) throws java.io.IOException
Streamable
is
- 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
os
- the stream to write the object to
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |