org.glassfish.api.admin.config
Interface Named

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
All Known Subinterfaces:
ContainerMonitoring

public interface Named
extends org.jvnet.hk2.config.ConfigBeanProxy

An configured element which is named.

Author:
Jerome Dochez

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 java.lang.String getName()
          Name of the configured object
 void setName(java.lang.String value)
           
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 

Method Detail

getName

@NotNull
java.lang.String getName()
Name of the configured object

Returns:
name of the configured object

setName

void setName(java.lang.String value)
             throws java.beans.PropertyVetoException
Throws:
java.beans.PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.