|
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.AdminRequest
org.objectweb.joram.shared.admin.Monitor_Request
org.objectweb.joram.shared.admin.Monitor_GetServersIds
public class Monitor_GetServersIds
A Monitor_GetServersIds
instance requests the list of
the platform's servers' identifiers.
Field Summary |
---|
Constructor Summary | |
---|---|
Monitor_GetServersIds()
|
|
Monitor_GetServersIds(int serverId)
Constructs a Monitor_GetServersIds instance. |
|
Monitor_GetServersIds(int serverId,
java.lang.String domainName)
Constructs a Monitor_GetServersIds instance. |
Method Summary | |
---|---|
protected int |
getClassId()
|
java.lang.String |
getDomainName()
|
int |
getServerId()
Returns the identifier of the target server. |
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_GetServersIds(int serverId)
Monitor_GetServersIds
instance.
serverId
- Identifier of the target server.public Monitor_GetServersIds()
public Monitor_GetServersIds(int serverId, java.lang.String domainName)
Monitor_GetServersIds
instance.
serverId
- Identifier of the target server.domainName
- Name of the domain that contains
the servers.Method Detail |
---|
public final int getServerId()
public final java.lang.String getDomainName()
protected int getClassId()
getClassId
in class Monitor_Request
public void readFrom(java.io.InputStream is) throws java.io.IOException
Streamable
readFrom
in interface Streamable
readFrom
in class Monitor_Request
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
writeTo
in interface Streamable
writeTo
in class Monitor_Request
os
- 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 |