@ManagedData @Description(value="109 deployed endpoint info") public class DeployedEndpointData extends org.glassfish.external.statistics.impl.StatisticImpl implements Map
| Modifier and Type | Field and Description |
|---|---|
String |
address |
String |
appName |
String |
deploymentType |
String |
endpointName |
String |
implClass |
String |
implType |
String |
namespace |
String |
portName |
String |
serviceName |
String |
tester |
String |
wsdl |
| Constructor and Description |
|---|
DeployedEndpointData(String path,
Application app,
WebServiceEndpoint endpoint) |
DeployedEndpointData(String path,
com.sun.xml.ws.transport.http.servlet.ServletAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
Map<String,String> |
getStaticAsMap() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map m) |
Object |
remove(Object key) |
int |
size() |
Collection |
values() |
checkMethod, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isValidString, reset, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll@ManagedAttribute @Description(value="Application Name") public final String appName
@ManagedAttribute @Description(value="Endpoint Name") public final String endpointName
@ManagedAttribute @Description(value="Target Namespace of the Web Service") public final String namespace
@ManagedAttribute @Description(value="Web Service name") public final String serviceName
@ManagedAttribute @Description(value="Web Service port name") public final String portName
@ManagedAttribute @Description(value="Service Implementation Class") public final String implClass
@ManagedAttribute @Description(value="Address for Web Service") public final String address
@ManagedAttribute @Description(value="WSDL for Web Service") public final String wsdl
@ManagedAttribute @Description(value="Tester for Web Service") public final String tester
@ManagedAttribute @Description(value="Implementation Type: EJB or SERVLET") public final String implType
@ManagedAttribute @Description(value="Deployment Type: 109 or RI") public final String deploymentType
public DeployedEndpointData(String path, Application app, WebServiceEndpoint endpoint)
public DeployedEndpointData(String path, com.sun.xml.ws.transport.http.servlet.ServletAdapter adapter)
public Map<String,String> getStaticAsMap()
getStaticAsMap in class org.glassfish.external.statistics.impl.StatisticImplpublic boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Collection values()
Copyright © 2017. All rights reserved.