public class Services
extends java.lang.Object
Constructor and Description |
---|
Services() |
Modifier and Type | Method and Description |
---|---|
void |
addService(Service s) |
Service |
getLastService() |
Service |
getService(java.lang.String name) |
Service[] |
getServices() |
void |
removeService(Service s) |
java.lang.String |
toString() |
public void addService(Service s)
public void removeService(Service s)
public Service getService(java.lang.String name)
public Service getLastService()
public Service[] getServices()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 1996–2019. All rights reserved.