public class ExecutionContextPool extends Object
Constructor and Description |
---|
ExecutionContextPool(PersistenceNucleusContext nucCtx) |
Modifier and Type | Method and Description |
---|---|
void |
checkIn(ExecutionContext ec) |
ExecutionContext |
checkOut(Object owner,
Map<String,Object> options) |
void |
cleanUp() |
protected ExecutionContext |
create(Object owner,
Map<String,Object> options) |
void |
expire(ExecutionContext ec) |
boolean |
validate(ExecutionContext ec) |
public ExecutionContextPool(PersistenceNucleusContext nucCtx)
protected ExecutionContext create(Object owner, Map<String,Object> options)
public boolean validate(ExecutionContext ec)
public void expire(ExecutionContext ec)
public ExecutionContext checkOut(Object owner, Map<String,Object> options)
public void cleanUp()
public void checkIn(ExecutionContext ec)
Copyright © 2019. All rights reserved.