Gets the name of this protocol instance. The name will be prefix-address-port if address is non-null and prefix-port if the address is null. @return A name for this protocol instance that is appropriately quoted for use in an ObjectName.
()
| 644 | * @return A name for this protocol instance that is appropriately quoted for use in an ObjectName. |
| 645 | */ |
| 646 | public String getName() { |
| 647 | return ObjectName.quote(getNameInternal()); |
| 648 | } |
| 649 | |
| 650 | |
| 651 | /** |
no test coverage detected