Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G I L O P R S T U _

A

addNewEntry(Serializable, Serializable) - Method in class org.jgroups.persistence.DBPersistenceManager
Used to enter a completely new row in to the current table
addNewEntryGen(Serializable, Serializable) - Method in class org.jgroups.persistence.DBPersistenceManager
Used to enter a completely new row in to the current table
addNewEntryOra(Serializable, Serializable) - Method in class org.jgroups.persistence.DBPersistenceManager
Used to enter a completely new row in to the current table
addSchemaToDB(Connection) - Method in class org.jgroups.persistence.DBPersistenceManager
used to create required table within the DB

C

CannotConnectException - exception org.jgroups.persistence.CannotConnectException.
 
CannotConnectException(Exception, String) - Constructor for class org.jgroups.persistence.CannotConnectException
 
CannotConnectException(Throwable, String) - Constructor for class org.jgroups.persistence.CannotConnectException
 
CannotCreateSchemaException - exception org.jgroups.persistence.CannotCreateSchemaException.
 
CannotCreateSchemaException(Throwable, String) - Constructor for class org.jgroups.persistence.CannotCreateSchemaException
 
CannotPersistException - exception org.jgroups.persistence.CannotPersistException.
 
CannotPersistException(Throwable, String) - Constructor for class org.jgroups.persistence.CannotPersistException
 
CannotRemoveException - exception org.jgroups.persistence.CannotRemoveException.
 
CannotRemoveException(Throwable, String) - Constructor for class org.jgroups.persistence.CannotRemoveException
 
CannotRetrieveException - exception org.jgroups.persistence.CannotRetrieveException.
 
CannotRetrieveException(Throwable, String) - Constructor for class org.jgroups.persistence.CannotRetrieveException
 
checkDB() - Method in class org.jgroups.persistence.PersistenceFactory
checks the default properties for DB/File flag
checkDB(String) - Method in class org.jgroups.persistence.PersistenceFactory
checks the provided properties for DB/File flag
clear() - Method in class org.jgroups.persistence.DBPersistenceManager
Clears the key-cache as well as all entries
clear() - Method in class org.jgroups.persistence.FilePersistenceManager
Clears the complete NV state from the DB
clear() - Method in interface org.jgroups.persistence.PersistenceManager
Clears the complete NV state from the DB
closeConnection(Connection) - Method in class org.jgroups.persistence.DBPersistenceManager
Method is used for closing created connection.
connStr - Variable in class org.jgroups.persistence.DBPersistenceManager
 
createDBTables() - Method in class org.jgroups.persistence.DBPersistenceManager
Used to create table provided the DB instance
createManager() - Method in class org.jgroups.persistence.PersistenceFactory
Reads the default properties and creates a persistencemanager The default properties are picked up from the $USER_HOME or from the classpath.
createManager(String) - Method in class org.jgroups.persistence.PersistenceFactory
Duplicated signature to create PersistenceManager to allow user to provide property path.
createManagerDB(String) - Method in class org.jgroups.persistence.PersistenceFactory
Internal creator of DB persistence manager, the outside user accesses only the PersistenceManager interface API
createManagerFile(String) - Method in class org.jgroups.persistence.PersistenceFactory
creates instance of file based persistency manager
createTable - Variable in class org.jgroups.persistence.DBPersistenceManager
 
createTableGen - Static variable in class org.jgroups.persistence.DBPersistenceManager
 
createTableOra - Static variable in class org.jgroups.persistence.DBPersistenceManager
 

D

DBPersistenceManager - class org.jgroups.persistence.DBPersistenceManager.
Class will be utilized
DBPersistenceManager(String) - Constructor for class org.jgroups.persistence.DBPersistenceManager
Default construct
DBPersistenceManager(InputStream) - Constructor for class org.jgroups.persistence.DBPersistenceManager
Duplicate constructor allowing inputstream
driverName - Variable in class org.jgroups.persistence.DBPersistenceManager
 

E

entryExists(Serializable) - Method in class org.jgroups.persistence.DBPersistenceManager
Cache checking

F

FilePersistenceManager - class org.jgroups.persistence.FilePersistenceManager.
 
FilePersistenceManager(String) - Constructor for class org.jgroups.persistence.FilePersistenceManager
Default constructor
file - Variable in class org.jgroups.persistence.FilePersistenceManager
 
filePersistMgr - Static variable in class org.jgroups.persistence.PersistenceFactory
The class that implements a file-based PersistenceManager
filterLoadedValues(Map) - Method in class org.jgroups.persistence.FilePersistenceManager
Turns the values into Floats to enable org.jgroups.demos.DistributedHashtableDemo to work.

G

getBinaryInputStream(Serializable) - Method in class org.jgroups.persistence.DBPersistenceManager
Gets a binaryinputstream from a serialized object
getBytes(Serializable) - Method in class org.jgroups.persistence.DBPersistenceManager
Conversion helper
getConnection() - Method in class org.jgroups.persistence.DBPersistenceManager
Once the driver is loaded, the DB is ready to be connected.
getInstance() - Static method in class org.jgroups.persistence.PersistenceFactory
Singular public method to get access to any of the Persistence Manager implementations.
getSerializable(InputStream) - Method in class org.jgroups.persistence.DBPersistenceManager
Gets a serializable back from a InputStream

I

init(InputStream) - Method in class org.jgroups.persistence.DBPersistenceManager
used to intitiailize complete DB access.
insertStat - Static variable in class org.jgroups.persistence.DBPersistenceManager
 

L

list - Variable in class org.jgroups.persistence.DBPersistenceManager
 
loadDriver() - Method in class org.jgroups.persistence.DBPersistenceManager
Loads the driver using the driver class name.
log - Variable in class org.jgroups.persistence.DBPersistenceManager
 
log - Static variable in class org.jgroups.persistence.PersistenceFactory
 

O

oracleDB - Variable in class org.jgroups.persistence.DBPersistenceManager
 
org.jgroups.persistence - package org.jgroups.persistence
Provides top-level public JGroups classes such as Channel, Message, etc.

P

PersistenceFactory - class org.jgroups.persistence.PersistenceFactory.
 
PersistenceFactory() - Constructor for class org.jgroups.persistence.PersistenceFactory
Default private constructor// does nothing
PersistenceManager - interface org.jgroups.persistence.PersistenceManager.
 
persistProp - Static variable in class org.jgroups.persistence.PersistenceFactory
 
propPath - Static variable in class org.jgroups.persistence.PersistenceFactory
 
props - Variable in class org.jgroups.persistence.DBPersistenceManager
 

R

readProps(String) - Method in class org.jgroups.persistence.DBPersistenceManager
This method will be invoked by defauly by each persistence manager to read from a default location or one provided by the caller.
readProps(InputStream) - Method in class org.jgroups.persistence.DBPersistenceManager
Duplicate reader using stream instead of dile
readProps(String) - Method in class org.jgroups.persistence.PersistenceFactory
 
reason - Variable in class org.jgroups.persistence.CannotConnectException
 
reason - Variable in class org.jgroups.persistence.CannotCreateSchemaException
 
reason - Variable in class org.jgroups.persistence.CannotPersistException
 
reason - Variable in class org.jgroups.persistence.CannotRemoveException
 
reason - Variable in class org.jgroups.persistence.CannotRetrieveException
 
registerManager(PersistenceManager) - Method in class org.jgroups.persistence.PersistenceFactory
Register a custom persistence manager as opposed to the FilePersistenceManager or DBPersistenceManager.
remove(Serializable) - Method in class org.jgroups.persistence.DBPersistenceManager
Removes existing entry.
remove(Serializable) - Method in class org.jgroups.persistence.FilePersistenceManager
Remove existing NV from being persisted
remove(Serializable) - Method in interface org.jgroups.persistence.PersistenceManager
Remove existing NV from being persisted
removeStat - Static variable in class org.jgroups.persistence.DBPersistenceManager
 
retrieveAll() - Method in class org.jgroups.persistence.DBPersistenceManager
Used to retrieve the persisted map back to its last known state
retrieveAll(ResultSet) - Method in class org.jgroups.persistence.DBPersistenceManager
Helper method to get get back the map
retrieveAll() - Method in class org.jgroups.persistence.FilePersistenceManager
Gives back the Map in last known state
retrieveAll() - Method in interface org.jgroups.persistence.PersistenceManager
Gives back the Map in last known state

S

save(Serializable, Serializable) - Method in class org.jgroups.persistence.DBPersistenceManager
Saves NV pair as serializable object; creates if new, stores new state if already exists.
save(Serializable, Serializable) - Method in class org.jgroups.persistence.FilePersistenceManager
Save new NV pair as serializable objects or if already exist; store new state
save(Serializable, Serializable) - Method in interface org.jgroups.persistence.PersistenceManager
Save new NV pair as serializable objects or if already exist; store new state
saveAll(Map) - Method in class org.jgroups.persistence.DBPersistenceManager
Saves all row entries for the map to DB.
saveAll(Map) - Method in class org.jgroups.persistence.FilePersistenceManager
Use to store a complete map into persistent state
saveAll(Map) - Method in interface org.jgroups.persistence.PersistenceManager
Use to store a complete map into persistent state
shutDown() - Method in class org.jgroups.persistence.DBPersistenceManager
Shutting down the database cleanly
shutDown() - Method in class org.jgroups.persistence.FilePersistenceManager
Used to handle shutdown call the PersistenceManager implementation.
shutDown() - Method in interface org.jgroups.persistence.PersistenceManager
Used to handle shutdown call the PersistenceManager implementation.

T

t - Variable in class org.jgroups.persistence.CannotConnectException
members are made available so that the top level user can dump appropriate members on to his stack trace
t - Variable in class org.jgroups.persistence.CannotCreateSchemaException
members are made available so that the top level user can dump appropriate members on to his stack trace
t - Variable in class org.jgroups.persistence.CannotPersistException
members are made available so that the top level user can dump appropriate members on to his stack trace
t - Variable in class org.jgroups.persistence.CannotRemoveException
members are made available so that the top level user can dump appropriate members on to his stack trace
t - Variable in class org.jgroups.persistence.CannotRetrieveException
members are made available so that the top level user can dump appropriate members on to his stack trace
tabName - Static variable in class org.jgroups.persistence.DBPersistenceManager
 
toString() - Method in class org.jgroups.persistence.CannotConnectException
 
toString() - Method in class org.jgroups.persistence.CannotCreateSchemaException
 
toString() - Method in class org.jgroups.persistence.CannotPersistException
 
toString() - Method in class org.jgroups.persistence.CannotRemoveException
 
toString() - Method in class org.jgroups.persistence.CannotRetrieveException
 

U

updateStat - Static variable in class org.jgroups.persistence.DBPersistenceManager
 
userName - Variable in class org.jgroups.persistence.DBPersistenceManager
 
userPass - Variable in class org.jgroups.persistence.DBPersistenceManager
 

_

_factory - Static variable in class org.jgroups.persistence.PersistenceFactory
 
_manager - Static variable in class org.jgroups.persistence.PersistenceFactory
 

A C D E F G I L O P R S T U _