Uses of Interface
org.jvnet.hk2.config.TransactionListener
-
Packages that use TransactionListener Package Description com.sun.enterprise.v3.server org.glassfish.admin.amx.impl.config org.glassfish.admin.mbeanserver org.glassfish.internal.config org.jvnet.hk2.config -
-
Uses of TransactionListener in com.sun.enterprise.v3.server
Classes in com.sun.enterprise.v3.server that implement TransactionListener Modifier and Type Class Description classApplicationConfigListener -
Uses of TransactionListener in org.glassfish.admin.amx.impl.config
Classes in org.glassfish.admin.amx.impl.config that implement TransactionListener Modifier and Type Class Description classAMXConfigLoaderResponsible for loading ConfigBeanProxy MBeans (com.sun.enterprise.config.serverbeans.*) -
Uses of TransactionListener in org.glassfish.admin.mbeanserver
Classes in org.glassfish.admin.mbeanserver that implement TransactionListener Modifier and Type Class Description classPendingConfigBeansCalled when ConfigBeans come into the habitat (see GlassfishConfigBean); a job queue is maintained for processing by the AMXConfigLoader, which is lazily loaded.Methods in org.glassfish.admin.mbeanserver with parameters of type TransactionListener Modifier and Type Method Description voidPendingConfigBeans. swapTransactionListener(TransactionListener newListener)amx-impl has its own TransactionListener which takes over once AMX is loaded. -
Uses of TransactionListener in org.glassfish.internal.config
Classes in org.glassfish.internal.config that implement TransactionListener Modifier and Type Class Description classUnprocessedConfigListenerListens for unprocessed config changes -
Uses of TransactionListener in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config that return types with arguments of type TransactionListener Modifier and Type Method Description List<TransactionListener>Transactions. currentListeners()Methods in org.jvnet.hk2.config with parameters of type TransactionListener Modifier and Type Method Description voidTransactions. addTransactionsListener(TransactionListener listener)add a new listener to all transaction events.booleanTransactions. removeTransactionsListener(TransactionListener listener)Removes an existing listener for transaction events
-