ActivateeType - Type of the activatee.public interface Activator<ActivateeType>
ActivatorAdapter,
ServiceActivation| Modifier and Type | Method and Description |
|---|---|
void |
afterActivation(ActivateeType activated)
Called after activatee activation.
|
void |
afterPassivation(ActivateeType passivated)
Called after activatee passivation.
|
void |
beforeActivation(ActivateeType activating)
Called before activatee activation.
|
void |
beforePassivation(ActivateeType passivating)
Called before activatee passivation.
|
void beforeActivation(ActivateeType activating) throws Exception
Exceptionvoid afterActivation(ActivateeType activated) throws Exception
Exceptionvoid beforePassivation(ActivateeType passivating) throws Exception
Exceptionvoid afterPassivation(ActivateeType passivated) throws Exception
Exception