Package org.burningwave.core
Class Context
java.lang.Object
org.burningwave.core.Context
- All Implemented Interfaces:
AutoCloseable,Closeable,Identifiable
- Direct Known Subclasses:
Criteria.TestContext
public class Context extends Object implements Closeable
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedContext() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Closeable
closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationId
-
Field Details
-
context
-
-
Constructor Details
-
Context
protected Context()
-
-
Method Details
-
create
-
put
-
get
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-