public class ManagedServiceInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedServiceInfo.ServiceState |
| Constructor and Description |
|---|
ManagedServiceInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPid() |
ManagedServiceInfo.ServiceState |
getState() |
void |
setPid(String pid) |
void |
setState(ManagedServiceInfo.ServiceState state) |
String |
toString() |
public ManagedServiceInfo.ServiceState getState()
public void setState(ManagedServiceInfo.ServiceState state)
state - the state to setpublic String getPid()
public void setPid(String pid)
pid - the pid to setCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.