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

Packages that use PropertiesAccess
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 PropertiesAccess in org.glassfish.admin.amx.intf.config
 

Subinterfaces of PropertiesAccess in org.glassfish.admin.amx.intf.config
 interface AbstractModule
          Deprecated. Functionality that all modules share.
 interface AccessLog
          Deprecated. 
 interface AdminObjectResource
          Deprecated. 
 interface AdminService
          Deprecated. 
 interface AlertService
          Deprecated. 
 interface AmxPref
          Deprecated. 
 interface Application
          Deprecated. 
 interface ApplicationConfig
          Deprecated. 
 interface AuditModule
          Deprecated. 
 interface AuthRealm
          Deprecated. 
 interface AvailabilityService
          Deprecated. 
 interface Cluster
          Deprecated. 
 interface ClusteredServer
          Deprecated. Configuration for the <server> element that belongs to a cluster.
 interface Config
          Deprecated. 
 interface ConnectorConnectionPool
          Deprecated. 
 interface ConnectorResource
          Deprecated. 
 interface ConnectorService
          Deprecated. 
 interface CustomResource
          Deprecated. 
 interface DasConfig
          Deprecated. 
 interface DiagnosticService
          Deprecated. 
 interface Domain
          Deprecated. 
 interface EjbContainer
          Deprecated. 
 interface EjbContainerAvailability
          Deprecated. 
 interface EjbTimerService
          Deprecated. 
 interface Engine
          Deprecated. 
 interface Event
          Deprecated. 
 interface ExtensionModule
          Deprecated. 
 interface ExternalJndiResource
          Deprecated. 
 interface FailureDetection
          Deprecated. 
 interface FilterConfig
          Deprecated. 
 interface GroupManagementService
          Deprecated. 
 interface GroupMap
          Deprecated. 
 interface HttpService
          Deprecated. 
 interface IiopListener
          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 ListenerConfig
          Deprecated. 
 interface MailResource
          Deprecated. 
 interface ManagerProperties
          Deprecated. 
 interface MdbContainer
          Deprecated. 
 interface Module
          Deprecated. 
 interface ModuleLogLevels
          Deprecated. 
 interface ModuleMonitoringLevels
          Deprecated. 
 interface MonitoringService
          Deprecated. 
 interface Node
          Deprecated. 
 interface NodeAgent
          Deprecated. 
 interface Orb
          Deprecated. 
 interface PersistenceManagerFactoryResource
          Deprecated. 
 interface Profiler
          Deprecated. 
 interface ProviderConfig
          Deprecated. 
 interface RegistryLocation
          Deprecated. 
 interface Resource
          Deprecated. 
 interface ResourceAdapter
          Deprecated. Configuration for the <resource-adapter-config> element.
 interface SecurityService
          Deprecated. 
 interface Server
          Deprecated. 
 interface SessionProperties
          Deprecated. 
 interface SshAuth
          Deprecated. 
 interface StandaloneServer
          Deprecated. Configuration for the <server> element.
 interface StoreProperties
          Deprecated. 
 interface ThreadPool
          Deprecated. Configuration for a <thread-pool> element.
 interface TransactionService
          Deprecated. 
 interface VirtualServer
          Deprecated. 
 interface WebContainer
          Deprecated. 
 interface WebContainerAvailability
          Deprecated. 
 interface WebModule
          Deprecated. 
 

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

Subinterfaces of PropertiesAccess in org.glassfish.admin.amx.intf.config.grizzly
 interface FileCache
          Deprecated. 
 interface Http
          Deprecated. 
 interface NetworkConfig
          Deprecated. 
 interface NetworkListener
          Deprecated. 
 interface NetworkListeners
          Deprecated. 
 interface Protocol
          Deprecated. 
 interface Protocols
          Deprecated. 
 interface Ssl
          Deprecated. 
 interface Transport
          Deprecated. 
 interface Transports
          Deprecated. 
 



Copyright © 2012 GlassFish Community. All Rights Reserved.