| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationConfigListener |
| Modifier and Type | Class and Description |
|---|---|
class |
AMXConfigLoader
Responsible for loading ConfigBeanProxy MBeans (com.sun.enterprise.config.serverbeans.*)
|
| Modifier and Type | Class and Description |
|---|---|
class |
PendingConfigBeans
Called when ConfigBeans come into the habitat (see GlassfishConfigBean); a job queue
is maintained for processing by the AMXConfigLoader, which is lazily loaded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PendingConfigBeans.swapTransactionListener(TransactionListener newListener)
amx-impl has its own TransactionListener which takes over once AMX is loaded.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnprocessedConfigListener
Listens for unprocessed config changes
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionListener> |
Transactions.currentListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transactions.addTransactionsListener(TransactionListener listener)
add a new listener to all transaction events.
|
boolean |
Transactions.removeTransactionsListener(TransactionListener listener)
Removes an existing listener for transaction events
|
Copyright © 2019. All rights reserved.