|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.admin.ServerCollection
Represents a collection of server objects.
Constructor Summary | |
ServerCollection()
Constructs a new ServerCollection object. |
Method Summary | |
void |
addServer(Server server)
Adds a server to the collection. |
Server |
getServer(int index)
Returns a Server at given index, but does not remove it from the collection. |
static ServerCollection |
getServers(ConnectionProxy connection)
Returns a ServerCollection object which is a collection of all Services running on the machine defined by the connection. |
int |
indexOfServer(Server server)
Returns the index of the given Server in the collection. |
void |
removeServer(Server server)
Removes the specified Server from the collection. |
int |
size()
Returns the size of the Server collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServerCollection()
ServerCollection
object.
Method Detail |
public static ServerCollection getServers(ConnectionProxy connection) throws ConnectionParameterException, AuthenticationException, UnableToPingEsrimapException, AXLAttributeException
ConnectionParameterException
AuthenticationException
UnableToPingEsrimapException
AXLAttributeException
public void addServer(Server server)
public Server getServer(int index)
public int indexOfServer(Server server)
public void removeServer(Server server)
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |