public class EndpointClassNamePathPair
extends java.lang.Object
implements java.io.Serializable
See ApplicationEventListener.
| Constructor and Description |
|---|
EndpointClassNamePathPair(java.lang.String endpointPath,
java.lang.String endpointClassName)
Constructor,
ConstructorProperties is required, so that MXBean client can create an instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEndpointClassName()
Get class name of the endpoint.
|
java.lang.String |
getEndpointPath()
Get the path the endpoint is registered on.
|
@ConstructorProperties(value={"endpointPath","endpointClassName"})
public EndpointClassNamePathPair(java.lang.String endpointPath,
java.lang.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.public java.lang.String getEndpointClassName()
public java.lang.String getEndpointPath()
Copyright © 2012–2020 Oracle Corporation. All rights reserved.