Package org.glassfish.api
Class AsyncImpl
- All Implemented Interfaces:
CommandAspectImpl<Async>
Implementation for the @Async command capability.
- Author:
- tmueller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateWrapper(Async async, CommandModel model, AdminCommand command, ActionReport report) This methods can be used to wrap generic functionality around command execute.Methods inherited from class org.glassfish.api.admin.CommandAspectBase
done, init
-
Constructor Details
-
AsyncImpl
public AsyncImpl()
-
-
Method Details
-
createWrapper
public WrappedAdminCommand createWrapper(Async async, CommandModel model, AdminCommand command, ActionReport report) Description copied from class:CommandAspectBaseThis methods can be used to wrap generic functionality around command execute.- Specified by:
createWrapperin interfaceCommandAspectImpl<Async>- Overrides:
createWrapperin classCommandAspectBase<Async>
-