public class ServiceEntry
extends java.lang.Object
| Constructor and Description |
|---|
ServiceEntry(ServiceSpecRuntime serviceSpecRuntime,
Service oldService,
Service newService,
short oldState,
short newState) |
| Modifier and Type | Method and Description |
|---|---|
Service |
getNewService() |
short |
getNewState() |
Service |
getOldService() |
short |
getOldState() |
ServiceSpec |
getServiceSpec() |
public ServiceEntry(ServiceSpecRuntime serviceSpecRuntime, Service oldService, Service newService, short oldState, short newState)
public Service getOldService()
public Service getNewService()
public short getOldState()
public short getNewState()
public ServiceSpec getServiceSpec()