Package org.glassfish.api
Class AsyncImpl
- java.lang.Object
-
- org.glassfish.api.admin.CommandAspectBase<Async>
-
- org.glassfish.api.AsyncImpl
-
- All Implemented Interfaces:
CommandAspectImpl<Async>
@Service public class AsyncImpl extends CommandAspectBase<Async>
Implementation for the @Async command capability.- Author:
- tmueller
-
-
Constructor Summary
Constructors Constructor Description AsyncImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WrappedAdminCommandcreateWrapper(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
-
-
-
-
Method Detail
-
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>
-
-