Uses of Interface
com.pnfsoftware.jeb.core.ICoreContext
Packages that use ICoreContext
Package
Description
This package and its sub-packages contain types and interfaces used to build JEB clients and interact with client-specific sides of a JEB instance.
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
-
Uses of ICoreContext in com.pnfsoftware.jeb.client
Methods in com.pnfsoftware.jeb.client that return ICoreContextModifier and TypeMethodDescriptionfinal ICoreContext
AbstractClientContext.getCoreContext()
Get the JEB core instance. -
Uses of ICoreContext in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return ICoreContextModifier and TypeMethodDescriptionIEnginesContext.getCoreContext()
Retrieve the JEB Core that instantiated this context.static ICoreContext
JebCoreService.getExistingInstance()
Retrieve an existing core context (= JEB back-end) if one exists.static ICoreContext
JebCoreService.getInstance()
Retrieve an instance of the previously instantiated core.static ICoreContext
JebCoreService.getInstance
(String licenseKey) Retrieve or create an instance of a core.static ICoreContext
JebCoreService.getInstance
(String licenseKey, CoreOptions options) Retrieve or create an instance of a core.