Class RegistrationPoint
java.lang.Object
org.jboss.as.controller.capability.registry.RegistrationPoint
Encapsulates the point in the model that triggered the registration of a capability or requirement.
- Author:
- Brian Stansberry (c) 2014 Red Hat Inc.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RegistrationPoint
-
-
Method Details
-
getAddress
Gets the address of the resource that triggered the registration.- Returns:
- the address. Will not be
null
-
getAttribute
Gets the name of the specific attribute ataddressthat triggered the registration, if the was a single attribute responsible.- Returns:
- the name of the attribute, or
nullif there wasn't a single attribute responsible
-
toString
-
equals
-
hashCode
public int hashCode()
-