@Contract
public interface EjbContainerInterceptor
Modifier and Type | Method and Description |
---|---|
void |
postInvoke(EjbDescriptor ejbDesc)
User can set some useful informations after
invoking the EJB application
|
void |
preInvoke(EjbDescriptor ejbDesc)
User can set some useful informations before
invoking the EJB application
|
void preInvoke(EjbDescriptor ejbDesc)
ejbDesc
- void postInvoke(EjbDescriptor ejbDesc)
ejbDesc
- Copyright © 2019. All rights reserved.