org.glassfish.admin.amx.intf.config
Interface NamedConfigElement

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement
All Known Subinterfaces:
AbstractModule, AdminObjectResource, AlertSubscription, AnyProperty, Application, ApplicationConfig, AuditModule, AuthRealm, Cluster, ClusteredServer, Config, ConnectorConnectionPool, ConnectorResource, ContainerMonitoring, ContextParam, CustomResource, EnvEntry, ExtensionModule, ExternalJndiResource, FailureDetection, FilterConfig, GroupMap, HttpListener, IiopListener, JdbcConnectionPool, JdbcResource, JmsHost, JmxConnector, JndiResource, LbConfig, ListenerConfig, LoadBalancer, MailResource, ManagementRule, MessageSecurityConfig, NetworkListener, Node, PersistenceManagerFactoryResource, PortUnification, Profiler, Property, Protocol, ProtocolChainInstanceHandler, ProtocolFilter, ProtocolFinder, ProviderConfig, Resource, ResourceAdapter, SelectionKeyHandler, Server, SshAuth, StandaloneServer, SystemProperty, SystemPropertyBag, ThreadPool, TransformationRule, Transport, VirtualServer, WebModule, WebServiceEndpoint

Deprecated. Marker interface for a ConfigElement that has a name.

@Deprecated
public interface NamedConfigElement
extends ConfigElement


Method Summary
 String getName()
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.config.AMXConfigProxy
createChild, createChildren, getDefaultValues, getDefaultValues, removeChild, removeChild, setAttributesTransactionally
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 

Method Detail

getName

String getName()
Deprecated. 
Specified by:
getName in interface AMX_SPI


Copyright © 2012 GlassFish Community. All Rights Reserved.