public class HintsContextHandler extends Object implements WorkContextHandler<javax.resource.spi.work.HintsContext>
Constructor and Description |
---|
HintsContextHandler() |
Modifier and Type | Method and Description |
---|---|
void |
after(javax.resource.spi.work.HintsContext workContext) |
void |
before(javax.resource.spi.work.HintsContext workContext) |
boolean |
required() |
boolean |
supports(Class<? extends javax.resource.spi.work.WorkContext> clazz) |
public void before(javax.resource.spi.work.HintsContext workContext) throws javax.resource.spi.work.WorkCompletedException
before
in interface WorkContextHandler<javax.resource.spi.work.HintsContext>
javax.resource.spi.work.WorkCompletedException
public void after(javax.resource.spi.work.HintsContext workContext) throws javax.resource.spi.work.WorkCompletedException
after
in interface WorkContextHandler<javax.resource.spi.work.HintsContext>
javax.resource.spi.work.WorkCompletedException
public boolean supports(Class<? extends javax.resource.spi.work.WorkContext> clazz)
supports
in interface WorkContextHandler<javax.resource.spi.work.HintsContext>
public boolean required()
required
in interface WorkContextHandler<javax.resource.spi.work.HintsContext>
Copyright © 2018. All rights reserved.