Uses of Interface
org.glassfish.admin.amx.intf.config.ConfigElement

Packages that use ConfigElement
org.glassfish.admin.amx.intf.config Specific AMX MBean proxy interfaces for config MBeans (domain.xml elements). 
org.glassfish.admin.amx.intf.config.grizzly General-purpose JMX utilities. 
 

Uses of ConfigElement in org.glassfish.admin.amx.intf.config
 

Subinterfaces of ConfigElement in org.glassfish.admin.amx.intf.config
 interface AbstractModule
          Deprecated. Functionality that all modules share.
 interface AccessLog
          Deprecated. 
 interface Action
          Deprecated. 
 interface AdminObjectResource
          Deprecated. 
 interface AlertSubscription
          Deprecated. 
 interface AmxPref
          Deprecated. 
 interface AnyProperty
          Deprecated. Facts out commonality between PropertyConfig and SystemPropertyConfig.
 interface Application
          Deprecated. 
 interface ApplicationConfig
          Deprecated. 
 interface ApplicationRef
          Deprecated. 
 interface Applications
          Deprecated. 
 interface ApplicationsBase
          Deprecated. Configuration for the <applications> element; it is an internal "node" which groups all resources under itself.
 interface AuditModule
          Deprecated. 
 interface AuthRealm
          Deprecated. 
 interface AvailabilityService
          Deprecated. 
 interface BackendPrincipal
          Deprecated. 
 interface BindableResource
          Deprecated. 
 interface Cluster
          Deprecated. 
 interface ClusteredServer
          Deprecated. Configuration for the <server> element that belongs to a cluster.
 interface ClusterRef
          Deprecated. 
 interface Clusters
          Deprecated. 
 interface Config
          Deprecated. 
 interface Configs
          Deprecated. 
 interface ConnectionPool
          Deprecated. 
 interface ConnectorConnectionPool
          Deprecated. 
 interface ConnectorResource
          Deprecated. 
 interface ConnectorService
          Deprecated. 
 interface ContainerMonitoring
          Deprecated. 
 interface ContextParam
          Deprecated. 
 interface CustomResource
          Deprecated. 
 interface DasConfig
          Deprecated. 
 interface DiagnosticService
          Deprecated. 
 interface Domain
          Deprecated. 
 interface EjbContainerAvailability
          Deprecated. 
 interface EnvEntry
          Deprecated. 
 interface Event
          Deprecated. 
 interface ExtensionModule
          Deprecated. 
 interface ExternalJndiResource
          Deprecated. 
 interface FailureDetection
          Deprecated. 
 interface FilterConfig
          Deprecated. 
 interface GroupManagementService
          Deprecated. 
 interface GroupMap
          Deprecated. 
 interface HttpAccessLog
          Deprecated. 
 interface HttpListener
          Deprecated. 
 interface HttpService
          Deprecated. 
 interface IiopListener
          Deprecated. 
 interface IiopService
          Deprecated. 
 interface JaccProvider
          Deprecated. 
 interface JavaConfig
          Deprecated. 
 interface JdbcConnectionPool
          Deprecated. Configuration for the <jdbc-connection-pool> element.

NOTE: some getters/setters use java.lang.String. This is a problem; these methods cannot use the AppServer template facility, whereby an Attribute value can be of the form attr-name=${ATTR_VALUE}. For an example of where/how this facility is used, see the <http-listener> element, which looks like this:

 <http-listener id="http-listener-1" address="0.0.0.0" port="${HTTP_LISTENER_PORT}" acceptor-threads="1" security-enabled="false" default-virtual server="server" server-name="" xpowered-by="true" enabled="true">
 
The 'port' attribute above is set to the value "${HTTP_LISTENER_PORT}", which is a system property. Obviously no method that uses 'String' could get or set a String.
 interface JdbcResource
          Deprecated. 
 interface JmsAvailability
          Deprecated. 
 interface JmsHost
          Deprecated. 
 interface JmsService
          Deprecated. 
 interface JmxConnector
          Deprecated. 
 interface JndiResource
          Deprecated. Configuration for the <jndi-resource> element.
 interface KeepAlive
          Deprecated. 
 interface LbConfig
          Deprecated. 
 interface LbConfigs
          Deprecated. 
 interface ListenerConfig
          Deprecated. 
 interface LoadBalancer
          Deprecated. 
 interface LoadBalancers
          Deprecated. 
 interface LogService
          Deprecated. 
 interface MailResource
          Deprecated. 
 interface ManagementRule
          Deprecated. 
 interface ManagementRules
          Deprecated. 
 interface MessageSecurityConfig
          Deprecated. 
 interface ModuleLogLevels
          Deprecated. 
 interface ModuleMonitoringLevels
          Deprecated. 
 interface MonitoringService
          Deprecated. 
 interface NamedConfigElement
          Deprecated. Marker interface for a ConfigElement that has a name.
 interface Node
          Deprecated. 
 interface NodeAgents
          Deprecated. 
 interface Nodes
          Deprecated. 
 interface PersistenceManagerFactoryResource
          Deprecated. 
 interface Profiler
          Deprecated. 
 interface Property
          Deprecated. Configuration for the <property> element.
 interface ProviderConfig
          Deprecated. 
 interface Ref
          Deprecated. 
 interface RegistryLocation
          Deprecated. 
 interface RequestPolicy
          Deprecated. 
 interface Resource
          Deprecated. 
 interface ResourceAdapter
          Deprecated. Configuration for the <resource-adapter-config> element.
 interface ResourceRef
          Deprecated. 
 interface Resources
          Deprecated. 
 interface ResponsePolicy
          Deprecated. 
 interface SecureAdmin
          Deprecated. 
 interface SecureAdminInternalUser
          Deprecated. 
 interface SecureAdminPrincipal
          Deprecated. 
 interface SecurityMap
          Deprecated. 
 interface SecurityService
          Deprecated. 
 interface Server
          Deprecated. 
 interface ServerRef
          Deprecated. 
 interface Servers
          Deprecated. 
 interface SessionConfig
          Deprecated. 
 interface SessionManager
          Deprecated. 
 interface SshAuth
          Deprecated. 
 interface StandaloneServer
          Deprecated. Configuration for the <server> element.
 interface SystemApplications
          Deprecated. 
 interface SystemProperty
          Deprecated. 
 interface SystemPropertyBag
          Deprecated. 
 interface ThreadPool
          Deprecated. Configuration for a <thread-pool> element.
 interface ThreadPools
          Deprecated. 
 interface TransactionService
          Deprecated. 
 interface TransformationRule
          Deprecated. 
 interface VirtualServer
          Deprecated. 
 interface WebContainer
          Deprecated. 
 interface WebContainerAvailability
          Deprecated. 
 interface WebModule
          Deprecated. 
 interface WebServiceEndpoint
          Deprecated. 
 

Uses of ConfigElement in org.glassfish.admin.amx.intf.config.grizzly
 

Subinterfaces of ConfigElement in org.glassfish.admin.amx.intf.config.grizzly
 interface Http
          Deprecated. 
 interface NetworkListener
          Deprecated. 
 interface PortUnification
          Deprecated. 
 interface Protocol
          Deprecated. 
 interface ProtocolChain
          Deprecated. 
 interface ProtocolChainInstanceHandler
          Deprecated. 
 interface ProtocolFilter
          Deprecated. 
 interface ProtocolFinder
          Deprecated. 
 interface SelectionKeyHandler
          Deprecated. 
 interface Ssl
          Deprecated. 
 interface Transport
          Deprecated. 
 



Copyright © 2012 GlassFish Community. All Rights Reserved.