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

Packages that use RefReferent
org.glassfish.admin.amx.intf.config Specific AMX MBean proxy interfaces for config MBeans (domain.xml elements). 
 

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

Subinterfaces of RefReferent in org.glassfish.admin.amx.intf.config
 interface AbstractModule
          Deprecated. Functionality that all modules share.
 interface AdminObjectResource
          Deprecated. 
 interface Application
          Deprecated. 
 interface ApplicationConfig
          Deprecated. 
 interface 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.
 interface 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.
 interface ConnectorConnectionPool
          Deprecated. 
 interface ConnectorResource
          Deprecated. 
 interface CustomResource
          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 JndiResource
          Deprecated. Configuration for the <jndi-resource> element.
 interface MailResource
          Deprecated. 
 interface PersistenceManagerFactoryResource
          Deprecated. 
 interface Resource
          Deprecated. 
 interface 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.
 interface 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.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.