Skip navigation links
A B C D E F G H I J K L N O P R S T U V W 

A

addContextChangeListener(AndroidContextManager.AndroidContextChangeListener) - Method in class jadex.android.AndroidContextManager
Adds a new Context Change Listener
ALL_KERNELS - Static variable in interface jadex.android.commons.JadexPlatformOptions
 
AndroidContextManager - Class in jadex.android
This Class manages Android Activity Contexts to make them available for other classes.
AndroidContextManager.AndroidContextChangeListener - Interface in jadex.android
Listener Interface
AndroidContextService - Class in jadex.platform.service.context
Android Implementation of IContextService.
AndroidContextService(IComponentIdentifier) - Constructor for class jadex.platform.service.context.AndroidContextService
Constructor
AndroidHandler - Class in jadex.android.commons
Implements a Logger handler that writes to the Android log.
AndroidHandler() - Constructor for class jadex.android.commons.AndroidHandler
Constructs a new instance of the Android log handler.
AndroidSharedPreferencesWrapper - Class in jadex.platform.service.context
 
AndroidUtilsImpl - Class in jadex.android.commons
 
AndroidUtilsImpl() - Constructor for class jadex.android.commons.AndroidUtilsImpl
 
androidVersion - Variable in class jadex.android.commons.AndroidUtilsImpl
Cached android version
apkPathFromUrl(URL) - Method in class jadex.android.commons.AndroidUtilsImpl
 
APPLICATION_ID - Static variable in class net.sourceforge.jadex.android.commons.BuildConfig
 

B

BUILD_TYPE - Static variable in class net.sourceforge.jadex.android.commons.BuildConfig
 
BuildConfig - Class in net.sourceforge.jadex.android.commons
 
BuildConfig() - Constructor for class net.sourceforge.jadex.android.commons.BuildConfig
 

C

close() - Method in class jadex.android.commons.AndroidHandler
 
collectDexPathUrls(ClassLoader) - Method in class jadex.android.commons.AndroidUtilsImpl
 
commit() - Method in class jadex.platform.service.context.AndroidSharedPreferencesWrapper
 

D

d(Object) - Static method in class jadex.android.commons.Logger
 
d(String) - Static method in class jadex.android.commons.Logger
 
DEBUG - Static variable in class net.sourceforge.jadex.android.commons.BuildConfig
 
DEFAULT_KERNELS - Static variable in interface jadex.android.commons.JadexPlatformOptions
 
defineClass(String, Class<?>) - Method in class jadex.android.commons.JadexDexClassLoader
 
dispatchEvent(IJadexAndroidEvent) - Method in class jadex.android.AndroidContextManager
 
dispatchEvent(IJadexAndroidEvent) - Method in class jadex.android.JadexAndroidActivity
 
dispatchEvent(IJadexAndroidEvent) - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Dispatch an event.
dispatchEvent(IJadexAndroidEvent) - Method in class jadex.platform.service.context.AndroidContextService
Dispatches an Event to the Android UI / Activity.

E

e(Object) - Static method in class jadex.android.commons.Logger
 
e(String) - Static method in class jadex.android.commons.Logger
 
EventReceiver<T extends jadex.bridge.service.types.context.IJadexAndroidEvent> - Class in jadex.android
 
EventReceiver(Class<T>) - Constructor for class jadex.android.EventReceiver
 

F

findJadexDexClassLoader(ClassLoader) - Method in class jadex.android.commons.AndroidUtilsImpl
Looks up the ClassLoader Hierarchy and tries to find a JadexDexClassLoader in it.
FLAVOR - Static variable in class net.sourceforge.jadex.android.commons.BuildConfig
 
flush() - Method in class jadex.android.commons.AndroidHandler
 

G

getAll() - Method in class jadex.platform.service.context.AndroidSharedPreferencesWrapper
 
getAndroidContext() - Method in class jadex.android.AndroidContextManager
Returns the last known Android Context or null
getAndroidVersion() - Method in class jadex.android.commons.AndroidUtilsImpl
Get Android API version.
getBoolean(String, boolean) - Method in class jadex.platform.service.context.AndroidSharedPreferencesWrapper
 
getCMS() - Method in class jadex.android.JadexAndroidActivity
Deprecated.
use getPlatformService().getSservice() instead.
getCMS(IComponentIdentifier) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Deprecated.
use getService() or getsService() instead.
getCMS() - Method in interface jadex.bridge.service.types.platform.IJadexPlatformBinder
Deprecated.
use getService() or getsService() instead.
getDexEntries(File) - Method in class jadex.android.commons.AndroidUtilsImpl
 
getDexPath() - Method in class jadex.android.commons.JadexDexClassLoader
 
getEventClass() - Method in class jadex.android.EventReceiver
 
getEventClass() - Method in interface jadex.android.IEventReceiver
Return the Class of Event that can be received by this receiver.
getExternalPlatformAccess() - Method in class jadex.android.JadexAndroidActivity
 
getExternalPlatformAccess(IComponentIdentifier) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Returns the Jadex External Platform Access object for a given platform Id
getExternalPlatformAccess() - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Deprecated.
use getPlatformAccess instead.
getFile(String) - Method in class jadex.platform.service.context.AndroidContextService
Returns a File
getInstance() - Static method in class jadex.android.AndroidContextManager
Returns the Instance of this JadexAndroidContext
getMessage() - Method in error jadex.android.exception.JadexAndroidContextNotFoundError
 
getMessage() - Method in error jadex.android.exception.JadexAndroidError
 
getMessage() - Method in error jadex.android.exception.JadexAndroidPlatformNotStartedError
 
getMessage() - Method in error jadex.android.exception.WrongEventClassError
 
getMS() - Method in class jadex.android.JadexAndroidActivity
Deprecated.
use getPlatformService().getSservice() instead.
getMS(IComponentIdentifier) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Deprecated.
use getService() or getsService() instead.
getMS() - Method in interface jadex.bridge.service.types.platform.IJadexPlatformBinder
Deprecated.
use getService() or getsService() instead.
getNetworkIps() - Method in class jadex.platform.service.context.AndroidContextService
Queries the Android Wifimanager for DHCP Infos and returns the assigned IP Address, if any.
getPlatformAccess() - Method in class jadex.android.JadexAndroidActivity
 
getPlatformAccess() - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Returns the Jadex External Platform Access object.
getPlatformConfiguration() - Method in class jadex.android.JadexAndroidActivity
Get the platform configuration
getPlatformId() - Method in class jadex.android.JadexAndroidActivity
 
getPlatformId() - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Retrieves the platformId of the last started Platform, if any.
getPlatformService() - Method in class jadex.android.JadexAndroidActivity
Gets the platform service.
getResourceIdentifier() - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Returns the ResourceIdentifier of the /ClientApp/ classes.
getService(Class<S>) - Method in class jadex.android.JadexAndroidActivity
 
getService(Class<S>, String) - Method in class jadex.android.JadexAndroidActivity
 
getService(IComponentIdentifier, Class<S>) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Looks up a service.
getService(IComponentIdentifier, Class<S>, String) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Looks up a service.
getService(Class<S>) - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Looks up a service.
getService(Class<S>, String) - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Looks up a service.
getSharedPreferences(String) - Method in class jadex.platform.service.context.AndroidContextService
Gets an Android Shared Preference Container.
getsService(Class<S>) - Method in class jadex.android.JadexAndroidActivity
 
getsService(IComponentIdentifier, Class<S>) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Looks up a service and returns it synchronously.
getsService(Class<S>) - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Looks up a service and returns it synchronously.
getString(String, String) - Method in class jadex.platform.service.context.AndroidSharedPreferencesWrapper
 
getType() - Method in class jadex.android.EventReceiver
 
getType() - Method in interface jadex.android.IEventReceiver
Return the type = className of the event of interest.
getUniqueDeviceName() - Method in class jadex.android.AndroidContextManager
 

H

hasXmlSupport - Variable in class jadex.android.commons.AndroidUtilsImpl
Cached flag for xml support
hasXmlSupport() - Method in class jadex.android.commons.AndroidUtilsImpl
Checks whether the Platform has the necessary classes to provide XML encoding and decoding support.

I

i(Object) - Static method in class jadex.android.commons.Logger
 
i(String) - Static method in class jadex.android.commons.Logger
 
IEventReceiver<T extends jadex.bridge.service.types.context.IJadexAndroidEvent> - Interface in jadex.android
Event receiver to receive Messages sent from Jadex Agents and Components.
IJadexMultiPlatformBinder - Interface in jadex.bridge.service.types.platform
Interface for the platform binder object.
IJadexPlatformBinder - Interface in jadex.bridge.service.types.platform
Interface for the platform binder object.
IJadexPlatformInterface - Interface in jadex.bridge.service.types.platform
Interface to access and control the Jadex platform.
IJadexPlatformManager - Interface in jadex.bridge.service.types.platform
 
isPlatformRunning() - Method in class jadex.android.JadexAndroidActivity
 
isPlatformRunning(IComponentIdentifier) - Method in class jadex.android.JadexAndroidActivity
 
isPlatformRunning(IComponentIdentifier) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Checks whether a jadex platform is running.
isPlatformRunning() - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Returns true if given jadex platform is running.

J

jadex.android - package jadex.android
 
jadex.android.commons - package jadex.android.commons
 
jadex.android.exception - package jadex.android.exception
 
jadex.bridge.service.types.platform - package jadex.bridge.service.types.platform
 
jadex.platform.service.context - package jadex.platform.service.context
 
JadexAndroidActivity - Class in jadex.android
This is an Android Activity Class which provides needed Functionality and comfort Features for Jadex Android Activities.
JadexAndroidActivity() - Constructor for class jadex.android.JadexAndroidActivity
Constructor
JadexAndroidContextNotFoundError - Error in jadex.android.exception
This Error is thrown if no Android Context could be found.
JadexAndroidContextNotFoundError() - Constructor for error jadex.android.exception.JadexAndroidContextNotFoundError
 
JadexAndroidError - Error in jadex.android.exception
General Jadex Android Runtime Error
JadexAndroidError() - Constructor for error jadex.android.exception.JadexAndroidError
 
JadexAndroidError(Throwable) - Constructor for error jadex.android.exception.JadexAndroidError
 
JadexAndroidError(String) - Constructor for error jadex.android.exception.JadexAndroidError
 
JadexAndroidException - Exception in jadex.android.exception
 
JadexAndroidException(String) - Constructor for exception jadex.android.exception.JadexAndroidException
 
JadexAndroidException() - Constructor for exception jadex.android.exception.JadexAndroidException
 
JadexAndroidPlatformNotStartedError - Error in jadex.android.exception
This Error is thrown when a method is called that requires a running Jadex platform, but Jadex is not running.
JadexAndroidPlatformNotStartedError(String) - Constructor for error jadex.android.exception.JadexAndroidPlatformNotStartedError
Constructor
JadexDexClassLoader - Class in jadex.android.commons
 
JadexDexClassLoader(String, String, String, ClassLoader) - Constructor for class jadex.android.commons.JadexDexClassLoader
 
JadexPlatformOptions - Interface in jadex.android.commons
 

K

KERNEL_BDI - Static variable in interface jadex.android.commons.JadexPlatformOptions
 
KERNEL_BDIV3 - Static variable in interface jadex.android.commons.JadexPlatformOptions
 
KERNEL_BPMN - Static variable in interface jadex.android.commons.JadexPlatformOptions
 
KERNEL_COMPONENT - Static variable in interface jadex.android.commons.JadexPlatformOptions
 
KERNEL_MICRO - Static variable in interface jadex.android.commons.JadexPlatformOptions
 

L

loadClass(String, boolean) - Method in class jadex.android.commons.JadexDexClassLoader
 
Logger - Class in jadex.android.commons
Wraps the android.util.Log class.
Logger() - Constructor for class jadex.android.commons.Logger
 

N

net.sourceforge.jadex.android.commons - package net.sourceforge.jadex.android.commons
 

O

onContextCreate(Context) - Method in interface jadex.android.AndroidContextManager.AndroidContextChangeListener
Called when an Android Context is created
onContextCreate(Context) - Method in class jadex.platform.service.context.AndroidContextService
 
onContextDestroy(Context) - Method in interface jadex.android.AndroidContextManager.AndroidContextChangeListener
Called when an Android Context is destroyed
onContextDestroy(Context) - Method in class jadex.platform.service.context.AndroidContextService
 
onCreate(Bundle) - Method in class jadex.android.JadexAndroidActivity
 
onDestroy() - Method in class jadex.android.JadexAndroidActivity
 
onPlatformStarted(IExternalAccess) - Method in class jadex.android.JadexAndroidActivity
Called right after the platform is started.
onPlatformStarting() - Method in class jadex.android.JadexAndroidActivity
Called right before the platform startup.
onServiceConnected(ComponentName, IBinder) - Method in class jadex.android.JadexAndroidActivity
 
onServiceDisconnected(ComponentName) - Method in class jadex.android.JadexAndroidActivity
 
openFile(String) - Method in class jadex.platform.service.context.AndroidContextService
Starts an intent to open the given file.

P

platformId - Variable in class jadex.android.JadexAndroidActivity
 
publish(LogRecord) - Method in class jadex.android.commons.AndroidHandler
 
publish(Logger, String, Level, String) - Method in class jadex.android.commons.AndroidHandler
 

R

receiveEvent(T) - Method in interface jadex.android.IEventReceiver
Receive an Event
registerEventListener(IEventReceiver<?>) - Method in class jadex.android.AndroidContextManager
 
registerEventReceiver(IEventReceiver<?>) - Method in class jadex.android.JadexAndroidActivity
 
registerEventReceiver(IEventReceiver<?>) - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Register an event receiver.
removeContextChangeListener(AndroidContextManager.AndroidContextChangeListener) - Method in class jadex.android.AndroidContextManager
Removes a Context Change Listener
runningOnUiThread() - Method in class jadex.android.commons.AndroidUtilsImpl
 

S

sendMessage(Map<String, Object>, IComponentIdentifier) - Method in class jadex.android.JadexAndroidActivity
Sends a FIPA Message to the specified receiver.
sendMessage(Map<String, Object>, MessageType, IComponentIdentifier) - Method in class jadex.android.JadexAndroidActivity
Sends a Message to a Component on the Jadex Platform.
setAndroidContext(Context) - Method in class jadex.android.AndroidContextManager
Sets a new Android Application Context.
setPlatformAutostart(boolean) - Method in class jadex.android.JadexAndroidActivity
Sets the autostart parameter for this jadex platform.
setPlatformConfiguration(PlatformConfiguration) - Method in class jadex.android.JadexAndroidActivity
Sets platform configuration.
setPlatformKernels(String...) - Method in class jadex.android.JadexAndroidActivity
Deprecated.
use getPlatformConfiguration().getRootConfig().setKernels() instead.
setPlatformName(String) - Method in class jadex.android.JadexAndroidActivity
Deprecated.
use getPlatformConfiguration().setPlatformName() instead.
setPlatformOptions(String) - Method in class jadex.android.JadexAndroidActivity
Deprecated.
use setPlatformConfiguration
setString(String, String) - Method in class jadex.platform.service.context.AndroidSharedPreferencesWrapper
 
shutdownJadexPlatform() - Method in class jadex.android.JadexAndroidActivity
 
shutdownJadexPlatform(IComponentIdentifier) - Method in class jadex.android.JadexAndroidActivity
 
shutdownJadexPlatform(IComponentIdentifier) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Terminates the running jadex platform with the given ID.
shutdownJadexPlatform() - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Terminates the running jadex platform with the given ID.
shutdownJadexPlatforms() - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Terminates all running jadex platforms.
shutdownService() - Method in class jadex.platform.service.context.AndroidContextService
 
startBDIAgent(String, String) - Method in class jadex.android.JadexAndroidActivity
Deprecated.
Use startComponent for all Component types instead.
startBPMNAgent(String, String) - Method in class jadex.android.JadexAndroidActivity
Deprecated.
Use startComponent for all Component types instead.
startComponent(String, String) - Method in class jadex.android.JadexAndroidActivity
 
startComponent(String, String, CreationInfo) - Method in class jadex.android.JadexAndroidActivity
 
startComponent(String, Class<?>, CreationInfo) - Method in class jadex.android.JadexAndroidActivity
 
startComponent(String, Class<?>) - Method in class jadex.android.JadexAndroidActivity
 
startComponent(IComponentIdentifier, String, String, CreationInfo, IResultListener<Map<String, Object>>) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Start a new Component on a given platform.
startComponent(IComponentIdentifier, String, String, CreationInfo) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Start a new Component on a given platform.
startComponent(IComponentIdentifier, String, String) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Start a new Component on a given platform with default CreationInfo.
startComponent(IComponentIdentifier, String, Class<?>, CreationInfo) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Start a new Component on a given platform.
startComponent(IComponentIdentifier, String, Class<?>) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Start a new Component on a given platform with default CreationInfo.
startComponent(String, String, CreationInfo) - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Start a new Component.
startComponent(String, String) - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Start a new Component on a given platform.
startComponent(String, Class<?>, CreationInfo) - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Start a new Component on a given platform.
startComponent(String, Class<?>) - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Start a new Component on a given platform with default CreationInfo.
startJadexPlatform(IRootComponentConfiguration.KERNEL[]) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Starts a Jadex Platform.
startJadexPlatform(IRootComponentConfiguration.KERNEL[], String) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Starts a Jadex Platform.
startJadexPlatform() - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Starts a Jadex Platform with default configuration
startJadexPlatform(PlatformConfiguration) - Method in interface jadex.bridge.service.types.platform.IJadexMultiPlatformBinder
Starts a Jadex Platform.
startMicroAgent(String, Class<?>) - Method in class jadex.android.JadexAndroidActivity
Starts a Micro Agent.
startMicroAgent(String, Class<?>) - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Deprecated.
Use startComponent() instead for all component types.
startPlatform() - Method in class jadex.android.JadexAndroidActivity
Starts the Jadex Platform.
startService() - Method in class jadex.platform.service.context.AndroidContextService
 
stopPlatforms() - Method in class jadex.android.JadexAndroidActivity
Deprecated.
use shutdownJadexPlatforms() instead.

T

toString() - Method in class jadex.android.commons.JadexDexClassLoader
 

U

unregisterEventListener(IEventReceiver<?>) - Method in class jadex.android.AndroidContextManager
 
unregisterEventReceiver(IEventReceiver<?>) - Method in class jadex.android.JadexAndroidActivity
 
unregisterEventReceiver(IEventReceiver<?>) - Method in interface jadex.bridge.service.types.platform.IJadexPlatformInterface
Unregister an event receiver.
urlFromApkPath(String) - Method in class jadex.android.commons.AndroidUtilsImpl
 
urlFromApkPath0(String) - Method in class jadex.android.commons.AndroidUtilsImpl
 

V

VERSION_CODE - Static variable in class net.sourceforge.jadex.android.commons.BuildConfig
 
VERSION_NAME - Static variable in class net.sourceforge.jadex.android.commons.BuildConfig
 

W

w(Object) - Static method in class jadex.android.commons.Logger
 
w(String) - Static method in class jadex.android.commons.Logger
 
wrap(SharedPreferences) - Static method in class jadex.platform.service.context.AndroidSharedPreferencesWrapper
 
WrongEventClassError - Error in jadex.android.exception
This exception is thrown if an event could not be delivered because receiver and event type do not match.
WrongEventClassError(Class<?>, Class<?>, String) - Constructor for error jadex.android.exception.WrongEventClassError
 
A B C D E F G H I J K L N O P R S T U V W 
Skip navigation links