@Taxonomy(stability=UNCOMMITTED)

Package org.glassfish.admin.amx.intf.config

Specific AMX MBean proxy interfaces for config MBeans (domain.xml elements).

See:
          Description

Interface Summary
AbstractModule Deprecated. Functionality that all modules share.
AccessLog Deprecated.
Action Deprecated.
AdminObjectResource Deprecated.
AdminService Deprecated.
AlertService Deprecated.
AlertSubscription Deprecated.
AmxPref Deprecated.
AnonymousElementList Deprecated. Mixin interface indicating that there is at least one anonymous non-singleton leaf element present eg a <jvm-options>.
AnyProperty Deprecated. Facts out commonality between PropertyConfig and SystemPropertyConfig.
AppclientModule Deprecated.
Application Deprecated.
ApplicationConfig Deprecated.
ApplicationRef Deprecated.
ApplicationRefReferent Deprecated. Referent: "the object of a reference", in this case a marker interface denoting that the item may be referred to by a DeployedItemRefConfig.
Applications Deprecated.
ApplicationsBase Deprecated. Configuration for the <applications> element; it is an internal "node" which groups all resources under itself.
AuditModule Deprecated.
AuthRealm Deprecated.
AvailabilityService Deprecated.
BackendPrincipal Deprecated.
BindableResource Deprecated.
Cluster Deprecated.
ClusteredServer Deprecated. Configuration for the <server> element that belongs to a cluster.
ClusterRef Deprecated.
ClusterRefConfigReferent Deprecated. Referent: "the object of a reference", in this case a marker interface denoting that the item may be referred to by a ClusterRefConfig.
Clusters Deprecated.
Config Deprecated.
ConfigBeansUtilities Deprecated.
ConfigCollectionElement Deprecated. Marker interface stating the AMXConfig MBean is a collection of items, possibly of varying subtypes, and that is has no attributes or properties of its own eg it's an "internal node" only.
ConfigElement Deprecated. Marker interface indicating that this item represents a configuration element in domain.xml.
Configs Deprecated.
ConfigTools Deprecated. Server-side helper methods for config MBeans.
ConnectionPool Deprecated.
ConnectorConnectionPool Deprecated.
ConnectorModule Deprecated.
ConnectorResource Deprecated.
ConnectorService Deprecated.
ContainerMonitoring Deprecated.
ContextParam Deprecated.
CopyConfig Deprecated.
CustomResource Deprecated.
DasConfig Deprecated.
Description Deprecated. Everything having a settable description should extend this interface.
DiagnosticService Deprecated.
Domain Deprecated.
EjbContainer Deprecated.
EjbContainerAvailability Deprecated.
EjbModule Deprecated.
EjbTimerService Deprecated.
Enabled Deprecated. Factors out the meaning of the "Enabled" Attribute.
Engine Deprecated.
EnvEntry Deprecated.
Event Deprecated.
ExtensionModule Deprecated.
ExternalJndiResource Deprecated.
FailureDetection Deprecated.
FilterConfig Deprecated.
GroupManagementService Deprecated.
GroupMap Deprecated.
HealthChecker Deprecated.
HealthCheckerCR Deprecated. Supports creation and removal of health checker configurations.
HttpAccessLog Deprecated.
HttpFileCache Deprecated.
HttpListener Deprecated.
HttpProtocol Deprecated.
HttpService Deprecated.
IiopListener Deprecated.
IiopService Deprecated.
J2eeApplication Deprecated.
JaccProvider Deprecated.
JavaConfig Deprecated.
JavaWebStart Deprecated.
JdbcConnectionPool Deprecated. Configuration for the <jdbc-connection-pool> element.
JdbcResource Deprecated.
JmsAvailability Deprecated.
JmsHost Deprecated.
JmsService Deprecated.
JmxConnector Deprecated.
JndiResource Deprecated. Configuration for the <jndi-resource> element.
JvmOptionBag Deprecated.
KeepAlive Deprecated.
LbConfig Deprecated.
LbConfigs Deprecated.
Libraries Deprecated. Mixing interface for access to library path.
LifecycleModule Deprecated.
ListenerConfig Deprecated.
LoadBalancer Deprecated.
LoadBalancers Deprecated.
LogService Deprecated.
MailResource Deprecated.
ManagementRule Deprecated.
ManagementRules Deprecated.
ManagerProperties Deprecated.
Mbean Deprecated.
MdbContainer Deprecated.
MessageSecurityConfig Deprecated.
Module Deprecated.
ModuleLogLevels Deprecated.
ModuleMonitoringLevels Deprecated.
MonitoringService Deprecated.
NamedConfigElement Deprecated. Marker interface for a ConfigElement that has a name.
Node Deprecated.
NodeAgent Deprecated.
NodeAgents Deprecated.
Nodes Deprecated.
ObjectType Deprecated. Factors out the meaning of the "ObjectType" Attribute.
Orb Deprecated.
PersistenceManagerFactoryResource Deprecated.
PrincipalMap Deprecated.
Profiler Deprecated.
PropertiesAccess Deprecated. All MBeans that have Property should extend this interface.
Property Deprecated. Configuration for the <property> element.
ProviderConfig Deprecated.
Ref Deprecated.
RefContainer Deprecated.
RefReferent Deprecated. Referent: "the object of a reference", in this case a base marker interface denoting that the item can be referred to by some kind of RefConfig.
RegistryLocation Deprecated.
RequestPolicy Deprecated.
RequestProcessing Deprecated.
Resource Deprecated.
ResourceAdapter Deprecated. Configuration for the <resource-adapter-config> element.
ResourceAdapterConfig Deprecated.
ResourcePool Deprecated.
ResourceRef Deprecated.
ResourceRefReferent Deprecated. Referent: "the object of a reference", in this case a marker interface denoting that the item may be referred to by a ResourceRefReferent.
Resources Deprecated.
ResponsePolicy Deprecated.
SecureAdmin Deprecated.
SecureAdminInternalUser Deprecated.
SecureAdminPrincipal Deprecated.
SecurityMap Deprecated.
SecurityService Deprecated.
Server Deprecated.
ServerRef Deprecated.
ServerRefReferent Deprecated. Referent: "the object of a reference", in this case a marker interface denoting that the item may be referred to by a ServerRefConfig.
Servers Deprecated.
ServerTags Deprecated.
SessionConfig Deprecated.
SessionManager Deprecated.
SessionProperties Deprecated.
SshAuth Deprecated.
SshConnector Deprecated.
SslClientConfig Deprecated.
SslContainer Deprecated. An MBean implementing this interface can optionally contain an Ssl.
StandaloneServer Deprecated. Configuration for the <server> element.
StoreProperties Deprecated.
SystemApplications Deprecated.
SystemPropertiesAccess Deprecated. All MBeans that have system SystemProperties must extend this interface.
SystemProperty Deprecated.
SystemPropertyBag Deprecated.
ThreadPool Deprecated. Configuration for a <thread-pool> element.
ThreadPools Deprecated.
TransactionService Deprecated.
TransformationRule Deprecated.
VirtualServer Deprecated.
WebContainer Deprecated.
WebContainerAvailability Deprecated.
WebModule Deprecated.
WebServiceEndpoint Deprecated.
WorkSecurityMap Deprecated.
 

Class Summary
AMXConfigGetters Getters for common high-level config items.
AMXConfigHelper Various shortcut methods for working with AMX config MBeans, particularly attributes and metadata.
EventTypeValues Possible event types as defined in DTD by ENTITY <event-type>.
IsolationValues Values which are legal to pass for 'isolation'

See JDBCConnectionPoolConfig#setTransactionIsolationLevel and ResourcesConfig#createJDBCConnectionPoolConfig.

MessageLayerValues Values as defined in DTD by ENTITY <message-layer>.
ModuleMonitoringLevels.Helper  
ObjectTypeValues Values which are legal to pass for the object-type.
TransactionSupportValues  
ValidationLevelValues Values which are legal to pass for the validation-level.
 

Package org.glassfish.admin.amx.intf.config Description

Specific AMX MBean proxy interfaces for config MBeans (domain.xml elements). These interfaces offer for the convenience of using more specialized proxies as created by ProxyFactory, but AMXConfigProxy can be used generically for all config MBeans.

See Also:
AMXProxy, AMXConfigProxy


Copyright © 2012 GlassFish Community. All Rights Reserved.