public class RegistrationPoint extends Object
| Constructor and Description |
|---|
RegistrationPoint(PathAddress address,
String attribute) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PathAddress |
getAddress()
Gets the address of the resource that triggered the registration.
|
String |
getAttribute()
Gets the name of the specific attribute at
address that triggered the registration,
if the was a single attribute responsible. |
int |
hashCode() |
String |
toString() |
public RegistrationPoint(PathAddress address, String attribute)
public PathAddress getAddress()
nullpublic String getAttribute()
address that triggered the registration,
if the was a single attribute responsible.null if there wasn't a single attribute responsibleCopyright © 2020 JBoss by Red Hat. All rights reserved.