public class EndpointClassNamePathPair extends Object implements Serializable
See ApplicationEventListener.
| Constructor 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–2020 Oracle Corporation. All rights reserved.