public class EndpointPropertiesParser extends Object
| Constructor and Description |
|---|
EndpointPropertiesParser(org.osgi.service.remoteserviceadmin.EndpointDescription ep) |
EndpointPropertiesParser(Map<String,Object> ep) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname() |
int |
getNumThreads() |
int |
getPort() |
int |
getTimeoutMillis() |
public EndpointPropertiesParser(org.osgi.service.remoteserviceadmin.EndpointDescription ep)
public int getTimeoutMillis()
public int getPort()
public String getHostname()
public int getNumThreads()
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.