public class EndpointClassNamePathPair extends Object implements Serializable
org.glassfish.tyrus.core.monitoring.ApplicationEventListener}.
,
Serialized FormConstructor and Description |
---|
EndpointClassNamePathPair(String endpointPath,
String endpointClassName)
Constructor,
ConstructorProperties is required, so that MXBean client can create an instance. |
Modifier and Type | Method and Description |
---|---|
String |
getEndpointClassName()
Get class name of the endpoint.
|
String |
getEndpointPath()
Get the path the endpoint is registered on.
|
@ConstructorProperties(value={"endpointPath","endpointClassName"}) public EndpointClassNamePathPair(String endpointPath, String endpointClassName)
ConstructorProperties
is required, so that MXBean client can create an instance.endpointPath
- the path the endpoint is registered on.endpointClassName
- the class name of the endpoint.Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.