Package | Description |
---|---|
org.jboss.jca.core.connectionmanager |
This package contains the connection manager implementation.
|
org.jboss.jca.core.spi.graceful |
This package contains the SPI for components that support a graceful shutdown mechanism.
|
org.jboss.jca.core.workmanager |
This package contains the WorkManager implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnectionManager.prepareShutdown(GracefulCallback cb)
Signal the component to prepare for shutdown
|
void |
AbstractConnectionManager.prepareShutdown(int seconds,
GracefulCallback cb)
Signal the component to prepare for shutdown
|
Modifier and Type | Method and Description |
---|---|
void |
GracefulShutdown.prepareShutdown(GracefulCallback cb)
Signal the component to prepare for shutdown
|
void |
GracefulShutdown.prepareShutdown(int shutdown,
GracefulCallback cb)
Signal the component to prepare for shutdown
|
Modifier and Type | Method and Description |
---|---|
void |
WorkManagerImpl.prepareShutdown(GracefulCallback cb)
Signal the component to prepare for shutdown
|
void |
WorkManagerImpl.prepareShutdown(int seconds,
GracefulCallback cb)
Signal the component to prepare for shutdown
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)