|
||||||||||
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.ServiceCollection
Represents a collection of service objects.
Constructor Summary | |
ServiceCollection()
Constructs an instance of a ServiceCollection object. |
Method Summary | |
void |
addService(Service service)
Adds the specified service to the collection. |
Service |
getService(int index)
Returns, but does not remove, a service from the collection. |
static ServiceCollection |
getServices(ConnectionProxy connection)
Returns a collection of all services running on the machine as defined by the connection. |
int |
indexOfService(Service service)
Returns the index of the given service in the collection. |
void |
removeService(Service service)
Removes the specified service from the collection. |
int |
size()
Returns the size of the collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceCollection()
Method Detail |
public static ServiceCollection getServices(ConnectionProxy connection) throws ConnectionParameterException, AuthenticationException, UnableToPingEsrimapException, ErrorAndWarningException
ConnectionParameterException
AuthenticationException
UnableToPingEsrimapException
ErrorAndWarningException
public void addService(Service service)
public Service getService(int index)
public int indexOfService(Service service)
public void removeService(Service service)
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |