Class EndpointClassNamePathPair
- java.lang.Object
-
- org.glassfish.tyrus.ext.monitoring.jmx.EndpointClassNamePathPair
-
- All Implemented Interfaces:
java.io.Serializable
public class EndpointClassNamePathPair extends java.lang.Object implements java.io.SerializablePath and class name of an endpoint exposed by JMX.- Author:
- Petr Janouch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EndpointClassNamePathPair(java.lang.String endpointPath, java.lang.String endpointClassName)Constructor,ConstructorPropertiesis required, so that MXBean client can create an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEndpointClassName()Get class name of the endpoint.java.lang.StringgetEndpointPath()Get the path the endpoint is registered on.
-
-
-
Constructor Detail
-
EndpointClassNamePathPair
@ConstructorProperties({"endpointPath","endpointClassName"}) public EndpointClassNamePathPair(java.lang.String endpointPath, java.lang.String endpointClassName)Constructor,ConstructorPropertiesis required, so that MXBean client can create an instance.- Parameters:
endpointPath- the path the endpoint is registered on.endpointClassName- the class name of the endpoint.
-
-
Method Detail
-
getEndpointClassName
public java.lang.String getEndpointClassName()
Get class name of the endpoint.- Returns:
- class name of the endpoint.
-
getEndpointPath
public java.lang.String getEndpointPath()
Get the path the endpoint is registered on.- Returns:
- the path the endpoint is registered on.
-
-