Package org.glassfish.api.admin.config
Interface Named
-
- All Superinterfaces:
ConfigBeanProxy
- All Known Subinterfaces:
Cluster,ClusterExtension,Config,ContainerMonitoring,DeploymentGroup,JmxConnector,Mbean,Module,Node,Server,ServerResource,VirtualMachineExtension
public interface Named extends ConfigBeanProxy
An configured element which is named.- Author:
- Jerome Dochez
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull StringgetName()Name of the configured objectvoidsetName(String value)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
getName
@NotNull @NotNull String getName()
Name of the configured object- Returns:
- name of the configured object
-
setName
void setName(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
-