Inherited by com.scalagent.joram.mom.dest.mail.AddSenderInfo, com.scalagent.joram.mom.dest.mail.RemoveSenderInfo, com.scalagent.joram.mom.dest.mail.UpdateSenderInfo, org.objectweb.joram.shared.admin.AddQueueCluster, org.objectweb.joram.shared.admin.ListClusterQueue, and org.objectweb.joram.shared.admin.RemoveQueueCluster.
Inheritance diagram for org.objectweb.joram.shared.admin.SpecialAdmin:


Public Member Functions | |
| SpecialAdmin (String destId) | |
| SpecialAdmin () | |
| String | getDestId () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
SpecialAdmin is a request sent by a client administrator inside a org.objectweb.joram.shared.messages.Message to an org.objectweb.joram.mom.dest.AdminTopic topic for requesting an special admin operation.
Definition at line 38 of file SpecialAdmin.java.
| String org.objectweb.joram.shared.admin.SpecialAdmin.getDestId | ( | ) |
Returns the identifier of the destination.
Definition at line 51 of file SpecialAdmin.java.
Referenced by org.objectweb.joram.shared.admin.AddQueueCluster.toString(), com.scalagent.joram.mom.dest.mail.UpdateSenderInfo.toString(), com.scalagent.joram.mom.dest.mail.RemoveSenderInfo.toString(), and com.scalagent.joram.mom.dest.mail.AddSenderInfo.toString().
| void org.objectweb.joram.shared.admin.SpecialAdmin.readFrom | ( | InputStream | is | ) | throws IOException |
The object implements the readFrom method to restore its contents from the input stream.
| is | the stream to read data from in order to restore the object |
Implements org.objectweb.joram.shared.stream.Streamable.
Reimplemented in org.objectweb.joram.shared.admin.AddQueueCluster, org.objectweb.joram.shared.admin.ListClusterQueue, and org.objectweb.joram.shared.admin.RemoveQueueCluster.
Definition at line 59 of file SpecialAdmin.java.
| void org.objectweb.joram.shared.admin.SpecialAdmin.writeTo | ( | OutputStream | os | ) | throws IOException |
The object implements the writeTo method to write its contents to the output stream.
| os | the stream to write the object to |
Implements org.objectweb.joram.shared.stream.Streamable.
Reimplemented in org.objectweb.joram.shared.admin.AddQueueCluster, org.objectweb.joram.shared.admin.ListClusterQueue, and org.objectweb.joram.shared.admin.RemoveQueueCluster.
Definition at line 63 of file SpecialAdmin.java.
1.5.0