org.objectweb.joram.shared.admin
Class Monitor_GetServersIdsRep
java.lang.Object
org.objectweb.joram.shared.admin.AdminReply
org.objectweb.joram.shared.admin.Monitor_Reply
org.objectweb.joram.shared.admin.Monitor_GetServersIdsRep
- All Implemented Interfaces:
- java.io.Serializable
- public class Monitor_GetServersIdsRep
- extends Monitor_Reply
A Monitor_GetServersIdsRep
instance holds the list of the
platform's servers' identifiers.
- See Also:
- Serialized Form
Constructor Summary |
Monitor_GetServersIdsRep(int[] ids,
java.lang.String[] names,
java.lang.String[] hostNames)
Constructs a Monitor_GetServersRep instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Monitor_GetServersIdsRep
public Monitor_GetServersIdsRep(int[] ids,
java.lang.String[] names,
java.lang.String[] hostNames)
- Constructs a
Monitor_GetServersRep
instance.
getIds
public final int[] getIds()
- Returns the servers' identifiers.
getNames
public final java.lang.String[] getNames()
getHostNames
public final java.lang.String[] getHostNames()
Copyright © 2005 Scalagent - All rights reserved