|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Cache.get()
method.
null
as its detail message.
(cause==null ?
- DynamicPool - class net.sf.jso.sql.DynamicPool.
- Manages a dynamic pool of database connections that may grow or shrink
according to demand.
- DynamicPool() -
Constructor for class net.sf.jso.sql.DynamicPool
- Constructs the pool.
- DynamicPool(InputStream) -
Constructor for class net.sf.jso.sql.DynamicPool
- Constructs the pool.
- DynamicPool(Properties) -
Constructor for class net.sf.jso.sql.DynamicPool
- Constructs the pool.
- DynamicPool(int, int) -
Constructor for class net.sf.jso.sql.DynamicPool
- Constructs the pool.
- delete(Object) -
Method in interface net.sf.jso.StorageManager
- Deletes an object.
- delete(OID) -
Method in interface net.sf.jso.StorageManager
- Deletes an object.
- delete(Parameters) -
Method in interface net.sf.jso.StorageManager
- Deletes objects according to parameters.
- delete(Object) -
Method in class net.sf.jso.engine.JSOStorageManager
- Deletes an object.
- delete(OID) -
Method in class net.sf.jso.engine.JSOStorageManager
- Deletes an object.
- delete(Parameters) -
Method in class net.sf.jso.engine.JSOStorageManager
- Deletes objects according to parameters.
- delete(Object) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- delete(OID) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- delete(Parameters) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- delete(Object, Transaction) -
Method in class net.sf.jso.storage.JSOObjectManager
- Deletes an object.
- delete(OID, Transaction) -
Method in class net.sf.jso.storage.JSOObjectManager
- Deletes an object.
- delete(List, Transaction) -
Method in class net.sf.jso.storage.JSOObjectManager
- Deletes objects according to parameters.
- delete(Object, Transaction) -
Method in interface net.sf.jso.storage.ObjectManager
- Deletes an object.
- delete(OID, Transaction) -
Method in interface net.sf.jso.storage.ObjectManager
- Deletes an object.
- delete(List, Transaction) -
Method in interface net.sf.jso.storage.ObjectManager
- Deletes a list of objects.
- deleteObject(OID, StorableClass, Transaction) -
Method in interface net.sf.jso.storage.DataManager
- Deletes an object.
- deleteObject(OID, StorableClass, Transaction) -
Method in class net.sf.jso.storage.JSODataManager
- Deletes an object.
- deposit(int) -
Method in class net.sf.jso.examples.banking.Account
-
- description() -
Method in interface net.sf.jso.cache.CacheInfo
- Informs a description of the entry management algorithm.
- description() -
Method in class net.sf.jso.cache.LRUCache
-
- description() -
Method in class net.sf.jso.cache.MemoryCache
-
- description() -
Method in class net.sf.jso.cache.PriorityCache
-
- doubleValue() -
Method in class net.sf.jso.util.JSOOID
-
- drop() -
Method in class net.sf.jso.util.JSODropper
- Runs JSO dropper using storage controller's configuration file to find the
database to pe dropped.
- dropTable(String, Connection) -
Method in interface net.sf.jso.sql.DatabaseInterface
- Drops a table in the database.
- dropTable(String, Connection) -
Method in class net.sf.jso.sql.JSODatabase
- Drops a table in the database.
Calendar
object according to parameters.
null
if class does not have the
method.
Date
object according to parameters.
delete from <table> where oid = ?
- getDeleteStatement() -
Method in interface net.sf.jso.schema.StorableClass
- Returns the delete statement for an object in the form:
delete from <table> where oid = ?
- getDeletedOIDs() -
Method in class net.sf.jso.transaction.JSOTransaction
- Returns set of OIDs of objects deleted during transaction activity.
- getDriverClass() -
Method in interface net.sf.jso.sql.DatabaseInterface
- Returns database's JDBC driver class name.
- getDriverClass() -
Method in class net.sf.jso.sql.JSODatabase
- Returns database's JDBC driver class name.
- getElements() -
Method in class net.sf.jso.query.Criteria
- Returns criteria expression's elements.
- getElements() -
Method in class net.sf.jso.query.FieldOrder
- Not supported.
- getElements() -
Method in class net.sf.jso.query.Order
- Returns order expression's elements.
- getElements() -
Method in class net.sf.jso.query.Predicate
- Not supported.
- getEmail() -
Method in class net.sf.jso.examples.various.User
-
- getField() -
Method in class net.sf.jso.query.FieldOperand
- Returns operand's field.
- getField() -
Method in class net.sf.jso.query.FieldOrder
- Returns order's field.
- getField(Class, String) -
Static method in class net.sf.jso.schema.JSOStorableClass
- Returns a field, or
null
if class does not have the
field.
- getFieldType(Field) -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns the type of a field as established in
StorableField
.
- getFieldType(Field) -
Method in interface net.sf.jso.schema.StorableClass
- Returns the type of a field as established in
StorableField
.
- getFields() -
Method in class net.sf.jso.schema.ClassDescriptor
- Gets the field descriptors for the class descriptor .
- getFields() -
Method in class net.sf.jso.schema.IndexDescriptor
- Gets the indexe's list of fields.
- getFields() -
Method in class net.sf.jso.sql.ConstraintDescriptor
- Gets the constraint's list of fields.
- getId() -
Method in class net.sf.jso.schema.ClassDescriptor
- Returns the cataloged id of this class descriptor's class.
- getId() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns the cataloged id of this class descriptor's class.
- getId() -
Method in interface net.sf.jso.schema.StorableClass
- Returns the class' schema identification.
- getIdentity() -
Method in class net.sf.jso.examples.banking.Client
-
- getImaginary() -
Method in class net.sf.jso.examples.various.ComplexNumber
-
- getIndices() -
Method in class net.sf.jso.schema.ClassDescriptor
- Gets the index descriptors for the class descriptor .
- getInsertStatement() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns an insert statement for an object in the form:
insert into <table> (oid,<fields>) values (?
- getInsertStatement() -
Method in interface net.sf.jso.schema.StorableClass
- Returns an insert statement for an object in the form:
insert into <table> (oid,<fields>) values (?
- getJDBCTypeFor(int) -
Static method in class net.sf.jso.schema.StorableField
- Maps attributte types to JDBC types, defined in
java.sql.Types
.
- getJDBCTypeFor(Integer) -
Static method in class net.sf.jso.schema.StorableField
- Maps attributte types to JDBC types, defined in
java.sql.Types
.
- getJavaAccessibleFields() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns the set of accessible fields of the storable class.
- getJavaAccessibleFields() -
Method in interface net.sf.jso.schema.StorableClass
- Returns the set of accessible fields of the storable class.
- getJavaClass() -
Method in class net.sf.jso.schema.ClassDescriptor
- Returns the corresponding java class.
- getJavaClass() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns the target java class.
- getJavaClass() -
Method in interface net.sf.jso.schema.StorableClass
- Returns the target java class.
- getJavaField(String) -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns a fields of the storable class.
- getJavaField(String) -
Method in interface net.sf.jso.schema.StorableClass
- Returns a fields of the storable class.
- getJavaFields() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns the set of fields of the storable class.
- getJavaFields() -
Method in interface net.sf.jso.schema.StorableClass
- Returns the set of fields of the storable class.
- getJavaReferenceFields() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns the set of fields of the storable class that are from types
StorableField.OBJECT
or
StorableField.CONTAINER
.
- getJavaReferenceFields() -
Method in interface net.sf.jso.schema.StorableClass
- Returns the set of fields of the storable class that are from types
StorableField.OBJECT
or
StorableField.CONTAINER
.
- getJavaSubclasses() -
Method in class net.sf.jso.schema.ClassDescriptor
- Returns the set of subclasses of the storable class.
- getJavaSubclasses() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns the set of subclasses of the storable class.
- getJavaSubclasses() -
Method in interface net.sf.jso.schema.StorableClass
- Returns the set of subclasses of the storable class.
- getJavaSummaryFields() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns the set of summary fields of the storable class.
- getJavaSummaryFields() -
Method in interface net.sf.jso.schema.StorableClass
- Returns the set of summary fields of the storable class.
- getJavaSuperclasses() -
Method in class net.sf.jso.schema.ClassDescriptor
- Returns the set of superclasses of the storable class.
- getJavaSuperclasses() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns the set of superclasses of the storable class.
- getJavaSuperclasses() -
Method in interface net.sf.jso.schema.StorableClass
- Returns the set of superclasses of the storable class.
- getJoiner() -
Method in class net.sf.jso.util.JoinerThread
- Returns thread's joiner.
- getJsoMetadataField() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns class's
jsoMetadata
field.
- getJsoMetadataField() -
Method in interface net.sf.jso.schema.StorableClass
- Returns class's
jsoMetadata
field.
- getJsoPostRetrieveMethod() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns class's
jsoPostRetrieve()
method.
- getJsoPostRetrieveMethod() -
Method in interface net.sf.jso.schema.StorableClass
- Returns class's
jsoPostRetrieve()
method.
- getJsoPreDeleteMethod() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns class's
jsoPreDelete()
method.
- getJsoPreDeleteMethod() -
Method in interface net.sf.jso.schema.StorableClass
- Returns class's
jsoPreDelete()
method.
- getJsoPreStoreMethod() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns class's
jsoPreStore()
method.
- getJsoPreStoreMethod() -
Method in interface net.sf.jso.schema.StorableClass
- Returns class's
jsoPreStore()
method.
- getLeftOperand() -
Method in class net.sf.jso.query.Predicate
- Gets left operand
- getLockInfo() -
Method in class net.sf.jso.engine.JSOStorageController
- Gets transaction processing information.
- getLockInfo() -
Method in interface net.sf.jso.remote.RemoteStorageController
-
- getLockInfo() -
Method in class net.sf.jso.remote.StorageControllerProxy
-
- getLockInfo() -
Method in class net.sf.jso.transaction.JSOLockManager
- Gets transaction processing information.
- getLockInfo() -
Method in interface net.sf.jso.transaction.LockManager
- Gets transaction processing information.
- getLogin() -
Method in class net.sf.jso.examples.various.User
-
- getManager() -
Method in interface net.sf.jso.StorableMetadata
- Returns storage manager responsible for storage
operations over the object.
- getManager() -
Method in interface net.sf.jso.StorageEnvironment
- Returns local node's storage manager.
- getManager() -
Method in class net.sf.jso.engine.JSOEnvironment
- Returns local node's storage manager.
- getManager() -
Method in class net.sf.jso.storage.JSOStorableMetadata
- Returns storage manager responsible for storage
operations over the object.
- getManagerInfo() -
Method in interface net.sf.jso.StorageManager
- Gets storage management information.
- getManagerInfo() -
Method in class net.sf.jso.engine.JSOStorageManager
- Gets storage management information.
- getManagerInfo() -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- getMilliseconds(int, int, int, int, int, int) -
Static method in class net.sf.jso.util.DateTime
- Gets time as UTC milliseconds from the epoch according to parameters.
- getModulus() -
Method in class net.sf.jso.examples.various.ComplexNumber
-
- getName() -
Method in class net.sf.jso.examples.banking.Client
-
- getName() -
Method in class net.sf.jso.examples.various.User
-
- getName() -
Method in class net.sf.jso.query.Variable
- Returns variable's name.
- getName() -
Method in class net.sf.jso.schema.FieldDescriptor
- Gets field's name.
- getName() -
Method in class net.sf.jso.schema.IndexDescriptor
- Gets index's name.
- getName() -
Method in class net.sf.jso.sql.ColumnDescriptor
- Gets column's name.
- getName() -
Method in class net.sf.jso.sql.ConstraintDescriptor
- Gets constraint's name.
- getName() -
Method in class net.sf.jso.sql.TableDescriptor
- Gets table's name.
- getNameFor(int) -
Static method in class net.sf.jso.schema.StorableField
- Returns the name of a storable type.
- getNameFor(Integer) -
Static method in class net.sf.jso.schema.StorableField
- Returns the name of a storable type.
- getNameFor(int) -
Static method in class net.sf.jso.sql.JDBCTypes
- Gets the name for a JDBC type.
- getNameFor(Integer) -
Static method in class net.sf.jso.sql.JDBCTypes
- Gets the name for a JDBC type.
- getNumber() -
Method in class net.sf.jso.examples.banking.Account
-
- getOID() -
Method in interface net.sf.jso.StorableMetadata
- Returns object's OID.
- getOID(Object) -
Method in interface net.sf.jso.StorageManager
- Returns OID of a transient storable object.
- getOID(Object) -
Method in class net.sf.jso.engine.JSOStorageManager
- Returns OID of a transient storable object.
- getOID() -
Method in class net.sf.jso.examples.various.User
-
- getOID(Object) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- getOID(Object) -
Method in class net.sf.jso.storage.JSOObjectManager
- Returns OID of a transient storable object.
- getOID() -
Method in class net.sf.jso.storage.JSOStorableMetadata
- Returns object's OID.
- getOID() -
Method in interface net.sf.jso.storage.ObjectData
- Returns object's identification.
- getOID(Object) -
Method in interface net.sf.jso.storage.ObjectManager
- Returns OID of a transient storable object.
- getOID() -
Method in class net.sf.jso.storage.StorageEvent
-
- getOID() -
Method in class net.sf.jso.util.JSOOID
- Returns the OID long identification.
- getObjectClass() -
Method in interface net.sf.jso.storage.ObjectData
- Returns object's class.
- getOperator() -
Method in class net.sf.jso.query.Criteria
- Returns the operator of the criteria expression.
- getOperator() -
Method in class net.sf.jso.query.FieldOrder
- Returns order's operator.
- getPID() -
Method in interface net.sf.jso.storage.ObjectMetadata
- Returns object's partition identification.
- getPhone() -
Method in class net.sf.jso.examples.various.User
-
- getPoolCapacity() -
Method in interface net.sf.jso.ManagerInfo
- Returns the connection pool capacity.
- getPoolCapacity() -
Method in class net.sf.jso.engine.JSOStorageManager
- Returns the connection pool capacity.
- getPoolInfo() -
Method in interface net.sf.jso.sql.ConnectionPool
- Gets connection pool information.
- getPoolInfo() -
Method in class net.sf.jso.sql.DynamicPool
- Gets connection pool information.
- getPoolInfo() -
Method in class net.sf.jso.sql.NoPool
- Gets connection pool information.
- getPoolInfo() -
Method in class net.sf.jso.sql.SimplePool
- Gets connection pool information.
- getPoolLoad() -
Method in interface net.sf.jso.ManagerInfo
- Returns the number of pool's connections in use.
- getPoolLoad() -
Method in class net.sf.jso.engine.JSOStorageManager
- Returns the number of pool's connections in use.
- getReal_() -
Method in class net.sf.jso.examples.various.ComplexNumber
-
- getRefFields() -
Method in class net.sf.jso.sql.ConstraintDescriptor
- Gets the constraint's list of referenced fields.
- getRefTable() -
Method in class net.sf.jso.sql.ConstraintDescriptor
- Gets constraint's referenced table name.
- getRefs() -
Method in interface net.sf.jso.storage.ObjectMetadata
- Returns object's target inter-partition references.
- getResult() -
Method in class net.sf.jso.query.CountQueryExecutor
-
- getRightOperand() -
Method in class net.sf.jso.query.Predicate
- Gets right operand
- getSchemaClass() -
Method in class net.sf.jso.schema.SchemaEvent
-
- getSchemaSubclass() -
Method in class net.sf.jso.schema.SchemaEvent
-
- getSelect() -
Method in class net.sf.jso.query.CountQueryExecutor
-
- getSelectStatement(boolean) -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns a select statement for an object in the form:
select <fields> from <table> where oid = ?
- getSelectStatement(boolean) -
Method in interface net.sf.jso.schema.StorableClass
- Returns a select statement for an object in the form:
select <fields> from <table> where oid = ?
- getSource() -
Method in class net.sf.jso.util.Event
-
- getSourceList() -
Method in class net.sf.jso.query.RetrieveResult
-
- getStatus() -
Method in class net.sf.jso.StatusEvent
-
- getStatus() -
Method in interface net.sf.jso.StorageController
- Gets controller's status.
- getStatus() -
Method in interface net.sf.jso.StorageManager
- Gets manager's status.
- getStatus() -
Method in class net.sf.jso.engine.JSOStorageController
- Gets controller's status.
- getStatus() -
Method in class net.sf.jso.engine.JSOStorageManager
- Gets manager's status.
- getStatus() -
Method in interface net.sf.jso.remote.RemoteStorageController
-
- getStatus() -
Method in class net.sf.jso.remote.StorageControllerProxy
-
- getStatus() -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- getStatus() -
Method in class net.sf.jso.transaction.JSOTransaction
- Returns transaction status.
- getStatus() -
Method in interface net.sf.jso.transaction.Transaction
- Returns transaction status.
- getStorableClass(Class) -
Method in class net.sf.jso.schema.JSOSchemaProxy
- Returns a class' corresponding storable class from schema, if not in cache.
- getStorableClass(Class) -
Method in interface net.sf.jso.schema.SchemaProxy
- Returns a class' corresponding storable class from schema, if not in cache.
- getStorableClass() -
Method in interface net.sf.jso.storage.ObjectData
- Returns object's storable class.
- getStoredOIDs() -
Method in class net.sf.jso.transaction.JSOTransaction
- Returns set of OIDs of objects stored during transaction activity.
- getStringLength() -
Method in interface net.sf.jso.sql.DatabaseInterface
- Returns the length to be used as string comlumns length in tables.
- getStringLength() -
Method in class net.sf.jso.sql.JSODatabase
- Returns the length to be used as string comlumns length in tables.
- getTableDescriptor() -
Method in class net.sf.jso.schema.ClassDescriptor
- Returns a table descriptor for this class descriptor.
- getTableName() -
Method in class net.sf.jso.schema.ClassDescriptor
- Returns the name of the storable class's corresponding table.
- getTableName() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns the name of the storable class's corresponding table.
- getTableName() -
Method in interface net.sf.jso.schema.StorableClass
- Returns the name of the storable class's corresponding table.
- getTableNameFor(Class) -
Static method in class net.sf.jso.schema.ClassDescriptor
- Returns a table name for a class.
- getTableNameFor(String) -
Static method in class net.sf.jso.schema.ClassDescriptor
- Returns a table name for a class name.
- getThread() -
Method in class net.sf.jso.transaction.JSOTransaction
- Returns the thread associated to this transaction.
- getThreadCount() -
Method in interface net.sf.jso.ManagerInfo
- Returns the number of active threads.
- getThreadCount() -
Method in class net.sf.jso.engine.JSOStorageManager
- Returns the number of active threads.
- getTime(int, int, int) -
Static method in class net.sf.jso.util.DateTime
- Creates a
Time
object according to parameters.
- getTimeout() -
Method in class net.sf.jso.transaction.JSOTransaction
- Gets transaction timeout.
- getTimeout() -
Method in interface net.sf.jso.transaction.Transaction
- Gets transaction timeout.
- getTimestamp(int, int, int, int, int, int) -
Static method in class net.sf.jso.util.DateTime
- Creates a
Timestamp
object according to parameters.
- getTop() -
Method in class net.sf.jso.cache.CacheQueue
-
- getTransaction() -
Method in interface net.sf.jso.StorageManager
- Gets the transaction associated to the current thread.
- getTransaction() -
Method in class net.sf.jso.engine.JSOStorageManager
- Gets the transaction associated to the current thread.
- getTransaction() -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- getTransaction() -
Method in class net.sf.jso.transaction.JSOTransactionManager
- Gets the transaction associated to the current thread.
- getTransaction() -
Method in interface net.sf.jso.transaction.TransactionManager
- Gets the transaction associated to the current thread.
- getTransactionCount() -
Method in interface net.sf.jso.ManagerInfo
- Returns the number of active transactions.
- getTransactionCount() -
Method in class net.sf.jso.engine.JSOStorageManager
- Returns the number of active transactions.
- getTransactionCount() -
Method in class net.sf.jso.transaction.JSOTransactionManager
- Returns the number of active transactions.
- getTransactionCount() -
Method in interface net.sf.jso.transaction.TransactionInfo
- Returns the number of active transactions.
- getTransactionInfo() -
Method in class net.sf.jso.transaction.JSOTransactionManager
- Gets transaction processing information.
- getTransactionInfo() -
Method in interface net.sf.jso.transaction.TransactionManager
- Gets transaction processing information.
- getType() -
Method in class net.sf.jso.schema.FieldDescriptor
- Gets field's type.
- getType() -
Method in class net.sf.jso.sql.ColumnDescriptor
- Gets column's type.
- getType() -
Method in class net.sf.jso.sql.ConstraintDescriptor
- Gets constraint's type.
- getTypeFor(String) -
Static method in class net.sf.jso.sql.JDBCTypes
- Gets the JDBC type by the name.
- getUpdateStatement() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns an update statement for an object in the form:
update <table> set <fields = ?
- getUpdateStatement() -
Method in interface net.sf.jso.schema.StorableClass
- Returns an update statement for an object in the form:
update <table> set <fields = ?
- getValidTypes() -
Static method in class net.sf.jso.schema.StorableField
- Returns a set of valid storable field type.
- getValidTypes() -
Static method in class net.sf.jso.sql.JDBCTypes
- Returns a set of valid JDBC types for a column descriptor.
- getValue() -
Method in class net.sf.jso.query.ValueOperand
- Returns operand's value.
- getValueField() -
Static method in class net.sf.jso.schema.JSOStorableClass
- Returns a generic fake field for storing values of wrapper classes.
- getVariable() -
Method in class net.sf.jso.query.FieldOperand
- Returns operand's variable.
- getVariable() -
Method in class net.sf.jso.query.FieldOrder
- Returns order's variable.
- getVariableClass() -
Method in class net.sf.jso.query.Variable
- Returns variable's class.
- getVoidConstructor() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns class's void constructor.
- getVoidConstructor() -
Method in interface net.sf.jso.schema.StorableClass
- Returns class's void constructor.
- getWrapperClass(Integer) -
Static method in class net.sf.jso.schema.StorableField
- Maps a storable field type to a class.
- getWrapperType(Class) -
Static method in class net.sf.jso.schema.StorableField
- Maps a wrapper class to a storable field type.
- getWrapperValueField() -
Method in class net.sf.jso.schema.JSOStorableClass
- Returns a generic fake field for storing values of wrapper classes.
- getWrapperValueField() -
Method in interface net.sf.jso.schema.StorableClass
- Returns a generic fake field for storing values of wrapper classes.
Cache.get()
method.
null
as its detail message.
(cause==null ?
- idle() -
Method in interface net.sf.jso.sql.ConnectionPoolInfo
- Informs the number of idle connections available fom immediate use.
- idle() -
Method in class net.sf.jso.sql.DynamicPool
- Returns the number of idle connections.
- idle() -
Method in class net.sf.jso.sql.NoPool
- Returns the number of idle connections.
- idle() -
Method in class net.sf.jso.sql.SimplePool
- Returns the number of idle connections.
- inUse() -
Method in interface net.sf.jso.cache.CacheInfo
- Informs the cache usage.
- inUse() -
Method in class net.sf.jso.cache.LRUCache
-
- inUse() -
Method in class net.sf.jso.cache.MemoryCache
-
- inUse() -
Method in class net.sf.jso.cache.PriorityCache
-
- inUse() -
Method in interface net.sf.jso.sql.ConnectionPoolInfo
- Informs the pool usage.
- inUse() -
Method in class net.sf.jso.sql.DynamicPool
- Returns the number of used connections.
- inUse() -
Method in class net.sf.jso.sql.NoPool
- Returns the number of used connections.
- inUse() -
Method in class net.sf.jso.sql.SimplePool
- Returns the number of used connections.
- indices -
Variable in class net.sf.jso.schema.StorableClassMetadata
- Array containing indices for the class.
- intValue() -
Method in class net.sf.jso.util.JSOOID
-
- intercept(Object, Method, Object[], MethodProxy) -
Method in class net.sf.jso.storage.JSOStorableProxy
- Intercepts calls to proxy's methods.
- invalidade(Class) -
Method in class net.sf.jso.schema.JSOSchemaCache
- Invalidates cached data of a storable class in cache.
- invalidade(Class) -
Method in interface net.sf.jso.schema.SchemaCache
- Invalidates cached data of a storable class in cache.
- invalidate() -
Method in interface net.sf.jso.cache.Cache
- Invalidates all cached objects.
- invalidate() -
Method in class net.sf.jso.cache.JSOObjectDataCache
- Invalidates all cached data.
- invalidate(OID) -
Method in class net.sf.jso.cache.JSOObjectDataCache
- Invalidates an object's data.
- invalidate(Class) -
Method in class net.sf.jso.cache.JSOObjectDataCache
- Invalidates all data of objects of a class.
- invalidate() -
Method in class net.sf.jso.cache.LRUCache
-
- invalidate() -
Method in class net.sf.jso.cache.MemoryCache
-
- invalidate() -
Method in interface net.sf.jso.cache.ObjectDataCache
- Invalidates all cached data.
- invalidate(OID) -
Method in interface net.sf.jso.cache.ObjectDataCache
- Invalidates an object's data.
- invalidate(Class) -
Method in interface net.sf.jso.cache.ObjectDataCache
- Invalidates all data of objects of a class.
- invalidate() -
Method in class net.sf.jso.cache.PriorityCache
-
- invalidate(Object) -
Method in class net.sf.jso.cache.PriorityCache
-
- invalidate() -
Method in interface net.sf.jso.storage.DataManager
- Invalidates all cached data.
- invalidate(OID) -
Method in interface net.sf.jso.storage.DataManager
- Invalidates cached data of an object.
- invalidate(Class) -
Method in interface net.sf.jso.storage.DataManager
- Invalidates cached data of all objects of a class.
- invalidate() -
Method in class net.sf.jso.storage.JSODataManager
- Invalidates all cached data.
- invalidate(OID) -
Method in class net.sf.jso.storage.JSODataManager
- Invalidates cached data of an object.
- invalidate(Class) -
Method in class net.sf.jso.storage.JSODataManager
- Invalidates cached data of all objects of a class.
- invalidate() -
Method in class net.sf.jso.storage.JSOObjectManager
- Invalidates all cached data.
- invalidate(OID) -
Method in class net.sf.jso.storage.JSOObjectManager
- Invalidates cached data of an object.
- invalidate(Class) -
Method in class net.sf.jso.storage.JSOObjectManager
- Invalidates cached data of all objects of a class.
- invalidate() -
Method in interface net.sf.jso.storage.ObjectManager
- Invalidates all cached data.
- invalidate(OID) -
Method in interface net.sf.jso.storage.ObjectManager
- Invalidates cached data of an object.
- invalidate(Class) -
Method in interface net.sf.jso.storage.ObjectManager
- Invalidates cached data of all objects of a class.
- invalidateCache() -
Method in interface net.sf.jso.StorageManager
- Invalidates manager's cache.
- invalidateCache() -
Method in class net.sf.jso.engine.JSOStorageManager
- Invalidates manager's cache.
- invalidateCache() -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- isAccessible() -
Method in class net.sf.jso.schema.FieldDescriptor
- Indicates if the the field may be accessed by query engine.
- isAccessible(Field) -
Method in class net.sf.jso.schema.JSOStorableClass
- Indicates if the supplied field is accessible.
- isAccessible(Field) -
Method in interface net.sf.jso.schema.StorableClass
- Indicates if the supplied field is accessible.
- isActive() -
Method in class net.sf.jso.sql.JDBCTransaction
- Indicates if the transaction is active.
- isActive() -
Method in class net.sf.jso.transaction.JSOTransaction
- Indicates if the transaction is active.
- isActive() -
Method in interface net.sf.jso.transaction.Transaction
- Indicates if the transaction is active.
- isChecked() -
Method in class net.sf.jso.schema.JSOStorableClass
- Indicates if this storable class has been checked agains corresponding class.
- isChecked() -
Method in interface net.sf.jso.schema.StorableClass
- Indicates if this storable class has been checked agains corresponding class.
- isCollectionType() -
Method in class net.sf.jso.schema.JSOStorableClass
- Indicates if storable class is a collection type.
- isCollectionType() -
Method in interface net.sf.jso.schema.StorableClass
- Indicates if storable class is a collection type.
- isContainerType() -
Method in class net.sf.jso.schema.JSOStorableClass
- Indicates if storable class is a container type.
- isContainerType() -
Method in interface net.sf.jso.schema.StorableClass
- Indicates if storable class is a container type.
- isDuplicateKeyCode(int) -
Method in interface net.sf.jso.sql.DatabaseInterface
- Indicates if a vendor error code is a duplicate key error code.
- isDuplicateKeyCode(int) -
Method in class net.sf.jso.sql.JSODatabase
- Indicates if a vendor error code is a duplicate key error code.
- isEmpty() -
Method in class net.sf.jso.query.Criteria
- Indicates if the criteria expression is empty.
- isEmpty() -
Method in class net.sf.jso.query.CriteriaOperand
- Indicates operands attributes have been specified.
- isEmpty() -
Method in class net.sf.jso.query.FieldOperand
- Indicates operands attributes have been specified.
- isEmpty() -
Method in class net.sf.jso.query.FieldOrder
- Indicates if the all order information has been specified.
- isEmpty() -
Method in class net.sf.jso.query.Order
- Indicates if the order expression is empty.
- isEmpty() -
Method in class net.sf.jso.query.Predicate
- Indicates if the all predicate information has been specified.
- isEmpty() -
Method in class net.sf.jso.query.ValueOperand
- Indicates operands attributes have been specified.
- isGarbageCollectable() -
Method in class net.sf.jso.schema.ClassDescriptor
- Indicates if the storable class is garabage collectable.
- isGarbageCollectable() -
Method in class net.sf.jso.schema.JSOStorableClass
- Indicates if the storable class is garabage collectable.
- isGarbageCollectable() -
Method in interface net.sf.jso.schema.StorableClass
- Indicates if the storable class is garabage collectable.
- isMapType() -
Method in class net.sf.jso.schema.JSOStorableClass
- Indicates if storable class is a map type.
- isMapType() -
Method in interface net.sf.jso.schema.StorableClass
- Indicates if storable class is a map type.
- isNullable() -
Method in class net.sf.jso.sql.ColumnDescriptor
-
- isOpen() -
Method in interface net.sf.jso.sql.ConnectionPool
- Indicates if the pool is open.
- isOpen() -
Method in class net.sf.jso.sql.DynamicPool
- Indicates if the pool is open.
- isOpen() -
Method in class net.sf.jso.sql.NoPool
- Indicates if the pool is open.
- isOpen() -
Method in class net.sf.jso.sql.SimplePool
- Indicates if the pool is open.
- isReferentialIntegrityCode(int) -
Method in interface net.sf.jso.sql.DatabaseInterface
- Indicates if a vendor error code is a referential integrity error code.
- isReferentialIntegrityCode(int) -
Method in class net.sf.jso.sql.JSODatabase
- Indicates if a vendor error code is a referential integrity error code.
- isRemote() -
Method in interface net.sf.jso.StorageController
- Indicates if controller is running on another JVM.
- isRemote() -
Method in interface net.sf.jso.StorageManager
- Indicates if manager is running on another JVM.
- isRemote() -
Method in class net.sf.jso.engine.JSOStorageController
- Indicates if controller is running on another JVM.
- isRemote() -
Method in class net.sf.jso.engine.JSOStorageManager
- Indicates if manager is running on another JVM.
- isRemote() -
Method in class net.sf.jso.remote.StorageControllerProxy
-
- isRemote() -
Method in class net.sf.jso.remote.StorageManagerProxy
-
- isSettingUp() -
Method in class net.sf.jso.Status
-
- isShut() -
Method in class net.sf.jso.Status
-
- isShuttingDown() -
Method in class net.sf.jso.Status
-
- isStarted() -
Method in class net.sf.jso.Status
-
- isStarted() -
Method in interface net.sf.jso.garbage.GarbageCollector
- Indicates if garbage collector is started.
- isStarted() -
Method in class net.sf.jso.garbage.JSOGarbageCollector
- Indicates if garbage collector is started.
- isStarting() -
Method in class net.sf.jso.Status
-
- isStopped() -
Method in class net.sf.jso.Status
-
- isStopping() -
Method in class net.sf.jso.Status
-
- isStorableType() -
Method in class net.sf.jso.schema.JSOStorableClass
- Indicates if storable class is a storable type.
- isStorableType() -
Method in interface net.sf.jso.schema.StorableClass
- Indicates if storable class is a storable type.
- isSummary() -
Method in interface net.sf.jso.StorableMetadata
- Indicates if object is a summary object.
- isSummary() -
Method in class net.sf.jso.schema.FieldDescriptor
- Indicates if this field is part of the class summary.
- isSummary(Field) -
Method in class net.sf.jso.schema.JSOStorableClass
- Indicates if the supplied field is a summary field.
- isSummary(Field) -
Method in interface net.sf.jso.schema.StorableClass
- Indicates if the supplied field is a summary field.
- isSummary() -
Method in class net.sf.jso.storage.JSOStorableMetadata
- Indicates if object is a summary object.
- isSummary() -
Method in interface net.sf.jso.storage.ObjectFieldData
- Indicates if data stored is summary data.
- isUnique() -
Method in class net.sf.jso.schema.IndexDescriptor
- Indicates if the index is unique.
- isValidType(int) -
Static method in class net.sf.jso.schema.StorableField
- Checks if a type is a valid storable field type.
- isValidType(Integer) -
Static method in class net.sf.jso.schema.StorableField
- Checks if a type is a valid storable field type.
- isValidType(int) -
Static method in class net.sf.jso.sql.JDBCTypes
- Indicates if a type is a valid JSO JDBC type.
- isValidType(Integer) -
Static method in class net.sf.jso.sql.JDBCTypes
- Indicates if a type is a valid JSO JDBC type.
- isWaitingToStop() -
Method in class net.sf.jso.Status
-
java.sql.Connection
object obtained through a
connection pool.java.sql.Types
).Cache.get()
method.
null
as its detail message.
(cause==null ?
- Operation - class net.sf.jso.examples.banking.Operation.
- Operation over a banck account.
- Operation() -
Constructor for class net.sf.jso.examples.banking.Operation
-
- Operation(int) -
Constructor for class net.sf.jso.examples.banking.Operation
-
- Order - class net.sf.jso.query.Order.
- Order used for object query.
- Order() -
Constructor for class net.sf.jso.query.Order
- Constructs order expression.
- Order(Collection) -
Constructor for class net.sf.jso.query.Order
- Constructs order expression.
- OrderOperator - class net.sf.jso.query.OrderOperator.
- Operator for order expressions.
- obj -
Variable in class net.sf.jso.cache.QueueEntry
-
- objectDeleted(StorageEvent) -
Method in class net.sf.jso.engine.JSOStorageController
- Called when an object is deleted.
- objectDeleted(StorageEvent) -
Method in class net.sf.jso.engine.JSOStorageManager
- Called when an object is deleted.
- objectDeleted(StorageEvent) -
Method in interface net.sf.jso.remote.RemoteStorageController
-
- objectDeleted(StorageEvent) -
Method in interface net.sf.jso.remote.RemoteStorageManager
-
- objectDeleted(StorageEvent) -
Method in class net.sf.jso.remote.StorageControllerProxy
-
- objectDeleted(StorageEvent) -
Method in class net.sf.jso.remote.StorageManagerProxy
-
- objectDeleted(StorageEvent) -
Method in interface net.sf.jso.storage.StorageListener
- Called when an object is deleted.
- objectStored(StorageEvent) -
Method in class net.sf.jso.engine.JSOStorageController
- Called when an object is stored.
- objectStored(StorageEvent) -
Method in class net.sf.jso.engine.JSOStorageManager
- Called when an object is stored.
- objectStored(StorageEvent) -
Method in interface net.sf.jso.remote.RemoteStorageController
-
- objectStored(StorageEvent) -
Method in interface net.sf.jso.remote.RemoteStorageManager
-
- objectStored(StorageEvent) -
Method in class net.sf.jso.remote.StorageControllerProxy
-
- objectStored(StorageEvent) -
Method in class net.sf.jso.remote.StorageManagerProxy
-
- objectStored(StorageEvent) -
Method in interface net.sf.jso.storage.StorageListener
- Called when an object is stored.
- oid -
Variable in class net.sf.jso.garbage.ObjectGarbageData
-
- open(String, String, String) -
Method in interface net.sf.jso.sql.ConnectionPool
- Opens the pool.
- open(String, String, String, String) -
Method in interface net.sf.jso.sql.ConnectionPool
- Opens the pool.
- open(String, String, String) -
Method in class net.sf.jso.sql.DynamicPool
- Opens the pool.
- open(String, String, String, String) -
Method in class net.sf.jso.sql.DynamicPool
- Opens the pool.
- open(String, String, String) -
Method in class net.sf.jso.sql.NoPool
- Opens the pool.
- open(String, String, String, String) -
Method in class net.sf.jso.sql.NoPool
- Opens the pool.
- open(String, String, String) -
Method in class net.sf.jso.sql.SimplePool
- Opens the pool.
- open(String, String, String, String) -
Method in class net.sf.jso.sql.SimplePool
- Opens the pool.
- operator -
Variable in class net.sf.jso.query.Criteria
-
- order -
Variable in class net.sf.jso.query.Parameters
- Order to be used.
- outgoingRefs -
Variable in class net.sf.jso.garbage.ObjectGarbageData
-
- outgoingRefsMap -
Variable in class net.sf.jso.garbage.ObjectGarbageData
-
null
as its detail message.
(cause==null ?
- Parameters - class net.sf.jso.query.Parameters.
- Parameters for object query.
- Parameters() -
Constructor for class net.sf.jso.query.Parameters
- Constructs the parameters.
- Parameters(Variable[], Criteria) -
Constructor for class net.sf.jso.query.Parameters
- Constructs the parameters.
- Parameters(Variable[], Criteria, Order) -
Constructor for class net.sf.jso.query.Parameters
- Constructs the parameters.
- Parameters(Variable[], Criteria, int) -
Constructor for class net.sf.jso.query.Parameters
- Constructs the parameters.
- Parameters(Variable[], Criteria, Order, int, int) -
Constructor for class net.sf.jso.query.Parameters
- Constructs the parameters.
- Parameters(Variable[], Criteria, Order, int, int, boolean) -
Constructor for class net.sf.jso.query.Parameters
- Constructs the parameters.
- Parameters(Class) -
Constructor for class net.sf.jso.query.Parameters
- Constructs the parameters.
- Parameters(Class, Criteria) -
Constructor for class net.sf.jso.query.Parameters
- Constructs the parameters.
- Parameters(Class, Criteria, Order) -
Constructor for class net.sf.jso.query.Parameters
- Constructs the parameters.
- Parameters(Class, Order) -
Constructor for class net.sf.jso.query.Parameters
- Constructs the parameters.
- Parameters(Class, Criteria, Order, int, int) -
Constructor for class net.sf.jso.query.Parameters
- Constructs the parameters.
- Parameters(Class, Criteria, int) -
Constructor for class net.sf.jso.query.Parameters
- Constructs the parameters.
- Predicate - class net.sf.jso.query.Predicate.
- A small criteria expression composed of two
operands (left and right) and an
operator.
- Predicate(String, CriteriaOperator) -
Constructor for class net.sf.jso.query.Predicate
- Constructs predicate with a left field operand and a right value operand.
- Predicate(Variable, String, CriteriaOperator) -
Constructor for class net.sf.jso.query.Predicate
- Constructs predicate with a left field operand and a right value operand.
- Predicate(String, CriteriaOperator, Object) -
Constructor for class net.sf.jso.query.Predicate
- Constructs predicate with a left field operand and a right value operand.
- Predicate(Variable, String, CriteriaOperator, Object) -
Constructor for class net.sf.jso.query.Predicate
- Constructs predicate with a left field operand and a right value operand.
- Predicate(String, CriteriaOperator, Variable, String) -
Constructor for class net.sf.jso.query.Predicate
- Constructs predicate with both operands field operands.
- Predicate(Variable, String, CriteriaOperator, Variable, String) -
Constructor for class net.sf.jso.query.Predicate
- Constructs predicate with both operands field operands.
- PriorityCache - class net.sf.jso.cache.PriorityCache.
-
- PriorityCache(int) -
Constructor for class net.sf.jso.cache.PriorityCache
-
- Program1 - class net.sf.jso.examples.banking.Program1.
- Creates clients and accounts.
- Program1() -
Constructor for class net.sf.jso.examples.banking.Program1
-
- Program2 - class net.sf.jso.examples.banking.Program2.
- Lists clients and accounts.
- Program2() -
Constructor for class net.sf.jso.examples.banking.Program2
-
- Program3 - class net.sf.jso.examples.banking.Program3.
- Operates on account 1.
- Program3() -
Constructor for class net.sf.jso.examples.banking.Program3
-
- Program4 - class net.sf.jso.examples.banking.Program4.
- Prints historyRetira extrato das contas do Xexeo.
- Program4() -
Constructor for class net.sf.jso.examples.banking.Program4
-
- Properties - class net.sf.jso.util.Properties.
- Extended class for properties.
- Properties() -
Constructor for class net.sf.jso.util.Properties
- Creates an empty property list with no default values.
- Properties(Properties) -
Constructor for class net.sf.jso.util.Properties
- Creates an empty property list with the specified defaults.
- page -
Variable in class net.sf.jso.query.Parameters
- Specifies which page of the result should be returned.
- pageSize -
Variable in class net.sf.jso.query.Parameters
- Devides the result in pages of
pageSize
objects.
- polymorphic -
Variable in class net.sf.jso.query.Parameters
- Indicates if polymorphism should be used when executing query.
- prepareField(PreparedStatement, int, Integer, Object) -
Static method in class net.sf.jso.schema.StorableField
- Sets the value for a prepared statement's parameter.
- processResult(ResultSet) -
Method in class net.sf.jso.query.CountQueryExecutor
-
- put(Object, Object) -
Method in interface net.sf.jso.cache.Cache
- Puts an object in the cache.
- put(ObjectData) -
Method in class net.sf.jso.cache.JSOObjectDataCache
- Puts an object's data in the cache.
- put(Object, Object) -
Method in class net.sf.jso.cache.LRUCache
-
- put(Object, Object) -
Method in class net.sf.jso.cache.MemoryCache
-
- put(ObjectData) -
Method in interface net.sf.jso.cache.ObjectDataCache
- Puts an object's data in the cache.
- put(Object, Object) -
Method in class net.sf.jso.cache.PriorityCache
-
- put(Class, Object) -
Method in class net.sf.jso.schema.JSOSchemaCache
- Puts a storable class in cache.
- put(Class, Object) -
Method in interface net.sf.jso.schema.SchemaCache
- Puts a storable class in cache.
- putField(Field, Object) -
Method in interface net.sf.jso.storage.ObjectFieldData
- Store data for one of the object's fields.
null
as its detail
message.
(cause==null ?
- readObject(OID, boolean, StorableClass, Transaction) -
Method in interface net.sf.jso.storage.DataManager
- Reads an object's data.
- readObject(OID, boolean, StorableClass, Transaction) -
Method in class net.sf.jso.storage.JSODataManager
- Reads an object's data.
- registerManager(StorageManager) -
Method in interface net.sf.jso.StorageController
- Register a storage manager to receive events.
- registerManager(StorageManager) -
Method in class net.sf.jso.engine.JSOStorageController
- Register a storage manager to receive events.
- registerManager(StorageManager) -
Method in interface net.sf.jso.remote.RemoteStorageController
-
- registerManager(StorageManager) -
Method in class net.sf.jso.remote.StorageControllerProxy
-
- release(TID, OID) -
Method in class net.sf.jso.engine.JSOStorageController
- Releases the lock for an object
- release(TID, OID) -
Method in interface net.sf.jso.remote.RemoteStorageController
-
- release(TID, OID) -
Method in class net.sf.jso.remote.StorageControllerProxy
-
- release(TID, OID) -
Method in class net.sf.jso.transaction.JSOLockManager
- Releases the lock for an object
- release(TID, OID) -
Method in interface net.sf.jso.transaction.LockManager
- Releases the lock for an object
- remove(QueueEntry) -
Method in class net.sf.jso.cache.CacheQueue
-
- removeBottom() -
Method in class net.sf.jso.cache.CacheQueue
-
- removeColumn(ColumnDescriptor) -
Method in class net.sf.jso.sql.TableDescriptor
- Removes a column from the table.
- removeConstraint(ConstraintDescriptor) -
Method in class net.sf.jso.sql.TableDescriptor
- Removes a constraint from the table.
- removeField(String) -
Method in class net.sf.jso.sql.ConstraintDescriptor
- Removes a field from the constraint.
- removeJavaSubclass(Class) -
Method in class net.sf.jso.schema.ClassDescriptor
- Removes a class to the set of subclasses of the storable class.
- removeJavaSubclass(Class) -
Method in class net.sf.jso.schema.JSOStorableClass
- Removes a class to the set of subclasses of the storable class.
- removeJavaSubclass(Class) -
Method in interface net.sf.jso.schema.StorableClass
- Removes a class to the set of subclasses of the storable class.
- removeListener(TransactionListener) -
Method in class net.sf.jso.transaction.JSOTransactionManager
- Stops sending transaction events to a listener.
- removeListener(TransactionListener) -
Method in interface net.sf.jso.transaction.TransactionManager
- Stops sending transaction events to a listener.
- removeRefField(String) -
Method in class net.sf.jso.sql.ConstraintDescriptor
- Removes a referenced field from the constraint.
- removeSchemaListener(SchemaListener) -
Method in class net.sf.jso.engine.JSOStorageController
- Stops sending schema events to a listener.
- removeSchemaListener(SchemaListener) -
Method in class net.sf.jso.remote.StorageControllerProxy
- Not supported.
- removeSchemaListener(SchemaListener) -
Method in class net.sf.jso.schema.JSOSchemaManager
- Stops sending schema events to a listener.
- removeSchemaListener(SchemaListener) -
Method in interface net.sf.jso.schema.SchemaManager
- Stops sending schema events to a listener.
- removeStatusListener(StatusListener) -
Method in interface net.sf.jso.StorageController
- Stops sending status events to a listener.
- removeStatusListener(StatusListener) -
Method in interface net.sf.jso.StorageManager
- Stops sending status events to a listener.
- removeStatusListener(StatusListener) -
Method in class net.sf.jso.engine.JSOStorageController
- Stops sending status events to a listener.
- removeStatusListener(StatusListener) -
Method in class net.sf.jso.engine.JSOStorageManager
- Stops sending status events to a listener.
- removeStatusListener(StatusListener) -
Method in class net.sf.jso.remote.StorageControllerProxy
- Not supported.
- removeStatusListener(StatusListener) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- removeStorageListener(StorageListener) -
Method in interface net.sf.jso.StorageController
- Stops sending storage events to a listener.
- removeStorageListener(StorageListener) -
Method in interface net.sf.jso.StorageManager
- Stops sending storage events to a listener.
- removeStorageListener(StorageListener) -
Method in class net.sf.jso.engine.JSOStorageController
- Stops sending storage events to a listener.
- removeStorageListener(StorageListener) -
Method in class net.sf.jso.engine.JSOStorageManager
- Stops sending storage events to a listener.
- removeStorageListener(StorageListener) -
Method in class net.sf.jso.remote.StorageControllerProxy
- Not supported.
- removeStorageListener(StorageListener) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- removeTop() -
Method in class net.sf.jso.cache.CacheQueue
-
- retrieve(OID) -
Method in interface net.sf.jso.StorageManager
- Retrieves an object.
- retrieve(OID, boolean) -
Method in interface net.sf.jso.StorageManager
- Retrieves an object.
- retrieve(OID, boolean, boolean) -
Method in interface net.sf.jso.StorageManager
- Retrieves an object.
- retrieve(OID) -
Method in class net.sf.jso.engine.JSOStorageManager
- Retrieves an object.
- retrieve(OID, boolean) -
Method in class net.sf.jso.engine.JSOStorageManager
- Retrieves an object.
- retrieve(OID, boolean, boolean) -
Method in class net.sf.jso.engine.JSOStorageManager
- Retrieves an object.
- retrieve(Parameters) -
Method in class net.sf.jso.engine.JSOStorageManager
- Retrieves objects according to parameters.
- retrieve(Parameters) -
Method in class net.sf.jso.query.JSOQueryProcessor
- Retrieves objects according to parameters.
- retrieve(Parameters) -
Method in interface net.sf.jso.query.QueryProcessor
- Retrieves objects according to parameters.
- retrieve(OID) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- retrieve(OID, boolean) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- retrieve(OID, boolean, boolean) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- retrieve(Parameters, Transaction) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- retrieve(Parameters) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- retrieve(OID, boolean, boolean, boolean, boolean, Transaction) -
Method in class net.sf.jso.storage.JSOObjectManager
- Retrieves an object.
- retrieve(OID, boolean, boolean, boolean, boolean, Transaction) -
Method in interface net.sf.jso.storage.ObjectManager
- Retrieves an object.
- retrieveField(ResultSet, String, Integer) -
Static method in class net.sf.jso.schema.StorableField
- Retrieves a field value from a result set.
- retrieveField(ResultSet, int, Integer) -
Static method in class net.sf.jso.schema.StorableField
- Retrieves a field value from a result set.
- returnConnection(Connection) -
Method in interface net.sf.jso.sql.ConnectionPool
- Returns a connection to the pool.
- returnConnection(Connection) -
Method in class net.sf.jso.sql.DynamicPool
- Returns a connection to the pool.
- returnConnection(Connection) -
Method in class net.sf.jso.sql.NoPool
- Returns a connection to the pool.
- returnConnection(Connection) -
Method in class net.sf.jso.sql.SimplePool
- Returns a connection to the pool.
- rollback() -
Method in class net.sf.jso.sql.JDBCTransaction
- Rolls back the transaction.
- rollback() -
Method in class net.sf.jso.transaction.JSOTransaction
- Rolls back the transaction.
- rollback() -
Method in interface net.sf.jso.transaction.Transaction
- Rolls back the transaction.
- run() -
Method in class net.sf.jso.garbage.JSOGarbageCollector
- Runs garbage collection.
- run() -
Method in class net.sf.jso.util.JoinerThread
- Class
Runnable
target's run()
method is called.
null
as its detail message.
(cause==null ?
- SchemaListener - interface net.sf.jso.schema.SchemaListener.
- Listener to schema events.
- SchemaManager - interface net.sf.jso.schema.SchemaManager.
- Manager responsible for schema operations.
- SchemaProxy - interface net.sf.jso.schema.SchemaProxy.
- Proxy for a schema manager.
- SimplePool - class net.sf.jso.sql.SimplePool.
- Manages a pool of database connections.
- SimplePool() -
Constructor for class net.sf.jso.sql.SimplePool
- Constructs the pool.
- SimplePool(int) -
Constructor for class net.sf.jso.sql.SimplePool
- Constructs the pool.
- SpecialAccount - class net.sf.jso.examples.banking.SpecialAccount.
- When using special accounts clients are granted some credit.
- SpecialAccount() -
Constructor for class net.sf.jso.examples.banking.SpecialAccount
-
- SpecialAccount(int, Client, int) -
Constructor for class net.sf.jso.examples.banking.SpecialAccount
-
- Status - class net.sf.jso.Status.
- Class used to indicate status for
storage manager and
storage controller
- StatusEvent - class net.sf.jso.StatusEvent.
- An event which indicates that a status change occurred.
- StatusEvent(Object, Status) -
Constructor for class net.sf.jso.StatusEvent
-
- StatusListener - interface net.sf.jso.StatusListener.
- Listener to status events.
- Storable - interface net.sf.jso.Storable.
- Interface used to mark storable classes.
- StorableClass - interface net.sf.jso.schema.StorableClass.
- Meta class for storable classes.
- StorableClassMetadata - class net.sf.jso.schema.StorableClassMetadata.
- Class for storable classes's storage management metadata.
- StorableClassMetadata(boolean) -
Constructor for class net.sf.jso.schema.StorableClassMetadata
- Constructs metadata.
- StorableClassMetadata(String[]) -
Constructor for class net.sf.jso.schema.StorableClassMetadata
- Constructs metadata.
- StorableClassMetadata(StorableIndex[]) -
Constructor for class net.sf.jso.schema.StorableClassMetadata
- Constructs metadata.
- StorableClassMetadata(String[], String[]) -
Constructor for class net.sf.jso.schema.StorableClassMetadata
- Constructs metadata.
- StorableClassMetadata(String[], StorableIndex[]) -
Constructor for class net.sf.jso.schema.StorableClassMetadata
- Constructs metadata.
- StorableClassMetadata(String[], String[], StorableIndex[]) -
Constructor for class net.sf.jso.schema.StorableClassMetadata
- Constructs metadata.
- StorableClassMetadata(boolean, String[], StorableIndex[]) -
Constructor for class net.sf.jso.schema.StorableClassMetadata
- Constructs metadata.
- StorableClassMetadata(boolean, String[], String[], StorableIndex[]) -
Constructor for class net.sf.jso.schema.StorableClassMetadata
- Constructs metadata.
- StorableField - class net.sf.jso.schema.StorableField.
- Abstract class for field type mapping.
- StorableField() -
Constructor for class net.sf.jso.schema.StorableField
-
- StorableIndex - class net.sf.jso.schema.StorableIndex.
- Class to represent an index for a storable
implementation.
- StorableIndex(String, String[]) -
Constructor for class net.sf.jso.schema.StorableIndex
-
- StorableIndex(String, String[], boolean) -
Constructor for class net.sf.jso.schema.StorableIndex
-
- StorableMetadata - interface net.sf.jso.StorableMetadata.
- Interface for objects' storage management metadata.
- StorableProxy - interface net.sf.jso.storage.StorableProxy.
- Interface for storable objects proxies.
- StorageController - interface net.sf.jso.StorageController.
- Controller responsible for coordinating storage operations by several
concurrent storage managers.
- StorageControllerHome - interface net.sf.jso.remote.StorageControllerHome.
- Home for a remote storage controller.
- StorageControllerProxy - class net.sf.jso.remote.StorageControllerProxy.
- Proxy for remote storage controllers.
- StorageControllerProxy() -
Constructor for class net.sf.jso.remote.StorageControllerProxy
- Constructs the proxy.
- StorageControllerProxy(RemoteStorageController) -
Constructor for class net.sf.jso.remote.StorageControllerProxy
- Constructs the proxy.
- StorageEnvironment - interface net.sf.jso.StorageEnvironment.
- Class that represents the storage environment of an application.
- StorageEvent - class net.sf.jso.storage.StorageEvent.
- An event which indicates that a storage operation occurred.
- StorageEvent(Object, OID) -
Constructor for class net.sf.jso.storage.StorageEvent
-
- StorageException - exception net.sf.jso.StorageException.
- Class for storage management exceptions.
- StorageException() -
Constructor for class net.sf.jso.StorageException
- Constructs a new storage exception with
null
as its detail
message.
- StorageException(String) -
Constructor for class net.sf.jso.StorageException
- Constructs a new storage exception with the specified detail message.
- StorageException(String, Throwable) -
Constructor for class net.sf.jso.StorageException
- Constructs a new storage exception with the specified detail message and
cause.
- StorageException(Throwable) -
Constructor for class net.sf.jso.StorageException
- Constructs a new storage exception with the specified cause and a detail
message of
(cause==null ?
- StorageListener - interface net.sf.jso.storage.StorageListener.
- Listener to storage events.
- StorageManager - interface net.sf.jso.StorageManager.
- Manager responsible for storage operations with storable objects.
- StorageManagerProxy - class net.sf.jso.remote.StorageManagerProxy.
- Proxy for remote storage managers.
- StorageManagerProxy(RemoteStorageManager) -
Constructor for class net.sf.jso.remote.StorageManagerProxy
- Constructs the proxy.
- safellyCast(OID) -
Static method in class net.sf.jso.util.JSOOID
- Makes a cast from OID to JSOOID.
- safellyClose(ResultSet) -
Static method in class net.sf.jso.sql.SQLUtil
- Closes a result set without throwing any exceptions.
- safellyClose(PreparedStatement) -
Static method in class net.sf.jso.sql.SQLUtil
- Closes a prepared statement without throwing any exceptions.
- safellyClose(Connection) -
Static method in class net.sf.jso.sql.SQLUtil
- Closes a connection without throwing any exceptions.
- safellyClose(ConnectionPool) -
Static method in class net.sf.jso.sql.SQLUtil
- Closes a connection pool without throwing any exceptions.
- safellyCommit(JDBCTransaction) -
Static method in class net.sf.jso.sql.SQLUtil
- Commits a transaction without throwing any exceptions.
- safellyReturn(ConnectionPool, Connection) -
Static method in class net.sf.jso.sql.SQLUtil
- Returns a connection to a connection pool without throwing any exceptions.
- safellyRollback(JDBCTransaction) -
Static method in class net.sf.jso.sql.SQLUtil
- Rolls back a transaction without throwing any exceptions.
- safellyRollback(Transaction) -
Static method in class net.sf.jso.transaction.JSOTransaction
- Rolls back a transaction without throwing any exceptions.
- safellyStop(StorageController) -
Static method in class net.sf.jso.engine.JSOStorageController
- Stops a storage controller without throwing any exceptions.
- safellyStop(StorageManager) -
Static method in class net.sf.jso.engine.JSOStorageManager
- Stops a storage manager without throwing any exceptions.
- safellyStop(GarbageCollector) -
Static method in class net.sf.jso.garbage.JSOGarbageCollector
- Stops the collector without throwing exceptions.
- set(double, double) -
Method in class net.sf.jso.examples.various.ComplexNumber
-
- set(Properties) -
Method in interface net.sf.jso.garbage.GarbageCollector
- Sets garbage collector configuration properties.
- set(Properties) -
Method in class net.sf.jso.garbage.JSOGarbageCollector
- Sets garbage collector configuration properties.
- set(InputStream) -
Method in interface net.sf.jso.sql.DatabaseInterface
- Sets database properties.
- set(Properties) -
Method in interface net.sf.jso.sql.DatabaseInterface
- Sets database properties.
- set(InputStream) -
Method in class net.sf.jso.sql.JSODatabase
- Sets database properties.
- set(Properties) -
Method in class net.sf.jso.sql.JSODatabase
- Sets database properties.
- setAddress(String) -
Method in class net.sf.jso.examples.banking.Client
-
- setAddress(String) -
Method in class net.sf.jso.examples.various.User
-
- setComments(String) -
Method in class net.sf.jso.examples.various.User
-
- setComments(Text) -
Method in class net.sf.jso.examples.various.User
-
- setDriverClass(String) -
Method in interface net.sf.jso.sql.DatabaseInterface
- Sets database's JDBC driver class name.
- setDriverClass(String) -
Method in class net.sf.jso.sql.JSODatabase
- Sets database's JDBC driver class name.
- setDuplicateKeyCodes(String) -
Method in interface net.sf.jso.sql.DatabaseInterface
- Sets SQL error codes for duplicate keys.
- setDuplicateKeyCodes(String) -
Method in class net.sf.jso.sql.JSODatabase
- Sets SQL error codes for duplicate keys.
- setEmail(String) -
Method in class net.sf.jso.examples.various.User
-
- setField(String) -
Method in class net.sf.jso.query.FieldOrder
- Sets order's field.
- setId(long) -
Method in class net.sf.jso.schema.ClassDescriptor
- Sets the cataloged id of this class descriptor's class.
- setIdentity(String) -
Method in class net.sf.jso.examples.banking.Client
-
- setLogin(String) -
Method in class net.sf.jso.examples.various.User
-
- setName(String) -
Method in class net.sf.jso.examples.banking.Client
-
- setName(String) -
Method in class net.sf.jso.examples.various.User
-
- setName(String) -
Method in class net.sf.jso.sql.ColumnDescriptor
- Sets column's name.
- setName(String) -
Method in class net.sf.jso.sql.ConstraintDescriptor
- Sets constraint's name.
- setName(String) -
Method in class net.sf.jso.sql.TableDescriptor
- Sets table's name.
- setNullable(boolean) -
Method in class net.sf.jso.sql.ColumnDescriptor
-
- setOperator(CriteriaOperator) -
Method in class net.sf.jso.query.Criteria
- Sets criteria operator.
- setOperator(OrderOperator) -
Method in class net.sf.jso.query.FieldOrder
- Sets order's operator.
- setOperator(CriteriaOperator) -
Method in class net.sf.jso.query.Predicate
- Sets criteria operator.
- setPhone(String) -
Method in class net.sf.jso.examples.various.User
-
- setRefTable(String) -
Method in class net.sf.jso.sql.ConstraintDescriptor
- Sets constraint's referenced table name.
- setReferentialIntegrityCodes(String) -
Method in interface net.sf.jso.sql.DatabaseInterface
- Sets SQL error codes for referential integrity errors.
- setReferentialIntegrityCodes(String) -
Method in class net.sf.jso.sql.JSODatabase
- Sets SQL error codes for referential integrity errors.
- setStringLength(String) -
Method in interface net.sf.jso.sql.DatabaseInterface
- Sets the length to be used as string comlumns length in tables.
- setStringLength(int) -
Method in interface net.sf.jso.sql.DatabaseInterface
- Sets the length to be used as string comlumns length in tables.
- setStringLength(String) -
Method in class net.sf.jso.sql.JSODatabase
- Sets the length to be used as string comlumns length in tables.
- setStringLength(int) -
Method in class net.sf.jso.sql.JSODatabase
- Sets the length to be used as string comlumns length in tables.
- setSummary(boolean) -
Method in interface net.sf.jso.storage.ObjectFieldData
- Indicates if data stored is summary data.
- setTimeout(long) -
Method in class net.sf.jso.transaction.JSOTransaction
- Sets transaction timeout.
- setTimeout(long) -
Method in interface net.sf.jso.transaction.Transaction
- Sets transaction timeout for acquiring a lock.
- setType(int) -
Method in class net.sf.jso.sql.ColumnDescriptor
- Sets column's type.
- setValue(Object) -
Method in class net.sf.jso.query.ValueOperand
- Sets operand's value.
- setVariable(Variable) -
Method in class net.sf.jso.query.FieldOrder
- Sets order's variable.
- shortValue() -
Method in class net.sf.jso.util.JSOOID
-
- size() -
Method in interface net.sf.jso.cache.CacheInfo
- Informs the cache size.
- size() -
Method in class net.sf.jso.cache.CacheQueue
-
- size() -
Method in class net.sf.jso.cache.LRUCache
-
- size() -
Method in class net.sf.jso.cache.MemoryCache
-
- size() -
Method in class net.sf.jso.cache.PriorityCache
-
- size() -
Method in class net.sf.jso.query.Criteria
- Returns the number of elements of the criteria expression.
- size() -
Method in class net.sf.jso.query.FieldOrder
- Returns the number of elements of the order.
- size() -
Method in class net.sf.jso.query.Order
- Returns the number of elements of the order expression.
- size() -
Method in class net.sf.jso.query.Predicate
- Returns the number of elements of the predicate.
- size() -
Method in class net.sf.jso.query.RetrieveResult
-
- size() -
Method in interface net.sf.jso.sql.ConnectionPoolInfo
- Informs the current pool size.
- size() -
Method in class net.sf.jso.sql.DynamicPool
- Returns the current pool size.
- size() -
Method in class net.sf.jso.sql.NoPool
- Returns the current pool size.
- size() -
Method in class net.sf.jso.sql.SimplePool
- Returns the current pool size.
- soid -
Variable in class net.sf.jso.garbage.ReferenceGarbageData
-
- source -
Variable in class net.sf.jso.util.Event
- The object on which the Event initially occurred.
- spid -
Variable in class net.sf.jso.garbage.ReferenceGarbageData
-
- start() -
Method in interface net.sf.jso.StorageController
- Starts the controller.
- start(StorageController) -
Method in interface net.sf.jso.StorageManager
- Starts the manager.
- start() -
Method in class net.sf.jso.engine.JSOStorageController
- Starts the controller.
- start(StorageController) -
Method in class net.sf.jso.engine.JSOStorageManager
- Starts the manager.
- start() -
Method in interface net.sf.jso.garbage.GarbageCollector
- Starts the collector.
- start() -
Method in class net.sf.jso.garbage.JSOGarbageCollector
- Starts the collector.
- start() -
Method in class net.sf.jso.remote.StorageControllerProxy
- Not supported.
- start(StorageController) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- startDistributed(String, String) -
Method in interface net.sf.jso.StorageEnvironment
- Starts a storage manager and points to a storage controller bound to a
specific host's object registry.
- startDistributed(String) -
Method in interface net.sf.jso.StorageEnvironment
- Starts a storage controller in the current JVM and binds it to local
node's object registry, so that it become available to other nodes.
- startDistributed(String, String) -
Method in class net.sf.jso.engine.JSOEnvironment
- Starts a storage manager and points to a storage controller bound to a
specific host's object registry.
- startDistributed(String) -
Method in class net.sf.jso.engine.JSOEnvironment
- Starts a storage controller in the current JVM and binds it to local
node's object registry, so that it become available to other nodes.
- startLocal() -
Method in interface net.sf.jso.StorageEnvironment
- Starts a storage manager and a storage controller in the current JVM.
- startLocal() -
Method in class net.sf.jso.engine.JSOEnvironment
- Starts a storage manager and a storage controller in the current JVM.
- startLocalShared(String) -
Method in interface net.sf.jso.StorageEnvironment
- Starts a storage manager and a storage controller in the current JVM, but
binds controller to local node's object registry, so that it become
available to other nodes.
- startLocalShared(String) -
Method in class net.sf.jso.engine.JSOEnvironment
- Starts a storage manager and a storage controller in the current JVM, but
binds controller to local node's object registry, so that it become available
to other nodes.
- statusChanged(StatusEvent) -
Method in interface net.sf.jso.StatusListener
- Called when a status change occur.
- statusChanged(StatusEvent) -
Method in class net.sf.jso.engine.JSOStorageManager
- Called when a status change occur.
- statusChanged(StatusEvent) -
Method in interface net.sf.jso.remote.RemoteStorageManager
-
- statusChanged(StatusEvent) -
Method in class net.sf.jso.remote.StorageManagerProxy
-
- stop() -
Method in interface net.sf.jso.StorageController
- Stops the controller.
- stop() -
Method in interface net.sf.jso.StorageEnvironment
- Stops either a storage controller or a storage manager.
- stop() -
Method in interface net.sf.jso.StorageManager
- Stops the manager.
- stop() -
Method in class net.sf.jso.engine.JSOEnvironment
- Stops either a storage controller or a storage manager.
- stop() -
Method in class net.sf.jso.engine.JSOStorageController
- Stops the controller.
- stop() -
Method in class net.sf.jso.engine.JSOStorageManager
- Stops the manager.
- stop() -
Method in interface net.sf.jso.garbage.GarbageCollector
- Stops the collector.
- stop() -
Method in class net.sf.jso.garbage.JSOGarbageCollector
- Stops the collector.
- stop() -
Method in class net.sf.jso.remote.StorageControllerProxy
- Not supported.
- stop() -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- store(Object) -
Method in interface net.sf.jso.StorageManager
- Stores an object and referenced objects.
- store(Object, boolean) -
Method in interface net.sf.jso.StorageManager
- Stores an object.
- store(Object) -
Method in class net.sf.jso.engine.JSOStorageManager
- Stores an object and referenced objects.
- store(Object, boolean) -
Method in class net.sf.jso.engine.JSOStorageManager
- Stores an object.
- store(Object) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- store(Object, boolean) -
Method in class net.sf.jso.remote.StorageManagerProxy
- Not supported.
- store(Object, boolean, Transaction) -
Method in class net.sf.jso.storage.JSOObjectManager
- Stores an object.
- store(Object, boolean, Transaction) -
Method in interface net.sf.jso.storage.ObjectManager
- Stores an object.
- subSequence(int, int) -
Method in class net.sf.jso.text.Text
- Returns a new character sequence that is a subsequence of this text.
- subclassCreated(SchemaEvent) -
Method in class net.sf.jso.engine.JSOStorageManager
- Called when a class in the schema is created and is subclass of another
class.
- subclassCreated(SchemaEvent) -
Method in interface net.sf.jso.remote.RemoteStorageManager
-
- subclassCreated(SchemaEvent) -
Method in class net.sf.jso.remote.StorageManagerProxy
-
- subclassCreated(SchemaEvent) -
Method in interface net.sf.jso.schema.SchemaListener
- Called when a class in the schema is created and is subclass of another
class.
- subclassDropped(SchemaEvent) -
Method in class net.sf.jso.engine.JSOStorageManager
- Called when a class in the schema is dropped and is subclass of another
class.
- subclassDropped(SchemaEvent) -
Method in interface net.sf.jso.remote.RemoteStorageManager
-
- subclassDropped(SchemaEvent) -
Method in class net.sf.jso.remote.StorageManagerProxy
-
- subclassDropped(SchemaEvent) -
Method in interface net.sf.jso.schema.SchemaListener
- Called when a class in the schema is dropped and is subclass of another
class.
- subtract(ComplexNumber) -
Method in class net.sf.jso.examples.various.ComplexNumber
-
- summaries -
Variable in class net.sf.jso.query.Parameters
- Indicates if summary objects should be returned as result.
- summaryFields -
Variable in class net.sf.jso.schema.StorableClassMetadata
- Array containing names of the fields that form class' summary.
null
as its detail message.
(cause==null ?
- tableExists(String, Connection) -
Method in interface net.sf.jso.sql.DatabaseInterface
- Checks for table existence.
- tableExists(String, Connection) -
Method in class net.sf.jso.sql.JSODatabase
- Checks for table existence.
- toNullString() -
Method in class net.sf.jso.query.CriteriaOperator
- Returns a string representation of the operator for a null operand.
- toString() -
Method in class net.sf.jso.Status
- Returns a string representation of the status.
- toString() -
Method in class net.sf.jso.query.CriteriaOperator
- Returns a string representation of the operator.
- toString() -
Method in class net.sf.jso.query.FieldOperand
-
- toString() -
Method in class net.sf.jso.query.OrderOperator
- Returns a string representation of the operator.
- toString() -
Method in class net.sf.jso.query.Predicate
-
- toString() -
Method in class net.sf.jso.query.ValueOperand
-
- toString() -
Method in class net.sf.jso.query.Variable
- Returns a string representation of the variable.
- toString() -
Method in class net.sf.jso.text.Text
- Returns a string containing the characters in this text.
- toString() -
Method in class net.sf.jso.util.JSOOID
- Returns a string representation of the OID.
- toid -
Variable in class net.sf.jso.garbage.ReferenceGarbageData
-
- tpid -
Variable in class net.sf.jso.garbage.ReferenceGarbageData
-
- transactionBegun(TransactionEvent) -
Method in class net.sf.jso.engine.JSOStorageController
- Called immediately after transaction beginning.
- transactionBegun(TransactionEvent) -
Method in class net.sf.jso.engine.JSOStorageManager
- Called immediately after transaction beginning.
- transactionBegun(TransactionEvent) -
Method in class net.sf.jso.transaction.JSOTransactionManager
- Called immediately after transaction beginning.
- transactionBegun(TransactionEvent) -
Method in interface net.sf.jso.transaction.TransactionListener
- Called immediately after transaction beginning.
- transactionCommit(TransactionEvent) -
Method in class net.sf.jso.engine.JSOStorageController
- Called immediately before transaction commit.
- transactionCommit(TransactionEvent) -
Method in class net.sf.jso.engine.JSOStorageManager
- Called immediately before transaction commit.
- transactionCommit(TransactionEvent) -
Method in class net.sf.jso.transaction.JSOTransactionManager
- Called immediately before transaction commit.
- transactionCommit(TransactionEvent) -
Method in interface net.sf.jso.transaction.TransactionListener
- Called immediately before transaction commit.
- transactionFinished(TransactionEvent) -
Method in class net.sf.jso.engine.JSOStorageController
- Called immediately after transaction finish.
- transactionFinished(TransactionEvent) -
Method in class net.sf.jso.engine.JSOStorageManager
- Called immediately after transaction finish.
- transactionFinished(TransactionEvent) -
Method in class net.sf.jso.transaction.JSOTransactionManager
- Called immediately after transaction finish.
- transactionFinished(TransactionEvent) -
Method in interface net.sf.jso.transaction.TransactionListener
- Called immediately after transaction finish.
- transactionRollback(TransactionEvent) -
Method in class net.sf.jso.engine.JSOStorageController
- Called immediately before transaction rollback.
- transactionRollback(TransactionEvent) -
Method in class net.sf.jso.engine.JSOStorageManager
- Called immediately before transaction rollback.
- transactionRollback(TransactionEvent) -
Method in class net.sf.jso.transaction.JSOTransactionManager
- Called immediately before transaction rollback.
- transactionRollback(TransactionEvent) -
Method in interface net.sf.jso.transaction.TransactionListener
- Called immediately before transaction rollback.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |