Inheritance diagram for org.objectweb.joram.shared.admin.Monitor_GetNbMaxMsg:


Public Member Functions | |
| Monitor_GetNbMaxMsg (String destId) | |
| Monitor_GetNbMaxMsg () | |
| Monitor_GetNbMaxMsg (String destId, String subName) | |
| String | getId () |
| String | getSubName () |
| void | readFrom (InputStream is) throws IOException |
| void | writeTo (OutputStream os) throws IOException |
Protected Member Functions | |
| int | getClassId () |
Monitor_GetNbMaxMsg instance requests the NbMaxMsg of the destination.
Definition at line 35 of file Monitor_GetNbMaxMsg.java.
| org.objectweb.joram.shared.admin.Monitor_GetNbMaxMsg.Monitor_GetNbMaxMsg | ( | String | destId | ) |
Constructs a Monitor_GetNbMaxMsg instance.
| destId | Identifier of the destination. |
Definition at line 48 of file Monitor_GetNbMaxMsg.java.
| org.objectweb.joram.shared.admin.Monitor_GetNbMaxMsg.Monitor_GetNbMaxMsg | ( | String | destId, | |
| String | subName | |||
| ) |
Constructs a Monitor_GetNbMaxMsg instance.
| destId | Identifier of the destination. | |
| subName | Subscription name. |
Definition at line 60 of file Monitor_GetNbMaxMsg.java.
| String org.objectweb.joram.shared.admin.Monitor_GetNbMaxMsg.getId | ( | ) |
Returns the identifier of the destination.
Definition at line 67 of file Monitor_GetNbMaxMsg.java.
| String org.objectweb.joram.shared.admin.Monitor_GetNbMaxMsg.getSubName | ( | ) |
Returns SubName
Definition at line 72 of file Monitor_GetNbMaxMsg.java.
| void org.objectweb.joram.shared.admin.Monitor_GetNbMaxMsg.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 |
Reimplemented from org.objectweb.joram.shared.admin.Monitor_Request.
Definition at line 80 of file Monitor_GetNbMaxMsg.java.
| void org.objectweb.joram.shared.admin.Monitor_GetNbMaxMsg.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 |
Reimplemented from org.objectweb.joram.shared.admin.Monitor_Request.
Definition at line 86 of file Monitor_GetNbMaxMsg.java.
1.5.0