public class SessionEvictionCommand extends Object implements Command<Void,SessionEvictionContext>
Modifier and Type | Method and Description |
---|---|
Void |
execute(SessionEvictionContext context)
Execute this command with the specified context.
|
public Void execute(SessionEvictionContext context) throws Exception
Command
execute
in interface Command<Void,SessionEvictionContext>
context
- the execution contextException
- exception that occurred during executionCopyright © 2017 JBoss by Red Hat. All rights reserved.