JADE Java Persistence API
1.0
A B C D E F G H I J K L M N O P Q R S T U V W

A

actualTime() - Method in class com.jadeworld.jade.rootschema.Application
Returns the current date and time of the JADE node.
actualTimeServer() - Method in class com.jadeworld.jade.rootschema.Application
Returns the current date and time of the JADE server node.
add(M) - Method in class com.jadeworld.jade.rootschema.Array
Adds an entry to the end of the array.
add(int, M) - Method in class com.jadeworld.jade.rootschema.Array
Places an entry in the array of the object specified in the element parameter at the position specified by the index parameter.
add(M) - Method in class com.jadeworld.jade.rootschema.Collection
Adds the object specified in the element parameter to the collection.
add(M) - Method in class com.jadeworld.jade.rootschema.DynaDictionary
Adds the object specified in the element parameter to the collection.
add(byte) - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
addAll(int, Collection<? extends M>) - Method in class com.jadeworld.jade.rootschema.Array
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends M>) - Method in class com.jadeworld.jade.rootschema.Collection
Adds all of the items in the specified collection to this collection.
addExternalKey(String, int, boolean, boolean) - Method in class com.jadeworld.jade.rootschema.DynaDictionary
 
addLockExceptionHandler(LockExceptionHandler) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
addMemberKey(String, boolean, boolean) - Method in class com.jadeworld.jade.rootschema.DynaDictionary
 
addProperty(String, String) - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Adds the property with the specified name and type to the receiver at run time.
adjustObjectCachePriority(Object, int) - Method in class com.jadeworld.jade.rootschema.Process
 
adminInfo() - Method in class com.jadeworld.jade.rootschema.Process
 
allocate(long) - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
allowTransientToPersistentInvs(boolean) - Method in class com.jadeworld.jade.rootschema.Process
 
allowTransientToSharedTranInvs(boolean) - Method in class com.jadeworld.jade.rootschema.Process
 
allTransientInstances(ByRef<ObjectArray>, int) - Method in class com.jadeworld.jade.rootschema.Process
 
AnnotationException - Exception in com.jadeworld.jade
Exception from annotation processing.
AnnotationException(String) - Constructor for exception com.jadeworld.jade.AnnotationException
 
AnnotationException(String, Throwable) - Constructor for exception com.jadeworld.jade.AnnotationException
 
appendData(byte[]) - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
Application - Class in com.jadeworld.jade.rootschema
The Application class provides a superclass of all user JADE application classes.
Application() - Constructor for class com.jadeworld.jade.rootschema.Application
 
ApplicationEntity - Annotation Type in com.jadeworld.jade.persistence
Specifies that the class is a subclass of the JADE Application class.
applicationType() - Method in class com.jadeworld.jade.rootschema.Application
This contains the type of the application.
appServerPort() - Method in class com.jadeworld.jade.rootschema.Process
 
appVersion() - Method in class com.jadeworld.jade.rootschema.Application
This is set at development time and serves only as documentation for the application.
Array<M> - Class in com.jadeworld.jade.rootschema
Superclass of all JADE Array classes.
Array() - Constructor for class com.jadeworld.jade.rootschema.Array
 
ArrayIterator<E> - Class in com.jadeworld.jade.rootschema
Internal class for JADE array iterators.
ArrayIterator() - Constructor for class com.jadeworld.jade.rootschema.ArrayIterator
 
at(int) - Method in class com.jadeworld.jade.rootschema.Array
Returns a reference to the entry in the array at the position specified by the index parameter;
for example:
at(long) - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
atPut(int, M) - Method in class com.jadeworld.jade.rootschema.Array
The atPut method of the Array class places an entry in the array of the object specified in the value parameter at the position specified by the index parameter.
atPut(long, byte) - Method in class com.jadeworld.jade.rootschema.JadeBytes
 

B

begin() - Method in class com.jadeworld.jade.entitymanager.EntityTransaction
 
beginIndividualRequestsLogging(int, boolean, boolean, boolean, boolean, boolean, int, String) - Method in class com.jadeworld.jade.rootschema.Node
 
beginIndividualRequestsLogging(int, boolean, boolean, boolean, boolean, boolean, int, String) - Method in class com.jadeworld.jade.rootschema.System
 
beginLoad() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
beginLock() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
beginLockContentionStats(int) - Method in class com.jadeworld.jade.rootschema.System
 
beginMethodProfiling(int) - Method in class com.jadeworld.jade.rootschema.Process
 
beginNotification(UserNotification, Object, int, JadeConstants.NotificationResponse, int) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
beginNotification(SystemNotification, Object, JadeConstants.NotificationEvent, JadeConstants.NotificationResponse, int) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
beginObjectTracking(String) - Method in class com.jadeworld.jade.rootschema.System
 
beginSample(String, String) - Method in class com.jadeworld.jade.rootschema.Node
 
beginSample(int, String, String) - Method in class com.jadeworld.jade.rootschema.System
 
beginSampleGroupDefinition() - Method in class com.jadeworld.jade.rootschema.System
 
BinaryArray - Class in com.jadeworld.jade.rootschema
 
BinaryArray() - Constructor for class com.jadeworld.jade.rootschema.BinaryArray
 
BooleanArray - Class in com.jadeworld.jade.rootschema
 
BooleanArray() - Constructor for class com.jadeworld.jade.rootschema.BooleanArray
 
ByRef<T> - Class in com.jadeworld.jade
Used in method calls to indicate parameters with "output" or "io" usage.
ByRef() - Constructor for class com.jadeworld.jade.ByRef
 
ByteArray - Class in com.jadeworld.jade.rootschema
 
ByteArray() - Constructor for class com.jadeworld.jade.rootschema.ByteArray
 

C

causeEvent(Object, int, boolean, Object) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
causeEvent(Object, JadeConstants.NotificationEvent, boolean, Object) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
changeObjectVolatility(Object, int, boolean) - Method in class com.jadeworld.jade.rootschema.Object
Changes the volatility state of the persistent object specified in the object parameter.
changeUserCode(String) - Method in class com.jadeworld.jade.rootschema.Process
 
CharacterArray - Class in com.jadeworld.jade.rootschema
 
CharacterArray() - Constructor for class com.jadeworld.jade.rootschema.CharacterArray
 
clear() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
clear() - Method in class com.jadeworld.jade.rootschema.Collection
Removes all entries from this collection.
clear() - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
clear() - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Clears the contents of the receiver at run time, by deleting all user-defined properties added by calling the addProperty method and all values set by calling the setPropertyValue method.
clearEnvironmentObjs() - Method in class com.jadeworld.jade.rootschema.System
 
clearKeys() - Method in class com.jadeworld.jade.rootschema.DynaDictionary
 
clearLockContentionStats() - Method in class com.jadeworld.jade.rootschema.System
 
clearValues() - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Clears the contents of values assigned to the receiver using the setPropertyValue method to set the value to null.
clock() - Method in class com.jadeworld.jade.rootschema.Application
Returns the relative time in milliseconds since the operating system was started on the workstation that is executing the method.
close() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
close() - Method in class com.jadeworld.jade.entitymanager.EntityManagerFactory
 
Collection<M> - Class in com.jadeworld.jade.rootschema
The base class for all JADE collections.
Collection() - Constructor for class com.jadeworld.jade.rootschema.Collection
 
CollectionEntity - Annotation Type in com.jadeworld.jade.persistence
Specifies the details for a JADE collection class.
com.jadeworld.jade - package com.jadeworld.jade
 
com.jadeworld.jade.entitymanager - package com.jadeworld.jade.entitymanager
 
com.jadeworld.jade.persistence - package com.jadeworld.jade.persistence
 
com.jadeworld.jade.rootschema - package com.jadeworld.jade.rootschema
 
commit() - Method in class com.jadeworld.jade.entitymanager.EntityTransaction
 
computerName() - Method in class com.jadeworld.jade.rootschema.Application
Returns the name of the device that executes the current method.
Condition - Annotation Type in com.jadeworld.jade.persistence
JADE Condition method, used in a collection reference elsewhere in this class Class-level annotation name is the condition method name constants, optional, are any constant definitions body is the condition method source body Both constants and body are an array of String values; one for each line of content.
Conditions - Annotation Type in com.jadeworld.jade.persistence
A single condition definition, used to restrict relationships.
contains(Object) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
contains(Object) - Method in class com.jadeworld.jade.rootschema.Collection
Returns true if the collection contains the object specified in the element parameter.
containsAll(Collection<?>) - Method in class com.jadeworld.jade.rootschema.Collection
Returns true if this collection already contains all items in the given collection.
copy(ByRef<Collection>) - Method in class com.jadeworld.jade.rootschema.Collection
Copies entries from the receiver collection to a compatible collection passed as the toColl parameter.
countOf(Object) - Method in class com.jadeworld.jade.rootschema.Collection
Returns the number of times the entry specified in the parameter occurs in this collection.
createAppServerEntityManagerFactory(PersistenceUnitInfo) - Static method in class com.jadeworld.jade.entitymanager.Persistence
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class com.jadeworld.jade.entitymanager.PersistenceProvider
Called by the container when an EntityManagerFactory is to be created.
createEntityManager() - Method in class com.jadeworld.jade.entitymanager.EntityManagerFactory
 
createEntityManager(Map) - Method in class com.jadeworld.jade.entitymanager.EntityManagerFactory
 
createEntityManagerFactory(String) - Static method in class com.jadeworld.jade.entitymanager.Persistence
 
createEntityManagerFactory(String, Properties) - Static method in class com.jadeworld.jade.entitymanager.Persistence
 
createEntityManagerFactory(String, Map) - Method in class com.jadeworld.jade.entitymanager.PersistenceProvider
Called by Persistence class when an EntityManagerFactory is to be created.
createIterator() - Method in class com.jadeworld.jade.rootschema.Collection
Creates a heavyweight JADE iterator, which implements the java.util.Iterator interface.
createIterator() - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
createNamedQuery(String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
createNativeQuery(String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
createNativeQuery(String, Class) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
createNativeQuery(String, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
createObject(Class<T>) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
createObject(Class<T>, JadeConstants.ObjectLifetime) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
createQuery(String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
creationTime() - Method in class com.jadeworld.jade.rootschema.Object
Returns the date and time at which the receiver was created as a date/time.
currentUTCBias(int) - Method in class com.jadeworld.jade.rootschema.Application
Returns the current bias, in minutes, for local time translation on the node specified in the location parameter.

D

DateArray - Class in com.jadeworld.jade.rootschema
 
DateArray() - Constructor for class com.jadeworld.jade.rootschema.DateArray
 
DbField - Annotation Type in com.jadeworld.jade.persistence
The DbField annotation is applied to regular Java properties.
dbPath() - Method in class com.jadeworld.jade.rootschema.Application
Returns the JADE database path.
DbProperty - Annotation Type in com.jadeworld.jade.persistence
The DbProperty annotation is applied to virtual Java properties.
dbServerComputerName() - Method in class com.jadeworld.jade.rootschema.Application
Returns the computer name of the JADE database server.
DecimalArray - Class in com.jadeworld.jade.rootschema
 
DecimalArray() - Constructor for class com.jadeworld.jade.rootschema.DecimalArray
 
DefaultStyle - Enum in com.jadeworld.jade.persistence
Defines the set of default styles that an Entity can have.
deleteIfEmpty() - Method in class com.jadeworld.jade.rootschema.Collection
Deletes an empty shared or exclusive collection.
Dictionary<M> - Class in com.jadeworld.jade.rootschema
The Dictionary class encapsulate the behavior required to store and retrieve objects in a collection by a user-defined key or keys.
Dictionary() - Constructor for class com.jadeworld.jade.rootschema.Dictionary
 
DictionaryKey - Annotation Type in com.jadeworld.jade.persistence
Specifies each key detail for a MemberkeyDictionary subclass.
DictIterator<E> - Class in com.jadeworld.jade.rootschema
Internal class for JADE dictionary iterators.
DictIterator() - Constructor for class com.jadeworld.jade.rootschema.DictIterator
 
disableRemoteSampling(int, Node) - Method in class com.jadeworld.jade.rootschema.System
 
downloadCount() - Method in class com.jadeworld.jade.rootschema.Node
 
duration() - Method in class com.jadeworld.jade.rootschema.Lock
The read-only duration property of the Lock class is set to the value of the duration parameter of the lock request.
DynaDictionary<M> - Class in com.jadeworld.jade.rootschema
The transient DynaDictionary class encapsulates the behavior required to access entries in member key dictionary subclasses; that is, in dictionaries in which the keys are properties in the member objects.
DynaDictionary() - Constructor for class com.jadeworld.jade.rootschema.DynaDictionary
Creates a new instance of DynaDictionary

E

edition(Object, Object) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
edition(Object) - Method in class com.jadeworld.jade.rootschema.Object
Returns the JADE object edition value.
elapsedTime() - Method in class com.jadeworld.jade.rootschema.Lock
The read-only elapsedTime property of the Lock class is set to the time that the lock request has been in place.
elapsedTime() - Method in class com.jadeworld.jade.rootschema.Notification
The read-only elapsedTime property of the Notification class is set to the time that the notification request has been in place.
enableRemoteSampling(int, Node) - Method in class com.jadeworld.jade.rootschema.System
 
endIndividualRequestsLogging(int, int, String) - Method in class com.jadeworld.jade.rootschema.Node
 
endIndividualRequestsLogging(int, int, String) - Method in class com.jadeworld.jade.rootschema.System
 
endKeys(boolean) - Method in class com.jadeworld.jade.rootschema.DynaDictionary
 
endLoad() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
endLock() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
endLockContentionStats() - Method in class com.jadeworld.jade.rootschema.System
 
endMethodProfiling() - Method in class com.jadeworld.jade.rootschema.Process
 
endNotification(UserNotification, Object, int) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
endNotification(SystemNotification, Object, JadeConstants.NotificationEvent) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
endObjectTracking() - Method in class com.jadeworld.jade.rootschema.System
 
endSample(int) - Method in class com.jadeworld.jade.rootschema.Node
 
endSample(int) - Method in class com.jadeworld.jade.rootschema.System
 
endSampleGroupDefinition(int) - Method in class com.jadeworld.jade.rootschema.System
 
Entity - Annotation Type in com.jadeworld.jade.persistence
Specifies a Java class to be included in the JADE Java persistence.
EntityAccess - Class in com.jadeworld.jade.entitymanager
 
EntityAccess() - Constructor for class com.jadeworld.jade.entitymanager.EntityAccess
 
EntityManager - Class in com.jadeworld.jade.entitymanager
 
EntityManagerFactory - Class in com.jadeworld.jade.entitymanager
 
EntityTransaction - Class in com.jadeworld.jade.entitymanager
 
equals(Object) - Method in class com.jadeworld.jade.rootschema.Object
Equality test.
eventType() - Method in class com.jadeworld.jade.rootschema.Notification
The read-only eventType property of the Notification class is set to the eventType parameter of the notification request.
Exception - Exception in com.jadeworld.jade
Superclass of JADE exception classes.
Exception(String) - Constructor for exception com.jadeworld.jade.Exception
 
exceptionRaised(JadeException) - Method in interface com.jadeworld.jade.LockExceptionHandler
 
exclusiveLock(Object, Object) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
exclusiveLock(Object) - Method in class com.jadeworld.jade.rootschema.Object
Attempts to acquire an exclusive lock on the object specified in the entity parameter.
extendedIdToOidString(long, long) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
ExtKeyDictionary<M> - Class in com.jadeworld.jade.rootschema
The MemberKeyDictionary class encapsulate the behavior required to store and retrieve objects in a collection by a user-defined key or keys, where the keys are not derived from the properties in the member objects but are external values supplied as parameters to the access methods.
ExtKeyDictionary() - Constructor for class com.jadeworld.jade.rootschema.ExtKeyDictionary
 
extractToFile(String, boolean) - Method in class com.jadeworld.jade.rootschema.JadeBytes
 

F

featureNumber() - Method in class com.jadeworld.jade.rootschema.Notification
The feature number is zero for notifications registered against classes, and the identifying number of the interface method that was mapped by the subscriber to receive an event notification, for notifications registered against interfaces.
FetchType - Enum in com.jadeworld.jade.persistence
Defines the set of fetch types that a property can have.
find(Class<T>, Object) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
findCharacterEntityByName(String, int, String) - Method in class com.jadeworld.jade.rootschema.System
 
findCharacterEntityByNumber(int, String, String) - Method in class com.jadeworld.jade.rootschema.System
 
first() - Method in class com.jadeworld.jade.Pair
 
first() - Method in class com.jadeworld.jade.rootschema.Collection
Returns a reference to the first entry in this collection.
first() - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
firstInstance(Class<T>) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
flush() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
forceOffUser(Node, Process) - Method in class com.jadeworld.jade.rootschema.System
 

G

get() - Method in class com.jadeworld.jade.ByRef
 
get(int) - Method in class com.jadeworld.jade.rootschema.Array
Returns a reference to the entry in the array at the position specified by the index parameter;
for example:
get(int) - Method in class com.jadeworld.jade.rootschema.StringArray
Returns a reference to the entry in the array at the position specified by the index parameter.
getApp() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getAtKey(Object...) - Method in class com.jadeworld.jade.rootschema.Dictionary
Returns a reference to an object in the receiver collection at the specified key value.
getAtKeyGeq(Object...) - Method in class com.jadeworld.jade.rootschema.Dictionary
Returns a reference to an object in the receiver collection with a key equal to the value specified in the keys parameter.
getAtKeyGtr(Object...) - Method in class com.jadeworld.jade.rootschema.Dictionary
Returns a reference to an object in the receiver collection with a key greater than the value specified in the keys parameter.
getAtKeyLeq(Object...) - Method in class com.jadeworld.jade.rootschema.Dictionary
Returns a reference to an object in the receiver collection with a key equal to or less than the value specified in the keys parameter.
getAtKeyLss(Object...) - Method in class com.jadeworld.jade.rootschema.Dictionary
Returns a reference to an object in the receiver collection with a key less than the value specified in the keys parameter.
getBinaryProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getBinaryProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getBLOBProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getBLOBProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getBooleanProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getBooleanProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getByteProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getByteProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getCacheSizes(ByRef<Integer>, ByRef<Integer>, ByRef<Integer>) - Method in class com.jadeworld.jade.rootschema.Node
All parameters are output.
getCategory() - Method in exception com.jadeworld.jade.JadeException
 
getCharacterProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getCharacterProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getCharacterSize() - Method in class com.jadeworld.jade.rootschema.Node
 
getChildren() - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Returns the array of dynamic child objects.
getClassNumberForObject(Object) - Method in class com.jadeworld.jade.rootschema.Object
Returns the number of the class specified in the obj parameter, even if this object is no longer valid.
getCommandLine() - Method in class com.jadeworld.jade.rootschema.Node
 
getCommandLine() - Method in class com.jadeworld.jade.rootschema.Process
 
getComputerName() - Method in class com.jadeworld.jade.rootschema.Node
 
getContent() - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
getData(long, int) - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
getDatabaseRole() - Method in class com.jadeworld.jade.rootschema.System
 
getDatabaseStats(ByRef<JadeDynamicObject>) - Method in class com.jadeworld.jade.rootschema.System
 
getDatabaseSubrole() - Method in class com.jadeworld.jade.rootschema.System
 
getDateProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getDateProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getDateTimeDelta(int, int) - Method in class com.jadeworld.jade.rootschema.Process
 
getDbDiskCacheStats(ByRef<JadeDynamicObject>) - Method in class com.jadeworld.jade.rootschema.System
 
getDbObjectCacheStats(ByRef<JadeDynamicObject>) - Method in class com.jadeworld.jade.rootschema.System
 
getDecimalProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getDecimalProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getDelegate() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getEntityManager(Object) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getEntityManagerFactory() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getEnvironmentVariable(String) - Method in class com.jadeworld.jade.rootschema.Node
 
getErrorCode() - Method in exception com.jadeworld.jade.JomException
 
getErrorItem() - Method in exception com.jadeworld.jade.JadeException
 
getErrorObject() - Method in exception com.jadeworld.jade.JadeException
 
getErrorText() - Method in exception com.jadeworld.jade.JomException
 
getErrorText(int) - Method in class com.jadeworld.jade.rootschema.Process
 
getExtendedErrorText() - Method in exception com.jadeworld.jade.JadeException
 
getFlushMode() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getGetter(Field) - Static method in class com.jadeworld.jade.entitymanager.PropertyUtil
 
getGlobal() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getIniFileName() - Method in class com.jadeworld.jade.rootschema.Application
Returns the full path and file name of the JADE initialization or configuration file for the current JADE node; for example:
c:\jade62\system\jade.ini
getIniFileName() - Method in class com.jadeworld.jade.rootschema.Node
 
getIniFileName() - Method in class com.jadeworld.jade.rootschema.Process
 
getInstanceIdForObject(Object) - Method in class com.jadeworld.jade.rootschema.Object
Returns the instance identifier of the object specified in the obj parameter, even if this object is no longer valid.
getInteger64Property(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getInteger64Property(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getIntegerProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getIntegerProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getIteratorKeys(Iterator, ByRef...) - Method in class com.jadeworld.jade.rootschema.Dictionary
Retrieves the keys from a dictionary while iterating through the dictionary.
getJadeInstallDir() - Method in class com.jadeworld.jade.rootschema.Application
Returns the directory in which the JADE binaries are installed;
for example:
c:\jade62\bin
getJadeInstallDir() - Method in class com.jadeworld.jade.rootschema.Node
 
getJadeInstallDir() - Method in class com.jadeworld.jade.rootschema.Process
 
getJadeJadeHomeDir() - Method in class com.jadeworld.jade.rootschema.Node
 
getJadeJadeHomeDir() - Method in class com.jadeworld.jade.rootschema.Process
 
getJadeProcess() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getJadeProgramDataDir() - Method in class com.jadeworld.jade.rootschema.Node
 
getJadeProgramDataDir() - Method in class com.jadeworld.jade.rootschema.Process
 
getJadeUserDataDir() - Method in class com.jadeworld.jade.rootschema.Node
 
getJadeUserDataDir() - Method in class com.jadeworld.jade.rootschema.Process
 
getKind() - Method in exception com.jadeworld.jade.JadeException
 
getLength() - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
getLevel() - Method in exception com.jadeworld.jade.JadeException
 
getLineDelimiter() - Method in class com.jadeworld.jade.rootschema.Node
 
getLockContentionStats(ByRef<ObjectArray>, int, int, ByRef<Calendar>) - Method in class com.jadeworld.jade.rootschema.System
 
getLockExceptionHandlers() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getLocks(ByRef<LockArray>, int) - Method in class com.jadeworld.jade.rootschema.Node
 
getLocks(ByRef<LockArray>, int) - Method in class com.jadeworld.jade.rootschema.System
 
getLockStatus(Object, int, int, Process) - Method in class com.jadeworld.jade.rootschema.Object
Returns the lock type and the lock duration of the current JADE process locks for the object specified in the target parameter.
getMemoryAddressProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getMemoryAddressProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getMutexCounts(ByRef<JadeDynamicObject>, boolean) - Method in class com.jadeworld.jade.rootschema.Node
 
getName() - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Returns the runtime name of the JadeDynamicObject instance in textual format.
getName() - Method in class com.jadeworld.jade.rootschema.Object
Returns a string containing the class of the receiver.
getNode() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getNotes(ByRef<NotificationArray>, boolean, int) - Method in class com.jadeworld.jade.rootschema.Node
 
getNotes(ByRef<NotificationArray>, boolean, int) - Method in class com.jadeworld.jade.rootschema.System
 
getObjectCaches(ByRef<JadeDynamicObject>, int) - Method in class com.jadeworld.jade.rootschema.Node
 
getObjectLockProcesses(Object, ByRef<ProcessDict>, int) - Method in class com.jadeworld.jade.rootschema.System
 
getObjectStringForObject(Object) - Method in class com.jadeworld.jade.rootschema.Object
Returns a string representing the object specified in the obj parameter.
getObjectVolatility(Object) - Method in class com.jadeworld.jade.rootschema.Object
Returns the volatility state of the persistent object specified in the object parameter.
getOidString() - Method in class com.jadeworld.jade.rootschema.Object
Returns the object identifier (oid) of the receiver in a string format, even if this object is no longer valid.
getOidStringForObject(Object) - Method in class com.jadeworld.jade.rootschema.Object
Returns a string format of the object identifier (oid) specified in the obj parameter.
getOSPlatform(ByRef<String>, ByRef<Integer>) - Method in class com.jadeworld.jade.rootschema.Node
 
getOSPlatform(String, int) - Method in class com.jadeworld.jade.rootschema.Process
 
getOwner() - Method in class com.jadeworld.jade.rootschema.Collection
Returns a reference to the object that is the owner, or parent, of the collection.
getParent() - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Returns the parent of this dynamic object.
getPersistentApp() - Method in class com.jadeworld.jade.rootschema.Application
Returns a reference to the persistent application from which the transient instance of the receiver was created.
getPersistentDeadlockPriority() - Method in class com.jadeworld.jade.rootschema.Process
 
getPointProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getPointProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getProcess() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getProcess() - Method in class com.jadeworld.jade.rootschema.Application
Returns a reference to the JADE Process object associated with the application
getProcessApp() - Method in class com.jadeworld.jade.rootschema.Process
 
getProfiledProcesses(ByRef<ObjectArray>) - Method in class com.jadeworld.jade.rootschema.Node
 
getProfileString(String, String, String, String) - Method in class com.jadeworld.jade.rootschema.Application
Retrieves a string from the specified section in a JADE initialization file.
getProfileString(String, String, String, String) - Method in class com.jadeworld.jade.rootschema.Node
 
getProfileString(String, String, String, String) - Method in class com.jadeworld.jade.rootschema.Process
 
getPropertyCount() - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Returns the number of dynamically defined properties for the receiver.
getPropertyName(int) - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Returns a string containing the name of the property at the relative index specified in the index parameter.
getPropertyType(String) - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Returns a string containing the name of the JADE type of the property specified in the name parameter.
getPropertyTypeByIndex(int) - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Returns a string containing the name of the JADE type of the property at the relative index specified in the index parameter.
getPropertyValue(String) - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Returns the value of the property specified in the name parameter.
getPropertyValue(String) - Method in class com.jadeworld.jade.rootschema.Object
Returns the value of the property specified in the name parameter.
getPropertyValueByIndex(int) - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Returns the value of the property at the relative index specified in the index parameter.
getPtr() - Method in class com.jadeworld.jade.entitymanager.JadeProcess
 
getQueuedLocks(ByRef<LockArray>, int) - Method in class com.jadeworld.jade.rootschema.Node
 
getQueuedLocks(ByRef<LockArray>, int) - Method in class com.jadeworld.jade.rootschema.System
 
getRealProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getRealProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getReference(Class<T>, Object) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getReferenceProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getReferenceProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getRemoteErrorCode() - Method in exception com.jadeworld.jade.JadeException
 
getRemoteErrorText() - Method in exception com.jadeworld.jade.JadeException
 
getRequestStatistics(ByRef<JadeDynamicObject>, int) - Method in class com.jadeworld.jade.rootschema.Process
 
getRequestStats(ByRef<JadeDynamicObject>) - Method in class com.jadeworld.jade.rootschema.Node
 
getRequestStats(ByRef<JadeDynamicObject>) - Method in class com.jadeworld.jade.rootschema.System
 
getRollbackOnly() - Method in class com.jadeworld.jade.entitymanager.EntityTransaction
 
getRootSchema() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getRpcServerStatistics(ByRef<JadeDynamicObject>, boolean) - Method in class com.jadeworld.jade.rootschema.Node
 
getRpcServerStatistics(ByRef<JadeDynamicObject>, boolean) - Method in class com.jadeworld.jade.rootschema.System
 
getSchema() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getSegmentCount() - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
getSegmentSize() - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
getSession() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getSetter(Field) - Static method in class com.jadeworld.jade.entitymanager.PropertyUtil
 
getSignOnUsage() - Method in class com.jadeworld.jade.rootschema.Process
 
getSingleFile() - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
getSLOBProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getSLOBProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getStatistics(ByRef<JadeDynamicObject>) - Method in class com.jadeworld.jade.rootschema.Collection
Analyzes the collection and returns structural statistics in the attributes of a JadeDynamicObject, representing collection statistics.
getStatistics(ByRef<JadeDynamicObject>) - Method in class com.jadeworld.jade.rootschema.Node
 
getStatistics(ByRef<Integer>, ByRef<Integer>, ByRef<Integer>, ByRef<Integer>, ByRef<Integer>, ByRef<Integer>, ByRef<Integer>, ByRef<Integer>, ByRef<Integer>, ByRef<Integer>, ByRef<Integer>, ByRef<Integer>, ByRef<Integer>) - Method in class com.jadeworld.jade.rootschema.System
 
getStringProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getStringProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getStringUTF8Property(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getStringUTF8Property(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getSystem() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getSystemVersion() - Method in class com.jadeworld.jade.rootschema.Application
Returns a string containing the JADE system version;
for example: 6.2.09
getTempDir() - Method in class com.jadeworld.jade.rootschema.Application
Returns the temporary directory in which the JADE temporary files are located.
getTempPath() - Method in class com.jadeworld.jade.rootschema.Node
 
getTempPath() - Method in class com.jadeworld.jade.rootschema.Process
 
getTimeInTransactionState(Process) - Method in class com.jadeworld.jade.rootschema.System
 
getTimeProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getTimeProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getTimeStampIntervalProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getTimeStampIntervalProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getTimeStampProperty(Object, String) - Static method in class com.jadeworld.jade.entitymanager.EntityAccess
 
getTimeStampProperty(Object, String) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getTransaction() - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
getTransactionId() - Method in class com.jadeworld.jade.rootschema.Process
 
getTransientDeadlockPriority() - Method in class com.jadeworld.jade.rootschema.Process
 
getType() - Method in class com.jadeworld.jade.rootschema.JadeDynamicObject
Returns the runtime type of the JadeDynamicObject instance.
getUTCTime() - Method in class com.jadeworld.jade.rootschema.Application
Returns the current UTC time for the machine on which the JADE node executes.
Global - Class in com.jadeworld.jade.rootschema
The Global class provides a means by which application-specific data can be shared among users of a JADE application.
Global() - Constructor for class com.jadeworld.jade.rootschema.Global
 
GlobalEntity - Annotation Type in com.jadeworld.jade.persistence
Specifies that the class is a subclass of the Jade Global class.
grow(long) - Method in class com.jadeworld.jade.rootschema.JadeBytes
 

H

hashCode() - Method in class com.jadeworld.jade.rootschema.Object
Hash code calculation.
hasMembers(Collection) - Method in class com.jadeworld.jade.rootschema.Object
Returns true if the collection specified in the coll parameter has any members or it returns false if the collection is empty.
hasNext() - Method in class com.jadeworld.jade.LightIterator
Returns true if the iteration has more elements, so that a next method will return an element.
hasNext() - Method in class com.jadeworld.jade.rootschema.Iterator
Returns true if the iteration has more elements, so that a next will return an element.
hasPrevious() - Method in class com.jadeworld.jade.LightIterator
Returns true if the iteration has more elements, so that a back method will return an element.
hasPrevious() - Method in class com.jadeworld.jade.rootschema.Iterator
Returns true if the iteration has more elements, so that a back will return an element.

I

Id - Annotation Type in com.jadeworld.jade.persistence
Indicates the long or Long field used as the object link between JADE and Java.
idToOidString(long) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
includes(M) - Method in class com.jadeworld.jade.rootschema.Dictionary
Returns true if the collection contains the object specified in the element parameter.
includesKey(Object...) - Method in class com.jadeworld.jade.rootschema.Dictionary
Returns true if the receiver contains an entry at the key value specified in the keys parameter; otherwise false.
indexOf(Object) - Method in class com.jadeworld.jade.rootschema.Array
Returns the index of the entry specified in the value parameter if it exists in the array or it returns zero (0) if it does not exist.
indexOf(Object) - Method in class com.jadeworld.jade.rootschema.Collection
Returns the index of the entry specified in the parameter if it exists in the collection or it returns zero if it does not exist.
instances(Class<T>) - Method in class com.jadeworld.jade.entitymanager.EntityManager
 
instantiate() - Method in class com.jadeworld.jade.rootschema.Collection
Ensures that the collection is created before it is used..
Integer64Array - Class in com.jadeworld.jade.rootschema
 
Integer64Array() - Constructor for class com.jadeworld.jade.rootschema.Integer64Array
 
IntegerArray - Class in com.jadeworld.jade.rootschema
 
IntegerArray() - Constructor for class com.jadeworld.jade.rootschema.IntegerArray
 
interruptUser(Node, Process) - Method in class com.jadeworld.jade.rootschema.System
 
io(T) - Static method in class com.jadeworld.jade.ByRef
 
isActive() - Method in class com.jadeworld.jade.entitymanager.EntityTransaction
 
isApplicationServer() - Method in class com.jadeworld.jade.rootschema.Node
 
isAppRunning(String, String) - Method in class com.jadeworld.jade.rootschema.Application
Returns true if the application specified by the schemaName and appName parameters is running on the standard (fat) client within the same copy of jade.exe and returns false if the specified application is not running in the same copy of jade.exe.
isCacheCoherencyEnabled() - Method in class com.jadeworld.jade.rootschema.Node
 
isContinuable() - Method in exception com.jadeworld.jade.JadeException
 
isDbArchival() - Method in class com.jadeworld.jade.rootschema.System
 
isEmpty() - Method in class com.jadeworld.jade.rootschema.Collection
Returns true if there are no elements in the collection.
isEmpty() - Method in class com.jadeworld.jade.rootschema.JadeBytes
 
isImportedObject(Object) - Method in class com.jadeworld.jade.rootschema.