Index of all Fields and Methods
All Packages Class Hierarchy Home
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- abortWork().
Method in class JOP.persist.PersistManager
- Aborts a unit of work and resets any information
used to maintain consistency.
- addElement(Object).
Method in class JOP.util.VectorDB
- Add a new element to the vector at the next available position.
- addReference(Object).
Method in class JOP.test.TestObject4
- Can have narrow type or just Object as is required.
- BadSlotName(String).
Constructor for class JOP.metadata.BadSlotName
-
- BadSlotType(String).
Constructor for class JOP.metadata.BadSlotType
-
- beginInput().
Method in class JOP.persist.NativeObjectDefinition
- Called by the persist manager before the object
is read from the persist storage and before any
call to 'aSlot.setValue()'
- beginInput().
Method in interface JOP.persist.ObjectDefinition
- Called by the persist manager before the object
is read from the persist storage and before any
call to 'aSlot.setValue()'
- beginInput().
Method in class JOP.persist.PersistableObjectDefinition
- Called by the persist manager before the object
is read from the persist storage and before any
call to 'aSlot.setValue()'
- beginOutput().
Method in class JOP.persist.MarshallObjectDefinition
- Called by the persist manager before the object
is written to the persist storage and before any
call to 'aSlot.getValue()'
- beginOutput().
Method in class JOP.persist.NativeObjectDefinition
- Called by the persist manager before the object
is written to the persist storage and before any
call to 'aSlot.getValue()'
- beginOutput().
Method in interface JOP.persist.ObjectDefinition
- Called by the persist manager before the object
is written to the persist storage and before any
call to 'aSlot.getValue()'
- beginOutput().
Method in class JOP.persist.PersistableObjectDefinition
- Called by the persist manager before the object
is written to the persist storage and before any
call to 'aSlot.getValue()'
- beginWork().
Method in class JOP.persist.PersistManager
- Start a unit of work.
- Boolean_JOP().
Constructor for class JOP.persistmarshall.java.lang.Boolean_JOP
-
- booleanArray().
Method in class JOP.metadata.MetaSlot
-
- booleanArray(String).
Method in interface JOP.persist.PersistController
- Retrieve an array of type 'boolean' with the given name.
- booleanValue().
Method in class JOP.metadata.MetaSlot
-
- booleanValue(String).
Method in interface JOP.persist.PersistController
- Retrieve a slot of type 'boolean' with the given name.
- byteArray().
Method in class JOP.metadata.MetaSlot
-
- byteArray(String).
Method in interface JOP.persist.PersistController
- Retrieve an array of type 'byte' with the given name.
- byteValue().
Method in class JOP.metadata.MetaSlot
-
- byteValue(String).
Method in interface JOP.persist.PersistController
- Retrieve a slot of type 'byte' with the given name.
- calc(boolean).
Method in class JOP.persist.Hashcode
-
- calc(byte).
Method in class JOP.persist.Hashcode
-
- calc(byte[], int, int).
Method in class JOP.persist.Hashcode
-
- calc(char[], int, int).
Method in class JOP.persist.Hashcode
-
- calc(double).
Method in class JOP.persist.Hashcode
-
- calc(float).
Method in class JOP.persist.Hashcode
-
- calc(int).
Method in class JOP.persist.Hashcode
-
- calc(long).
Method in class JOP.persist.Hashcode
-
- calc(Object).
Method in class JOP.persist.Hashcode
-
- calc(short).
Method in class JOP.persist.Hashcode
-
- calc(String).
Method in class JOP.persist.Hashcode
-
- canModify().
Method in class JOP.persistmarshall.java.lang.Boolean_JOP
-
- canModify().
Method in class JOP.persistmarshall.java.util.Date_JOP
-
- canModify().
Method in class JOP.persistmarshall.java.util.Hashtable_JOP
-
- canModify().
Method in class JOP.persistmarshall.java.lang.Integer_JOP
-
- canModify().
Method in class JOP.persistmarshall.java.lang.Long_JOP
-
- canModify().
Method in interface JOP.persist.PersistMarshall
- Returns TRUE if the object can be modified by the custom
marshaller after it has been created and returned by
'getObject()'.
- canModify().
Method in class JOP.persistmarshall.java.lang.String_JOP
-
- canModify().
Method in class JOP.persistmarshall.java.util.Vector_JOP
- Vectors can be modified once created so returns 'true'
- charArray().
Method in class JOP.metadata.MetaSlot
-
- charArray(String).
Method in interface JOP.persist.PersistController
- Retrieve an array of type 'char' with the given name.
- charValue().
Method in class JOP.metadata.MetaSlot
-
- charValue(String).
Method in interface JOP.persist.PersistController
- Retrieve a slot of type 'char' with the given name.
- classes().
Method in class JOP.persist.MarshallObjectDefinition
- Here is where we stream in the definitions of the
classes
- classes().
Method in class JOP.persist.NativeObjectDefinition
- Gets the class definitions for this object.
- classes().
Method in interface JOP.persist.ObjectDefinition
- Gets the class definitions for this object.
- classes().
Method in class JOP.persist.PersistableObjectDefinition
- Gets the class definitions for this object.
- ClassSignature.
Static variable in class JOP.persist.JavaTypes
-
- ClassSignatureType.
Static variable in class JOP.persist.JavaTypes
-
- clear().
Method in class JOP.util.HashtableDB
- Remove all entries from the hashtable
- close().
Method in class JOP.persist.file.FilePersistManager
- End use of the persist manager
- close().
Method in class JOP.persist.jdbc.JdbcPersistManager
- Close a previously open connection to the persistent
data source.
- close().
Method in class JOP.persist.PersistManager
- The close() method is used to signal the end
of use of the PersistManager.
- commitWork().
Method in class JOP.persist.PersistManager
- Ends a unit of work.
- containsKey(Object).
Method in class JOP.util.HashtableDB
- Test if the hashtable contains the given key and return 'true'
if the key is found.
- convertFromObject(Object).
Method in class JOP.metadata.MetaSlot
- Given an object, set the value of the slot to the value
of the object performing whatever conversions are
required.
- convertFromObjectArray(Object[]).
Method in class JOP.metadata.MetaSlot
- Given an array of objects, set the value of the slot to the value
of the array performing whatever conversions are
required.
- convertToObject().
Method in class JOP.metadata.MetaSlot
- Return an object holding the value of the slot.
- convertToObjectArray().
Method in class JOP.metadata.MetaSlot
- Return an object array holding the values of the slot.
- createObject().
Method in class JOP.persist.NativeObjectDefinition
- Tell the definition manager to create an instance
of the object.
- createObject().
Method in interface JOP.persist.ObjectDefinition
- Tell the definition manager to create an instance
of the object.
- createObject().
Method in class JOP.persist.PersistableObjectDefinition
- Tell the definition manager to create an instance
of the object.
- d.
Variable in class JOP.test.TestObject0
-
- Date_JOP().
Constructor for class JOP.persistmarshall.java.util.Date_JOP
-
- defineObject(PersistController).
Method in class JOP.persistmarshall.java.lang.Boolean_JOP
-
- defineObject(PersistController).
Method in class JOP.persistmarshall.java.util.Date_JOP
-
- defineObject(PersistController).
Method in class JOP.persistmarshall.java.util.Hashtable_JOP
-
- defineObject(PersistController).
Method in class JOP.util.HashtableDB
- Called by the PeristManager to define the hashtable.
- defineObject(PersistController).
Method in class JOP.persistmarshall.java.util.HashtableElement
-
- defineObject(PersistController).
Method in class JOP.persistmarshall.java.lang.Integer_JOP
-
- defineObject(PersistController).
Method in class JOP.persistmarshall.java.lang.Long_JOP
-
- defineObject(PersistController).
Method in interface JOP.persist.Persistable
- An object that implements Persistable must define this method.
- defineObject(PersistController).
Method in class JOP.util.RefDB
- Defines a RefDB as an object identifier (ie a long)
- defineObject(PersistController).
Method in class JOP.persistmarshall.java.lang.String_JOP
-
- defineObject(PersistController).
Method in class JOP.test.TestObject0
-
- defineObject(PersistController).
Method in class JOP.test.TestObject1
-
- defineObject(PersistController).
Method in class JOP.test.TestObject2
-
- defineObject(PersistController).
Method in class JOP.test.TestObject3
-
- defineObject(PersistController).
Method in class JOP.test.TestObject4
-
- defineObject(PersistController).
Method in class JOP.test.ValueTest15
-
- defineObject(PersistController).
Method in class JOP.persistmarshall.java.util.Vector_JOP
-
- defineObject(PersistController).
Method in class JOP.util.VectorDB
- Method to support the JOP.persist.Persistable interface.
- defineSlot(String, String, PersistSlotType).
Method in interface JOP.persist.PersistController
- Defines the type of a slot.
- defineSlotArray(String, String, PersistSlotType).
Method in interface JOP.persist.PersistController
- Defines an array slot where each element of the
array has the type.
- defineUserOid(Object, long).
Static method in class JOP.persist.ObjectIdentifier
- This method allows a user program pre-define
an OID for an object.
- DefinitionManager().
Constructor for class JOP.persist.DefinitionManager
-
- doubleArray().
Method in class JOP.metadata.MetaSlot
-
- doubleArray(String).
Method in interface JOP.persist.PersistController
- Retrieve an array of type 'double' with the given name.
- doubleValue().
Method in class JOP.metadata.MetaSlot
-
- doubleValue(String).
Method in interface JOP.persist.PersistController
- Retrieve a slot of type 'double' with the given name.
- DriverNotConfiguredException(String).
Constructor for class JOP.persist.jdbc.DriverNotConfiguredException
-
- dump().
Method in class JOP.test.ValueTest15
-
- elements().
Method in class JOP.util.HashtableDB
- Return an enumerator of all objects in the hashtable.
- elements().
Method in class JOP.util.VectorDB
- Return an enumeration of all elements in the vector.
- endInput().
Method in class JOP.persist.MarshallObjectDefinition
- Called by the persist manager after the object has
been read from the persist storage and after all
calls to 'aSlot.setValue()' have been completed.
- endInput().
Method in class JOP.persist.NativeObjectDefinition
- Called by the persist manager after the object has
been read from the persist storage and after all
calls to 'aSlot.setValue()' have been completed.
- endInput().
Method in interface JOP.persist.ObjectDefinition
- Called by the persist manager after the object has
been read from the persist storage and after all
calls to 'aSlot.setValue()' have been completed.
- endInput().
Method in class JOP.persist.PersistableObjectDefinition
- Called by the persist manager after the object has
been read from the persist storage and after all
calls to 'aSlot.setValue()' have been completed.
- endOutput().
Method in class JOP.persist.NativeObjectDefinition
- Called by the persist manager after the object has
been written to the persist storage and after all
calls to 'aSlot.getValue()' have been completed.
- endOutput().
Method in interface JOP.persist.ObjectDefinition
- Called by the persist manager after the object has
been written to the persist storage and after all
calls to 'aSlot.getValue()' have been completed.
- endOutput().
Method in class JOP.persist.PersistableObjectDefinition
- Called by the persist manager after the object has
been written to the persist storage and after all
calls to 'aSlot.getValue()' have been completed.
- equals(Object).
Method in class JOP.persist.ObjectIdentifier
-
- FileBlockTooShortException().
Constructor for class JOP.persist.file.FileBlockTooShortException
-
- FilePersistException(String).
Constructor for class JOP.persist.file.FilePersistException
-
- FilePersistManager(String).
Constructor for class JOP.persist.file.FilePersistManager
- Initialise a FilePeristManager with the name of
a RandomAccessFile.
- FileTest().
Constructor for class JOP.test.FileTest
-
- floatArray().
Method in class JOP.metadata.MetaSlot
-
- floatArray(String).
Method in interface JOP.persist.PersistController
- Retrieve an array of type 'float' with the given name.
- floatValue().
Method in class JOP.metadata.MetaSlot
-
- floatValue(String).
Method in interface JOP.persist.PersistController
- Retrieve a slot of type 'float' with the given name.
- forName(String).
Static method in class JOP.metadata.MetaClass
- Allows a MetaClass to be created for any valid Java classname.
- get(Object).
Method in class JOP.util.HashtableDB
- Retrieve an object from the hashtable with the given key.
- getBoolean(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'Boolean' object for the slot with the given name.
- getBooleanArray(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'Boolean array' object for the slot with the given name.
- getCharacter(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'Character' object for the slot with the given name.
- getCharacterArray(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'Character array' object for the slot with the given name.
- getChecksum().
Method in class JOP.persist.NativeObjectDefinition
- Return a checksum of the slots of the object.
- getChecksum().
Method in interface JOP.persist.ObjectDefinition
- Return a checksum of the slots of the object.
- getChecksum().
Method in class JOP.persist.ObjectIdentifier
- INTERNAL METHOD
- getChecksum().
Method in class JOP.persist.PersistableObjectDefinition
- Return a checksum of the slots of the object.
- getClassName().
Method in interface JOP.persist.ClassDefinition
- Returns the classname as a String.
- getClassName().
Method in class JOP.persist.MarshallObjectDefinition
- Gets the name of the class of the object as a String.
- getClassName().
Method in class JOP.metadata.MetaSlot
- Return the class name for a slot
- getClassName().
Method in class JOP.persist.NativeObjectDefinition
- Gets the name of the class of the object as a String.
- getClassName().
Method in interface JOP.persist.ObjectDefinition
- Gets the name of the class of the object as a String.
- getClassName().
Method in class JOP.persist.PersistableObjectDefinition
- Gets the name of the class of the object as a String.
- getDate(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'Date' object for the slot with the given name.
- getDateArray(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'Date array' object for the slot with the given name.
- getDefinition().
Method in interface JOP.persist.jdbc.TypeHandler
- Return the name of the SQL data type for this Java type.
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Boolean_1
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Boolean_2
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Byte_1
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Character_1
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Character_2
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Character_3
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Character_4
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Date_1
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Date_2
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Double_1
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Float_1
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Float_2
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Integer_1
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Long_1
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Long_2
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Object_1
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_Short_1
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_String_1
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_String_2
-
- getDefinition().
Method in class JOP.persist.jdbc.TypeHandler_String_3
-
- getDouble(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'Double' object for the slot with the given name.
- getDoubleArray(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'Double array' object for the slot with the given name.
- getFloat(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'Float' object for the slot with the given name.
- getFloatArray(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'Float array' object for the slot with the given name.
- getHashcode().
Method in class JOP.persist.Hashcode
- Return the hashcode value.
- getHashcode().
Method in class JOP.metadata.MetaClass
- Calculate a hash for the object and return the
value of the hash.
- getInteger(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to an 'Integer' object for the slot with the given name.
- getIntegerArray(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to an 'Integer array' object for the slot with the given name.
- getLong(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'Long' object for the slot with the given name.
- getLongArray(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'Long array' object for the slot with the given name.
- getName().
Method in interface JOP.persist.SlotDefinition
- Get the name of this slot
- getObject().
Method in class JOP.persistmarshall.java.lang.Boolean_JOP
-
- getObject().
Method in class JOP.persistmarshall.java.util.Date_JOP
-
- getObject().
Method in class JOP.persistmarshall.java.util.Hashtable_JOP
-
- getObject().
Method in class JOP.persistmarshall.java.lang.Integer_JOP
-
- getObject().
Method in class JOP.persistmarshall.java.lang.Long_JOP
-
- getObject().
Method in class JOP.persist.MarshallObjectDefinition
- Returns the object created by this controller
- getObject().
Method in class JOP.metadata.MetaClass
-
- getObject().
Method in class JOP.metadata.MetaSlot
-
- getObject().
Method in class JOP.persist.NativeObjectDefinition
- Returns the object created by this controller
- getObject().
Method in interface JOP.persist.ObjectDefinition
- Returns the object created by this controller
- getObject().
Method in class JOP.persist.ObjectIdentifier
- INTERNAL METHOD
- getObject().
Method in class JOP.persist.PersistableObjectDefinition
- Returns the object created by this controller
- getObject().
Method in interface JOP.persist.PersistMarshall
- Invoked by the PersistManager to retrieve an object
that was created by the customer marshaller.
- getObject().
Method in class JOP.util.RefDB
- Get the referenced object.
- getObject().
Method in class JOP.persistmarshall.java.lang.String_JOP
-
- getObject().
Method in class JOP.persistmarshall.java.util.Vector_JOP
-
- getObject(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to an 'Object' for the slot with the given name.
- getObjectArray().
Method in class JOP.metadata.MetaSlot
-
- getObjectArray(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to an 'Object' for the slot with the given name.
- getOid().
Method in class JOP.persist.ObjectIdentifier
- Get the 'long' representation of the object's identifier
- getPersistManager().
Method in interface JOP.persist.PersistController
- Returns the PeristManager associated with this PersistController.
- getRefOid().
Method in interface JOP.persist.SlotDefinition
- Return the assigned RefOid for this object
- getRefOid(int).
Method in interface JOP.persist.SlotDefinition
- Return the assigned RefOid for each slot in an array
- getSignature().
Method in class JOP.metadata.MetaSlot
- Return the signature of a slot.
- getSignature().
Method in interface JOP.persist.SlotDefinition
- Get the Slot's signature (Java signature as per
signature.h)
- getSignatureType().
Method in interface JOP.persist.SlotDefinition
- Get the Slot's signature as an integer type code
(as per JOP.persist.JavaTypes).
- getSignatureType(String).
Static method in class JOP.persist.JavaTypes
- Return the in-built type of the given signature or
return TYPE_UNKNOWN if the signature is not known.
- getSlot(String, String).
Method in class JOP.metadata.MetaClass
- Returns a slot matching the slot field name and the slot
classname.
- getSlotName().
Method in class JOP.metadata.MetaSlot
- Return the name for a slot
- getString(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'String' object for the slot with the given name.
- getStringArray(String).
Method in interface JOP.persist.PersistController
- Retrieve a reference to a 'String array' object for the slot with the given name.
- getValue().
Method in interface JOP.persist.SlotDefinition
- Return an object that stores the slots value.
- getValue(int).
Method in interface JOP.persist.SlotDefinition
- Fetch the 'nth' element.
- Hashcode().
Constructor for class JOP.persist.Hashcode
-
- hashCode().
Method in class JOP.persist.ObjectIdentifier
-
- Hashtable_JOP().
Constructor for class JOP.persistmarshall.java.util.Hashtable_JOP
-
- HashtableDB().
Constructor for class JOP.util.HashtableDB
-
- HashtableElement().
Constructor for class JOP.persistmarshall.java.util.HashtableElement
-
- idWork().
Method in class JOP.persist.PersistManager
- Each consistency unit is assigned an identifier (within the
current process).
- insertObject(ObjectIdentifier, ObjectDefinition, boolean).
Method in interface JOP.persist.OutputController
-
- intArray().
Method in class JOP.metadata.MetaSlot
-
- intArray(String).
Method in interface JOP.persist.PersistController
- Retrieve an array of type 'int' with the given name.
- Integer_JOP().
Constructor for class JOP.persistmarshall.java.lang.Integer_JOP
-
- intValue().
Method in class JOP.metadata.MetaSlot
-
- intValue(String).
Method in interface JOP.persist.PersistController
- Retrieve a slot of type 'int' with the given name.
- isAccessible().
Method in class JOP.metadata.MetaSlot
- Return true of the slot is accessible.
- isArray().
Method in class JOP.metadata.MetaSlot
- Return true of the slot is an array
- isArray().
Method in interface JOP.persist.SlotDefinition
- Test if the slot is an array
- isNullArray().
Method in interface JOP.persist.SlotDefinition
- Return 'true' if the array is null
- isOnDatabase().
Method in class JOP.persist.ObjectIdentifier
- INTERNAL METHOD
- JavaTypes().
Constructor for class JOP.persist.JavaTypes
-
- JdbcPersistException(String).
Constructor for class JOP.persist.jdbc.JdbcPersistException
-
- JdbcPersistManager(String, String, String, String).
Constructor for class JOP.persist.jdbc.JdbcPersistManager
- Alternate constructor where user_name = dbo_user_name
- JdbcPersistManager(String, String, String, String, String, String).
Constructor for class JOP.persist.jdbc.JdbcPersistManager
- Prepares to open a connection to a specific database server.
- JdbcTest().
Constructor for class JOP.test.JdbcTest
-
- KeyNotFoundException().
Constructor for class JOP.persist.file.KeyNotFoundException
-
- keys().
Method in class JOP.util.HashtableDB
- Return an enumerator of all objects over their key values.
- Long_JOP().
Constructor for class JOP.persistmarshall.java.lang.Long_JOP
-
- longArray().
Method in class JOP.metadata.MetaSlot
-
- longArray(String).
Method in interface JOP.persist.PersistController
- Retrieve an array of type 'long' with the given name.
- longValue().
Method in class JOP.metadata.MetaSlot
-
- longValue(String).
Method in interface JOP.persist.PersistController
- Retrieve a slot of type 'long' with the given name.
- main(String[]).
Static method in class JOP.test.FileTest
- There command line usage is:
java FileTest test_class filename
- main(String[]).
Static method in class JOP.persist.jdbc.JdbcConfig
- Command line program entry point....
- main(String[]).
Static method in class JOP.test.JdbcTest
- There are two possible command line usages.
- main(String[]).
Static method in class JOP.metadata.Test
-
- MetaClass(Object).
Constructor for class JOP.metadata.MetaClass
- Create a new MetaClass for an existing object
- ObjectIdentifier(long).
Constructor for class JOP.persist.ObjectIdentifier
- INTERNAL METHOD
- ObjectIdentifier(Object).
Constructor for class JOP.persist.ObjectIdentifier
- INTERNAL METHOD
- ObjectIdentifier(Object, long).
Constructor for class JOP.persist.ObjectIdentifier
- INTERNAL METHOD
- ObjectNotFoundException(long).
Constructor for class JOP.persist.ObjectNotFoundException
-
- ObjectNotFoundException(ObjectIdentifier).
Constructor for class JOP.persist.ObjectNotFoundException
-
- ObjectNotFoundException(String).
Constructor for class JOP.persist.ObjectNotFoundException
-
- oid(long).
Static method in class JOP.persist.ObjectIdentifier
- A useful method that takes an object identifier and returns
a string in xxxx-xxxx-xxxx-xxxx format.
- oid(String).
Static method in class JOP.persist.ObjectIdentifier
-
- open().
Method in class JOP.persist.file.FilePersistManager
- Begin using the perist manager
- open().
Method in class JOP.persist.jdbc.JdbcPersistManager
- Establish the connection to the datasource via
JDBC using the information passed to the constructor.
- open().
Method in class JOP.persist.PersistManager
- The open() method is used to commence persistent
operations.
- PersistException(String).
Constructor for class JOP.persist.PersistException
-
- PersistSlotType(int).
Constructor for class JOP.persist.PersistSlotType
-
- printObject().
Method in class JOP.metadata.MetaClass
- Dumps an object to the console
- put(Object, Object).
Method in class JOP.util.HashtableDB
- Add a new object to the hashtable accessible by
the key value.
- put(String, boolean).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, Boolean).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, boolean[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, Boolean[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, byte).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, byte[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, char).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, char[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, Character).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, Character[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, Date).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, Date[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, double).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, Double).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, double[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, Double[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, Float).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, float).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, Float[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, float[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, int).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, int[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, Integer).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, Integer[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, long).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, Long).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, long[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, Long[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, Object).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, Object[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, short).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, short[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- put(String, String).
Method in interface JOP.persist.PersistController
- Save a slot value.
- put(String, String[]).
Method in interface JOP.persist.PersistController
- Save a slot array.
- readClassname(ObjectIdentifier).
Method in interface JOP.persist.InputController
-
- readObject(ObjectIdentifier, ObjectDefinition).
Method in interface JOP.persist.InputController
-
- readType(ResultSet, int).
Method in interface JOP.persist.jdbc.TypeHandler
- Read the column from the result set and return it as an object
of the correct type (implied by this TypeHandlers name).
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Boolean_1
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Boolean_2
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Byte_1
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Character_1
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Character_2
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Character_3
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Character_4
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Date_1
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Date_2
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Double_1
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Float_1
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Float_2
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Integer_1
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Long_1
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Long_2
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Object_1
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_Short_1
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_String_1
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_String_2
- Read the type and return an object
- readType(ResultSet, int).
Method in class JOP.persist.jdbc.TypeHandler_String_3
- Read the type and return an object
- RefDB().
Constructor for class JOP.util.RefDB
- All objects that implement JOP.persist.Persistable require a public
constructor that takes no arguments.
- RefDB(Object).
Constructor for class JOP.util.RefDB
- Initialise the reference with an existing object.
- remove(Object).
Method in class JOP.util.HashtableDB
- Remove an object with the given key from the hashtable.
- removeAllElements().
Method in class JOP.util.VectorDB
- Remove all the elements of this vector.
- runTest(PersistManager).
Method in interface JOP.test.PersistTest
-
- runTest(PersistManager).
Method in class JOP.test.Test1
- This test gives a simple example of an object being
streamed out.
- runTest(PersistManager).
Method in class JOP.test.Test10
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test11
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test12
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test13
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test14
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test15
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test16
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test2
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test3
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test4
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test5
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test6
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test7
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test8
- Entry point called by the test harness
- runTest(PersistManager).
Method in class JOP.test.Test9
- Entry point called by the test harness
- saveType(PreparedStatement, int, Object).
Method in interface JOP.persist.jdbc.TypeHandler
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Boolean_1
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Boolean_2
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Byte_1
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Character_1
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Character_2
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Character_3
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Character_4
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Date_1
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Date_2
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Double_1
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Float_1
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Float_2
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Integer_1
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Long_1
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Long_2
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Object_1
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_Short_1
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_String_1
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_String_2
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- saveType(PreparedStatement, int, Object).
Method in class JOP.persist.jdbc.TypeHandler_String_3
- Save the 'object' by binding it to column of the Jdbc
statement 'stmt'.
- ScalarSignature.
Static variable in class JOP.persist.JavaTypes
-
- ScalarSignatureType.
Static variable in class JOP.persist.JavaTypes
-
- set(boolean).
Method in class JOP.metadata.MetaSlot
-
- set(boolean[]).
Method in class JOP.metadata.MetaSlot
-
- set(byte).
Method in class JOP.metadata.MetaSlot
-
- set(byte[]).
Method in class JOP.metadata.MetaSlot
-
- set(char).
Method in class JOP.metadata.MetaSlot
-
- set(char[]).
Method in class JOP.metadata.MetaSlot
-
- set(double).
Method in class JOP.metadata.MetaSlot
-
- set(double[]).
Method in class JOP.metadata.MetaSlot
-
- set(float).
Method in class JOP.metadata.MetaSlot
-
- set(float[]).
Method in class JOP.metadata.MetaSlot
-
- set(int).
Method in class JOP.metadata.MetaSlot
-
- set(int[]).
Method in class JOP.metadata.MetaSlot
-
- set(long).
Method in class JOP.metadata.MetaSlot
-
- set(long[]).
Method in class JOP.metadata.MetaSlot
-
- set(Object).
Method in class JOP.metadata.MetaSlot
- Sets a slot value to an object.
- set(Object[]).
Method in class JOP.metadata.MetaSlot
-
- set(short).
Method in class JOP.metadata.MetaSlot
-
- set(short[]).
Method in class JOP.metadata.MetaSlot
-
- setChecksum(long).
Method in class JOP.persist.ObjectIdentifier
- This method remembers the checksum of the object
so that it can be used to optimise updates
if the object has not changed.
- setNullArray().
Method in interface JOP.persist.SlotDefinition
- Set the array to be a null array
- setObject(Object).
Method in class JOP.persistmarshall.java.lang.Boolean_JOP
-
- setObject(Object).
Method in class JOP.persistmarshall.java.util.Date_JOP
-
- setObject(Object).
Method in class JOP.persistmarshall.java.util.Hashtable_JOP
-
- setObject(Object).
Method in class JOP.persistmarshall.java.lang.Integer_JOP
-
- setObject(Object).
Method in class JOP.persistmarshall.java.lang.Long_JOP
-
- setObject(Object).
Method in class JOP.persist.MarshallObjectDefinition
- Set the object for which this definition manager
must provide access.
- setObject(Object).
Method in class JOP.persist.NativeObjectDefinition
- Set the object for which this definition manager
must provide access.
- setObject(Object).
Method in interface JOP.persist.ObjectDefinition
- Set the object for which this definition manager
must provide access.
- setObject(Object).
Method in class JOP.persist.ObjectIdentifier
- Set the object's value and then spin through all of
the queued definitions and set them to the appropriate
value.
- setObject(Object).
Method in class JOP.persist.PersistableObjectDefinition
- Set the object for which this definition manager
must provide access.
- setObject(Object).
Method in interface JOP.persist.PersistMarshall
- Called by the PersistManager to initialise the
customer marshaller when reading an object where the
object already exists.
- setObject(Object).
Method in class JOP.util.RefDB
- Change the object referenced.
- setObject(Object).
Method in class JOP.persistmarshall.java.lang.String_JOP
-
- setObject(Object).
Method in class JOP.persistmarshall.java.util.Vector_JOP
-
- setOnDatabase().
Method in class JOP.persist.ObjectIdentifier
- INTERNAL METHOD
- setPersistManager(PersistManager).
Method in class JOP.persist.NativeObjectDefinition
-
- setPersistManager(PersistManager).
Method in interface JOP.persist.ObjectDefinition
- Allow the marshalling mechanism to invoke the
PersistManager if necessary.
- setPersistManager(PersistManager).
Method in class JOP.persist.PersistableObjectDefinition
-
- setRefOid(int, ObjectIdentifier).
Method in interface JOP.persist.SlotDefinition
- For object references then an object id will be
assigned to the referenced object.
- setRefOid(ObjectIdentifier).
Method in interface JOP.persist.SlotDefinition
- For object references then an object id will be
assigned to the referenced object.
- setValue(int, Object).
Method in interface JOP.persist.SlotDefinition
- Set the 'nth' element of an array.
- setValue(Object).
Method in interface JOP.persist.SlotDefinition
- Allows the slot's value to be set.
- setValues().
Method in class JOP.test.TestObject0
-
- setValues().
Method in class JOP.test.TestObject1
-
- setValues().
Method in class JOP.test.TestObject3
-
- shortArray().
Method in class JOP.metadata.MetaSlot
-
- shortArray(String).
Method in interface JOP.persist.PersistController
- Retrieve an array of type 'short' with the given name.
- shortValue().
Method in class JOP.metadata.MetaSlot
-
- shortValue(String).
Method in interface JOP.persist.PersistController
- Retrieve a slot of type 'short' with the given name.
- size().
Method in class JOP.util.VectorDB
- Return the number of elements in the vector
- sizeArray().
Method in interface JOP.persist.SlotDefinition
- Return the length of the array.
- slots().
Method in interface JOP.persist.ClassDefinition
- Returns the SlotDefinitions for each slot defined
in this class.
- slots().
Method in class JOP.metadata.MetaClass
- Returns an enumerator of the slots of this
object.
- streamIn(PersistController).
Method in class JOP.persistmarshall.java.lang.Boolean_JOP
-
- streamIn(PersistController).
Method in class JOP.persistmarshall.java.util.Date_JOP
-
- streamIn(PersistController).
Method in class JOP.persistmarshall.java.util.Hashtable_JOP
- Load the hashtable from the persist manager.
- streamIn(PersistController).
Method in class JOP.util.HashtableDB
- Called by the PersistManager when this object is retrieved
from the persistent database.
- streamIn(PersistController).
Method in class JOP.persistmarshall.java.util.HashtableElement
-
- streamIn(PersistController).
Method in class JOP.persistmarshall.java.lang.Integer_JOP
-
- streamIn(PersistController).
Method in class JOP.persistmarshall.java.lang.Long_JOP
-
- streamIn(PersistController).
Method in interface JOP.persist.Persistable
- This method must be implemented by all objects that implement the
Persistable interface.
- streamIn(PersistController).
Method in class JOP.util.RefDB
- Called by the PersistManager.
- streamIn(PersistController).
Method in class JOP.persistmarshall.java.lang.String_JOP
-
- streamIn(PersistController).
Method in class JOP.test.TestObject0
-
- streamIn(PersistController).
Method in class JOP.test.TestObject1
- now requires 'throws exception' because of the nested object
- streamIn(PersistController).
Method in class JOP.test.TestObject2
-
- streamIn(PersistController).
Method in class JOP.test.TestObject3
- now requires 'throws exception' because of the nested object
- streamIn(PersistController).
Method in class JOP.test.TestObject4
- now requires 'throws exception' because of the nested object
- streamIn(PersistController).
Method in class JOP.test.ValueTest15
-
- streamIn(PersistController).
Method in class JOP.persistmarshall.java.util.Vector_JOP
-
- streamIn(PersistController).
Method in class JOP.util.VectorDB
- Method to support the JOP.persist.Persistable interface
- streamInObject(long).
Method in class JOP.persist.file.FilePersistManager
- Retrieves an object previously saved by 'streamOutObject()'.
- streamInObject(long).
Method in class JOP.persist.jdbc.JdbcPersistManager
- Retrieves an object previously saved by 'streamOutObject()'.
- streamInObject(long).
Method in class JOP.persist.PersistManager
- Retrieves an object previously saved by 'streamOutObject()'.
- streamInRoot(String).
Method in class JOP.persist.PersistManager
- Retrieves an object previously saved by 'streamOutRoot()'.
- streamOut(PersistController).
Method in class JOP.persistmarshall.java.lang.Boolean_JOP
-
- streamOut(PersistController).
Method in class JOP.persistmarshall.java.util.Date_JOP
-
- streamOut(PersistController).
Method in class JOP.persistmarshall.java.util.Hashtable_JOP
-
- streamOut(PersistController).
Method in class JOP.util.HashtableDB
- Called by the PersistManager when this object is saved
to the persistent database.
- streamOut(PersistController).
Method in class JOP.persistmarshall.java.util.HashtableElement
-
- streamOut(PersistController).
Method in class JOP.persistmarshall.java.lang.Integer_JOP
-
- streamOut(PersistController).
Method in class JOP.persistmarshall.java.lang.Long_JOP
-
- streamOut(PersistController).
Method in interface JOP.persist.Persistable
- This method must be implemented by all objects that implement the
Persistable interface.
- streamOut(PersistController).
Method in class JOP.util.RefDB
- Called by the PersistManager.
- streamOut(PersistController).
Method in class JOP.persistmarshall.java.lang.String_JOP
-
- streamOut(PersistController).
Method in class JOP.test.TestObject0
-
- streamOut(PersistController).
Method in class JOP.test.TestObject1
- now requires 'throws exception' because of the nested object
- streamOut(PersistController).
Method in class JOP.test.TestObject2
-
- streamOut(PersistController).
Method in class JOP.test.TestObject3
- now requires 'throws exception' because of the nested object
- streamOut(PersistController).
Method in class JOP.test.TestObject4
- now requires 'throws exception' because of the nested object
- streamOut(PersistController).
Method in class JOP.test.ValueTest15
-
- streamOut(PersistController).
Method in class JOP.persistmarshall.java.util.Vector_JOP
-
- streamOut(PersistController).
Method in class JOP.util.VectorDB
- Method to support the JOP.persist.Persistable interface
- streamOutObject(Object).
Method in class JOP.persist.file.FilePersistManager
- Save the object in the Random Access File.
- streamOutObject(Object).
Method in class JOP.persist.jdbc.JdbcPersistManager
- Save the object on the database.
- streamOutObject(Object).
Method in class JOP.persist.PersistManager
- Save the object to the persistent database.
- streamOutRoot(String, Object).
Method in class JOP.persist.PersistManager
- Save a named object to the persistent database.
- String_JOP().
Constructor for class JOP.persistmarshall.java.lang.String_JOP
-
- Test().
Constructor for class JOP.metadata.Test
-
- Test1().
Constructor for class JOP.test.Test1
-
- Test10().
Constructor for class JOP.test.Test10
-
- Test11().
Constructor for class JOP.test.Test11
-
- Test12().
Constructor for class JOP.test.Test12
-
- Test13().
Constructor for class JOP.test.Test13
-
- Test14().
Constructor for class JOP.test.Test14
-
- Test15().
Constructor for class JOP.test.Test15
-
- Test16().
Constructor for class JOP.test.Test16
-
- Test2().
Constructor for class JOP.test.Test2
-
- Test3().
Constructor for class JOP.test.Test3
-
- Test4().
Constructor for class JOP.test.Test4
-
- Test5().
Constructor for class JOP.test.Test5
-
- Test6().
Constructor for class JOP.test.Test6
-
- Test7().
Constructor for class JOP.test.Test7
-
- Test8().
Constructor for class JOP.test.Test8
-
- Test9().
Constructor for class JOP.test.Test9
-
- TestObject0().
Constructor for class JOP.test.TestObject0
-
- TestObject1().
Constructor for class JOP.test.TestObject1
-
- TestObject2().
Constructor for class JOP.test.TestObject2
- Remember must have a null constructor !!
- TestObject2(String).
Constructor for class JOP.test.TestObject2
-
- TestObject3().
Constructor for class JOP.test.TestObject3
-
- TestObject4().
Constructor for class JOP.test.TestObject4
-
- toString().
Method in class JOP.persistmarshall.java.util.HashtableElement
-
- toString().
Method in class JOP.metadata.MetaClass
-
- toString().
Method in class JOP.metadata.MetaSlot
- Print out the slot
- toString().
Method in class JOP.persist.ObjectIdentifier
-
- toString().
Method in class JOP.persist.PersistSlotType
-
- toString().
Method in class JOP.util.RefDB
-
- toString().
Method in class JOP.test.TestObject0
-
- toString().
Method in class JOP.test.TestObject1
-
- toString().
Method in class JOP.test.TestObject2
-
- toString().
Method in class JOP.test.TestObject3
-
- toString().
Method in class JOP.test.TestObject4
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Boolean_1
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Boolean_2
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Byte_1
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Character_1
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Character_2
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Character_3
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Character_4
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Date_1
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Date_2
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Double_1
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Float_1
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Float_2
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Integer_1
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Long_1
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Long_2
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Object_1
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_Short_1
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_String_1
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_String_2
-
- toString().
Method in class JOP.persist.jdbc.TypeHandler_String_3
-
- TYPE_BOOLEAN.
Static variable in class JOP.persist.JavaTypes
-
- TYPE_BOOLEAN.
Static variable in interface JOP.persist.PersistController
- Slot contains a 'boolean' or a 'Boolean'
- TYPE_BYTE.
Static variable in class JOP.persist.JavaTypes
-
- TYPE_BYTE.
Static variable in interface JOP.persist.PersistController
- Slot contains a 'byte'
- TYPE_CHARACTER.
Static variable in class JOP.persist.JavaTypes
-
- TYPE_CHARACTER.
Static variable in interface JOP.persist.PersistController
- Slot contains a 'char' or a 'Character'
- TYPE_DATE.
Static variable in class JOP.persist.JavaTypes
-
- TYPE_DATE.
Static variable in interface JOP.persist.PersistController
- Slot contains a 'Date'
- TYPE_DOUBLE.
Static variable in class JOP.persist.JavaTypes
-
- TYPE_DOUBLE.
Static variable in interface JOP.persist.PersistController
- Slot contains a 'double' or a 'Double'
- TYPE_FLOAT.
Static variable in class JOP.persist.JavaTypes
-
- TYPE_FLOAT.
Static variable in interface JOP.persist.PersistController
- Slot contains a 'float' or a 'Float'
- TYPE_INTEGER.
Static variable in class JOP.persist.JavaTypes
-
- TYPE_INTEGER.
Static variable in interface JOP.persist.PersistController
- Slot contains a 'int' or a 'Integer'
- TYPE_LONG.
Static variable in class JOP.persist.JavaTypes
-
- TYPE_LONG.
Static variable in interface JOP.persist.PersistController
- Slot contains a 'long' or a 'Long'
- TYPE_OBJECT.
Static variable in class JOP.persist.JavaTypes
-
- TYPE_OBJECT.
Static variable in interface JOP.persist.PersistController
- Slot contains an Object of undefined type
- TYPE_SHORT.
Static variable in class JOP.persist.JavaTypes
-
- TYPE_SHORT.
Static variable in interface JOP.persist.PersistController
- Slot contains a 'short'
- TYPE_STRING.
Static variable in class JOP.persist.JavaTypes
-
- TYPE_STRING.
Static variable in interface JOP.persist.PersistController
- Slot contains a 'String'
- TYPE_UNKNOWN.
Static variable in class JOP.persist.JavaTypes
-
- TypeHandler_Boolean_1().
Constructor for class JOP.persist.jdbc.TypeHandler_Boolean_1
-
- TypeHandler_Boolean_2().
Constructor for class JOP.persist.jdbc.TypeHandler_Boolean_2
-
- TypeHandler_Byte_1().
Constructor for class JOP.persist.jdbc.TypeHandler_Byte_1
-
- TypeHandler_Character_1().
Constructor for class JOP.persist.jdbc.TypeHandler_Character_1
-
- TypeHandler_Character_2().
Constructor for class JOP.persist.jdbc.TypeHandler_Character_2
-
- TypeHandler_Character_3().
Constructor for class JOP.persist.jdbc.TypeHandler_Character_3
-
- TypeHandler_Character_4().
Constructor for class JOP.persist.jdbc.TypeHandler_Character_4
-
- TypeHandler_Date_1().
Constructor for class JOP.persist.jdbc.TypeHandler_Date_1
-
- TypeHandler_Date_2().
Constructor for class JOP.persist.jdbc.TypeHandler_Date_2
-
- TypeHandler_Double_1().
Constructor for class JOP.persist.jdbc.TypeHandler_Double_1
-
- TypeHandler_Float_1().
Constructor for class JOP.persist.jdbc.TypeHandler_Float_1
-
- TypeHandler_Float_2().
Constructor for class JOP.persist.jdbc.TypeHandler_Float_2
-
- TypeHandler_Integer_1().
Constructor for class JOP.persist.jdbc.TypeHandler_Integer_1
-
- TypeHandler_Long_1().
Constructor for class JOP.persist.jdbc.TypeHandler_Long_1
-
- TypeHandler_Long_2().
Constructor for class JOP.persist.jdbc.TypeHandler_Long_2
-
- TypeHandler_Object_1().
Constructor for class JOP.persist.jdbc.TypeHandler_Object_1
-
- TypeHandler_Short_1().
Constructor for class JOP.persist.jdbc.TypeHandler_Short_1
-
- TypeHandler_String_1().
Constructor for class JOP.persist.jdbc.TypeHandler_String_1
-
- TypeHandler_String_2().
Constructor for class JOP.persist.jdbc.TypeHandler_String_2
-
- TypeHandler_String_3().
Constructor for class JOP.persist.jdbc.TypeHandler_String_3
-
- TypeName.
Static variable in class JOP.persist.JavaTypes
- English names of the types
Index of array is the TYPE_xxxx constant.
- TypeSignature.
Static variable in class JOP.persist.JavaTypes
-
- updateObject(ObjectIdentifier, ObjectDefinition, boolean).
Method in interface JOP.persist.OutputController
-
- USER_HIGH.
Static variable in class JOP.persist.ObjectIdentifier
- High limit of OID's suitable for use by
user applications.
- USER_LOW.
Static variable in class JOP.persist.ObjectIdentifier
- Low limit of OID's suitable for use by
user applications.
- ValueTest15().
Constructor for class JOP.test.ValueTest15
-
- ValueTest15(int).
Constructor for class JOP.test.ValueTest15
-
- Vector_JOP().
Constructor for class JOP.persistmarshall.java.util.Vector_JOP
-
- VectorDB().
Constructor for class JOP.util.VectorDB
-
- z.
Variable in class JOP.test.TestObject0
-