- getAllAliveThreads() - Method in class ej.kf.Feature
-
Gets a snapshot of all alive threads owned by this Feature (some threads included in the returned array may have
been terminated when this method returns, some new threads may have been created when this method returns).
- getAllFeatureStateListeners() - Static method in class ej.kf.Kernel
-
Returns an array containing all the
FeatureStateListener
that
are notified when the state of a Feature has changed.
- getAllLoadedFeatures() - Static method in class ej.kf.Kernel
-
Returns the set of Features currently loaded.
- getContextOwner() - Static method in class ej.kf.Kernel
-
Returns the owner of the current thread context.
- getCriticality() - Method in class ej.kf.Feature
-
Returns the criticality of this feature.
- getEquivalentSharedInterface(Class<?>, Feature) - Static method in class ej.kf.Kernel
-
Gets the equivalent shared interface in the given target Feature.
- getExecutionCounter() - Method in class ej.kf.Module
-
Gets the current execution counter, since the last reset.
- getExecutionQuota() - Method in class ej.kf.Module
-
Gets the execution quota.
- getFeature() - Method in exception ej.kf.AlreadyLoadedFeatureException
-
Returns the previously loaded
Feature
.
- getImplementedSharedInterface(Class<?>, Class<?>) - Static method in class ej.kf.Kernel
-
Gets the first shared interface implemented by the given class under the hierarchy of topInterface
.
- getInstance() - Static method in class ej.kf.Kernel
-
Returns the singleton instance representing the Kernel.
- getName() - Method in class ej.kf.Module
-
Gets the name of this module.
- getOwner(Object) - Static method in class ej.kf.Kernel
-
Returns the owner of the given Object
.
- getProvider() - Method in class ej.kf.Module
-
Gets the identification of this module provider.
- getReference() - Method in class ej.kf.Proxy
-
Returns the reference managed by this
Proxy
.
- getSharedInterface(Class<?>, Class<?>, Feature) - Static method in class ej.kf.Kernel
-
From a shared interface, gets the closest shared interface in the given target Feature.
- getState() - Method in class ej.kf.Feature
-
Returns the current Feature state.
- getType() - Method in interface ej.kf.Converter
-
Gets the Kernel type managed by this
Converter
.
- getUID() - Method in class ej.kf.Module
-
Gets a byte sequence that uniquely identifies the current module.
- getValue(int) - Method in interface ej.kf.Principal
-
Gets the value of one of the fields.
- getVersion() - Method in class ej.kf.Module
-
Gets a String
that represents this module version.