A B C D E F G H I K L M N O P R S T U V W Z

A

ACBCERT_NAME - Static variable in class dist1.acb.common.Constant
Name of the file for the public key of the system (the certificate is inside also)
ACBPOINT_APP_DIR - Static variable in class dist1.acb.common.Constant
Subdirectory for ACBpoint
ACBPOINT_DATA_DOWNLOADING - Static variable in class dist1.acb.common.Constant
File for storing shared/published data for the peer
ACBPOINT_DATA_PUBLISHING - Static variable in class dist1.acb.common.Constant
File for storing shared/published data for the peer
ACBPOINT_DOWNLOADING_SEGMENT_SIZE - Static variable in class dist1.acb.common.Constant
Segment size for downloading
ACBPOINT_PROVIDER_PORT_DEFAULT - Static variable in class dist1.acb.common.Constant
ACBpoint's port for downloading
ACBPOINT_REQUESTS_BACKUP_LIMIT_DEFAULT - Static variable in class dist1.acb.common.Constant
Default limit of requests in backup buffer
ACBpoint - class dist1.acb.ACBpoint.ACBpoint.
ACBpoint GUI
ACBpoint() - Constructor for class dist1.acb.ACBpoint.ACBpoint
 
ACBpoint.PublishTableMouseListener - class dist1.acb.ACBpoint.ACBpoint.PublishTableMouseListener.
 
ACBpoint.PublishTableMouseListener() - Constructor for class dist1.acb.ACBpoint.ACBpoint.PublishTableMouseListener
 
ADMIN_PASSWORD_DEFAULT - Static variable in class dist1.acb.common.Constant
Default password of 'default' administrator
AbstractClientSocket - class dist1.acb.common.transport.AbstractClientSocket.
Abstract class for threaded model of client socket.
AbstractClientSocket(ThreadGroup) - Constructor for class dist1.acb.common.transport.AbstractClientSocket
Creates a new instance of AbstractClientSocket
AbstractClientSocket(ThreadGroup, boolean) - Constructor for class dist1.acb.common.transport.AbstractClientSocket
Creates a new AbstractClientSocket object.
AbstractClientSocket.SocketAndStreams - class dist1.acb.common.transport.AbstractClientSocket.SocketAndStreams.
Container for three objects: Socket, ObjectOutputStream and ObjectInputStream
AbstractClientSocket.SocketAndStreams(Socket, ObjectOutputStream, ObjectInputStream) - Constructor for class dist1.acb.common.transport.AbstractClientSocket.SocketAndStreams
Creates a new SocketAndStreams object.
AbstractConnectionServer - class dist1.acb.common.transport.AbstractConnectionServer.
Abstract class for threaded model of socket server.
AbstractConnectionServer(int, ThreadGroup) - Constructor for class dist1.acb.common.transport.AbstractConnectionServer
Constructor for the ConnectionServer object
AbstractPersonalManager - class dist1.acb.common.transport.AbstractPersonalManager.
Abstract class for threaded model of socket server.
AbstractPersonalManager(Socket, String, ThreadGroup) - Constructor for class dist1.acb.common.transport.AbstractPersonalManager
Constructor for the AbstractPersonalManager object
ActiveCBLRenderer - class dist1.acb.CBLcc.ActiveCBLRenderer.
Renders the column of the CBLs with a icon On/Off line
ActiveCBLRenderer() - Constructor for class dist1.acb.CBLcc.ActiveCBLRenderer
Creates a new ActiveCBLRenderer object.
AdminSocket - class dist1.acb.CBL.AdminSocket.
AdminSocket (server)
AdminSocket - class dist1.acb.CBLcc.AdminSocket.
Connection layer with the primary
AdminSocket.AdminManager - class dist1.acb.CBL.AdminSocket.AdminManager.
Admin manager
AdminSocket.AdminManager(Socket, String, ThreadGroup) - Constructor for class dist1.acb.CBL.AdminSocket.AdminManager
Constructor for the AdminSession object
AutoManager - class dist1.acb.CBL.AutoManager.
The class manages the auto manager for creating a new topic if there are more then 10 votes for this topic and if an user didn't connect to the server for a period longer than one year, the user will be deleted.
AutoManager(ThreadGroup) - Constructor for class dist1.acb.CBL.AutoManager
Creates a new AutoManager object.
addDocument(SharedDocument) - Method in class dist1.acb.ACBpoint.PointDB
Adds shared document to internal LinkedList sharedDocuments
addElement(DownloadingTableData) - Method in class dist1.acb.ACBpoint.DownloadingTable
 
addElement(PublishingTableData) - Method in class dist1.acb.ACBpoint.PublishingTable
 
addElement(ResponseSearch.SearchInfo) - Method in class dist1.acb.ACBpoint.SearchResultTableModel
 
addElement(ResponseCBLsInfo.CBLInfo) - Method in class dist1.acb.CBLcc.CBLsTableModel
DOCUMENT ME!
addFile(int, String, BigDecimal, String, long) - Method in class dist1.acb.common.transport.concretePackets.RequestShare
DOCUMENT ME!
addFileId(Integer) - Method in class dist1.acb.common.transport.concretePackets.ResponseFileIds
 
addHandler(String, String) - Method in class dist1.acb.common.HandlersHive
Add new handler to the hive.
addMoney(String, BigDecimal) - Method in class dist1.acb.ACBpoint.BusinessLogic
 
addPeerInfo(String, String, int) - Method in class dist1.acb.common.transport.concretePackets.ResponsePeersLocation
 
addSearchInfo(Integer, String, String, String, long, BigDecimal, int, String, int) - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch
DOCUMENT ME!
addSelectedCBL(String, String, Integer) - Method in class dist1.acb.CBLcc.BusinessLogic
 
addTopic(int, String, int) - Method in class dist1.acb.common.transport.concretePackets.ResponseTopics
DOCUMENT ME!
addTreeModelListener(TreeModelListener) - Method in class dist1.acb.ACBpoint.TopicsModel
Adds a listener for the TreeModelEvent posted after the tree changes.
applyReplicas(Replica[], UpdatesExecutor) - Static method in class dist1.acb.CBL.Replica
Applies replicas for current server using provided executor

B

BACKUP_NEEDS_REPLICAS - Static variable in class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
One of the possible values of the state: the primary must send replicas to the backup
BIT_INSYSTEM - Static variable in class dist1.acb.common.database.CBL
If a CBL is in system (is joined to the system), first bit of the corresponding state is 1
BIT_PRIMARY - Static variable in class dist1.acb.common.database.CBL
If a CBL is primary, second bit of the corresponding state is 1
Backup - class dist1.acb.CBL.Backup.
The Backup
Backup() - Constructor for class dist1.acb.CBL.Backup
Constructor for the Backup object
BusinessLogic - class dist1.acb.ACBpoint.BusinessLogic.
Business Logic of the Client
BusinessLogic - class dist1.acb.CBLcc.BusinessLogic.
Business Logic of the Admin Tool

C

CBL - class dist1.acb.CBL.CBL.
CBL
CBL - class dist1.acb.common.database.CBL.
CBL
CBL(String, String, int, byte, int, int) - Constructor for class dist1.acb.common.database.CBL
Creates a new CBL object.
CBL.TransitiveStateException - exception dist1.acb.CBL.CBL.TransitiveStateException.
Exection to indicate case when local server can not be retrieved after a timout
CBL.TransitiveStateException() - Constructor for class dist1.acb.CBL.CBL.TransitiveStateException
 
CBLCC_APP_DIR - Static variable in class dist1.acb.common.Constant
Subdirectory for CBLcc
CBL_ABOUT_COL - Static variable in class dist1.acb.CBLcc.LogTableModel
 
CBL_ACBKEY_NAME - Static variable in class dist1.acb.common.Constant
Name of the file for the private key of the system (CBL servers use it) (the public key with the certificate are inside also)
CBL_APP_DIR - Static variable in class dist1.acb.common.Constant
Subdirectory for CBL
CBL_AUTOMANAGER_PERIOD_DEFAULT - Static variable in class dist1.acb.common.Constant
Default period for the Automanager
CBL_CC_REFRESH_TIME - Static variable in class dist1.acb.common.Constant
Time in miliseconds, in order CBLcc to refresh both of the tables
CBL_CLIENT_PORT_COL - Static variable in class dist1.acb.CBLcc.CBLsTableModel
 
CBL_COMMISSION_DEFAULT - Static variable in class dist1.acb.common.Constant
Default commission
CBL_CONNECTED_USERS_COL - Static variable in class dist1.acb.CBLcc.CBLsTableModel
 
CBL_CREATION_TIME_COL - Static variable in class dist1.acb.CBLcc.LogTableModel
 
CBL_DATABASE_NAME_DEFAULT - Static variable in class dist1.acb.common.Constant
Default name of the database for a CBL
CBL_DATABASE_SNAPSHOT_PATH_DEFAULT - Static variable in class dist1.acb.common.Constant
Default snapshot path for the database for a CBL
CBL_DATABASE_URL_DEFAULT - Static variable in class dist1.acb.common.Constant
Default URL of the DBMS for a CBL
CBL_DBMS_DATABASE_NAME_DEFAULT - Static variable in class dist1.acb.common.Constant
Default name of the DBMS database
CBL_DBSCRIPT_NAME - Static variable in class dist1.acb.common.Constant
Script name for creating the database for a CBL
CBL_HOST_COL - Static variable in class dist1.acb.CBLcc.CBLsTableModel
 
CBL_HOT_JOIN_GET_REPLICAS_TIMEOUT_DEFAULT - Static variable in class dist1.acb.common.Constant
Default timeout in ms for executing the Hot Join protocol
CBL_HOT_JOIN_TIMEOUT_DEFAULT - Static variable in class dist1.acb.common.Constant
Default timeout in ms for executing the Hot Join protocol
CBL_JDBC_DRIVER_DEFAULT - Static variable in class dist1.acb.common.Constant
Default JDBC driver for connectiong to the database for a CBL
CBL_LEVEL_COL - Static variable in class dist1.acb.CBLcc.LogTableModel
 
CBL_LOG_ID_COL - Static variable in class dist1.acb.CBLcc.LogTableModel
 
CBL_MESSAGE_COL - Static variable in class dist1.acb.CBLcc.LogTableModel
 
CBL_NAME_COL - Static variable in class dist1.acb.CBLcc.CBLsTableModel
 
CBL_ONLINE_COL - Static variable in class dist1.acb.CBLcc.CBLsTableModel
 
CBL_PORT_COL - Static variable in class dist1.acb.CBLcc.CBLsTableModel
 
CBL_REPLICAS_BACKUP_LIMIT_DEFAULT - Static variable in class dist1.acb.common.Constant
Default limit of replicas in backup buffer
CBL_REPLICAS_REQUEST_INTERVAL_DEFAULT - Static variable in class dist1.acb.common.Constant
Default time in ms of requesting replicas
CBL_SERVER_TRANSITIVE_TIMEOUT_DEFAULT - Static variable in class dist1.acb.common.Constant
Default timeout in ms before reporting transitive state of a CBL server
CBL_SOCKET_PORT_ADMIN_DEFAULT - Static variable in class dist1.acb.common.Constant
Default port number on a CBL for incoming connections from nodes CBLcc
CBL_SOCKET_PORT_CLIENT_DEFAULT - Static variable in class dist1.acb.common.Constant
Default port number on a CBL for incoming connections from nodes ACBpoint
CBL_SOCKET_PORT_PB_CONTROL_DEFAULT - Static variable in class dist1.acb.common.Constant
Default port number on a CBL for control communications
CBL_SOCKET_PORT_PB_TRANSLATER_DEFAULT - Static variable in class dist1.acb.common.Constant
Default port number on a CBL which is the Primary for control communications
CBL_SOURCE_COL - Static variable in class dist1.acb.CBLcc.LogTableModel
 
CBL_USER_LIFETIME_DEFAULT - Static variable in class dist1.acb.common.Constant
Default lifetime of a user
CBLcc - class dist1.acb.CBLcc.CBLcc.
Gui Application to manage CBLs/view statistics/
CBLcc() - Constructor for class dist1.acb.CBLcc.CBLcc
Creates a new instance of CBLcc
CBLcc.MyMouseListener - class dist1.acb.CBLcc.CBLcc.MyMouseListener.
It is used to catch popup events in the Manage CBLs table
CBLcc.MyMouseListener() - Constructor for class dist1.acb.CBLcc.CBLcc.MyMouseListener
Creates a new MyMouseListener object.
CBLcc.RefreshKeyListener - class dist1.acb.CBLcc.CBLcc.RefreshKeyListener.
 
CBLcc.RefreshKeyListener() - Constructor for class dist1.acb.CBLcc.CBLcc.RefreshKeyListener
 
CBLsTableModel - class dist1.acb.CBLcc.CBLsTableModel.
Table model for displaying the CBLs
CBLsTableModel(LinkedList) - Constructor for class dist1.acb.CBLcc.CBLsTableModel
Creates a new instance of PublishingTable
CBLsTableModel() - Constructor for class dist1.acb.CBLcc.CBLsTableModel
Creates a new CBLsTableModel object.
CONNECTION_TIMEOUT_DEFAULT - Static variable in class dist1.acb.common.Constant
Default timeout in ms while connecting to a remote side
CashFlowsTableModel - class dist1.acb.ACBpoint.CashFlowsTableModel.
Table Model for displaying the CashFlows
CashFlowsTableModel(LinkedList) - Constructor for class dist1.acb.ACBpoint.CashFlowsTableModel
Creates a new instance of PublishingTable
CashFlowsTableModel() - Constructor for class dist1.acb.ACBpoint.CashFlowsTableModel
 
ClientSocket - class dist1.acb.ACBpoint.transport.ClientSocket.
ClientSocket Connection to the Primary
ClientSocket - class dist1.acb.CBL.ClientSocket.
ClientSocket (server)
ClientSocket.ClientManager - class dist1.acb.CBL.ClientSocket.ClientManager.
Client manager
ClientSocket.ClientManager(Socket, String, ThreadGroup) - Constructor for class dist1.acb.CBL.ClientSocket.ClientManager
Constructor for the ClientSession object
ConfigManager - class dist1.acb.common.ConfigManager.
Config Manager See documentation of java.util.Properties
Constant - class dist1.acb.common.Constant.
Class with system constants
Constant() - Constructor for class dist1.acb.common.Constant
 
ControlSocket - class dist1.acb.CBL.ControlSocket.
ControlSocket - responsible for exchange control information such a Environment condition between CBLs.
ControlSocket.ClientManager - class dist1.acb.CBL.ControlSocket.ClientManager.
Client manager
ControlSocket.ClientManager(Socket, String, ThreadGroup) - Constructor for class dist1.acb.CBL.ControlSocket.ClientManager
Constructor for the ClientSession object
CurrencyRenderer - class dist1.acb.ACBpoint.CurrencyRenderer.
 
CurrencyRenderer() - Constructor for class dist1.acb.ACBpoint.CurrencyRenderer
 
checkDocument() - Method in class dist1.acb.ACBpoint.PointDB
Check whether the file exist or the user moved in different location
checkLinkTo(String, int) - Static method in class dist1.acb.CBL.ControlSocket
Checks link to a CBL server.
checkLinkToImmortalPoint() - Static method in class dist1.acb.CBL.ControlSocket
Checks link to the 'immortal point'
clearSnapshotDir() - Method in class dist1.acb.CBL.DBExplorer
Clears the directory for snapshots
clearUsersState() - Method in class dist1.acb.CBL.DBExplorer
Set to null ip, port and cbl of user
clone() - Method in class dist1.acb.common.database.CBL
Creates and returns a copy of this object.
clone() - Method in class dist1.acb.common.database.User
Creates and returns a copy of this object.
closeSessionWithServer() - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
closeSessionWithServer() - Method in class dist1.acb.CBLcc.BusinessLogic
DOCUMENT ME!
colNames - Static variable in class dist1.acb.ACBpoint.CashFlowsTableModel
 
colNames - Static variable in class dist1.acb.ACBpoint.DownloadingTable
 
colNames - Static variable in class dist1.acb.ACBpoint.PublishingTable
 
colNames - Static variable in class dist1.acb.ACBpoint.SearchResultTableModel
 
colNames - Static variable in class dist1.acb.CBLcc.CBLsTableModel
 
colNames - Static variable in class dist1.acb.CBLcc.LogTableModel
 
colTypes - Static variable in class dist1.acb.ACBpoint.CashFlowsTableModel
 
colTypes - Static variable in class dist1.acb.ACBpoint.DownloadingTable
 
colTypes - Static variable in class dist1.acb.ACBpoint.PublishingTable
 
colTypes - Static variable in class dist1.acb.ACBpoint.SearchResultTableModel
 
colTypes - Static variable in class dist1.acb.CBLcc.CBLsTableModel
 
colTypes - Static variable in class dist1.acb.CBLcc.LogTableModel
 
connect() - Method in class dist1.acb.CBL.DBExplorer
Connects to the database
connect(InetSocketAddress, String, Logger) - Static method in class dist1.acb.common.transport.AbstractClientSocket
Create connected socket and related streams
connect(InetSocketAddress, String, Logger, ObjectStreamFactory) - Static method in class dist1.acb.common.transport.AbstractClientSocket
Create connected socket and related streams
connect() - Method in class dist1.acb.common.transport.AbstractClientSocket
Connect to the next server
connectedNotification() - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
constructFullPath(String) - Method in class dist1.acb.common.ConfigManager
Getter for property appWorkPath.
continueDownloads() - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
createAtLeastOneAdmin() - Method in class dist1.acb.CBL.DBExplorer
Checks number of administrators in the system and if there is no administrators, creates one
createPersonalManager(Socket, ThreadGroup) - Method in class dist1.acb.ACBpoint.transport.ProviderSocket
Concrete creating a ProviderSocket
createPersonalManager(Socket, ThreadGroup) - Method in class dist1.acb.CBL.AdminSocket
Concrete creating a PersonalManager
createPersonalManager(Socket, ThreadGroup) - Method in class dist1.acb.CBL.ClientSocket
Concrete creating a PersonalManager
createPersonalManager(Socket, ThreadGroup) - Method in class dist1.acb.CBL.ControlSocket
Concrete creating a PersonalManager
createPersonalManager(Socket, ThreadGroup) - Method in class dist1.acb.CBL.Primary
Concrete creating a PersonalManager
createPersonalManager(Socket, ThreadGroup) - Method in class dist1.acb.common.transport.AbstractConnectionServer
Provides abstraction of a creating a Personal Manager
createStartId() - Static method in class dist1.acb.common.transport.Id
Returns new Id object with 'start ID'

D

DBExplorer - class dist1.acb.CBL.DBExplorer.
Database Explorer
DESCRIPTION_COL - Static variable in class dist1.acb.ACBpoint.DownloadingTable
 
DESCRIPTION_COL - Static variable in class dist1.acb.ACBpoint.PublishingTable
 
DESCRIPTION_COL - Static variable in class dist1.acb.ACBpoint.SearchResultTableModel
 
DIRECTION_COL - Static variable in class dist1.acb.ACBpoint.CashFlowsTableModel
 
DNDTable - class dist1.acb.ACBpoint.DNDTable.
Table with Drag and Drop capabilites
DNDTable(TableModel) - Constructor for class dist1.acb.ACBpoint.DNDTable
constructor - initializes the DropTarget and DragSource.
DirectionRenderer - class dist1.acb.ACBpoint.DirectionRenderer.
Renders the first Column of the View Cash Flows with an Direction Arrow
DirectionRenderer() - Constructor for class dist1.acb.ACBpoint.DirectionRenderer
 
DownloadFile - class dist1.acb.ACBpoint.transport.DownloadFile.
Separate thread that cares of downloading the file.
DownloadFile(InetSocketAddress, String, int, long, long, Integer) - Constructor for class dist1.acb.ACBpoint.transport.DownloadFile
Creates a new DownloadFile object.
DownloadingTable - class dist1.acb.ACBpoint.DownloadingTable.
Purpose : Displays the Downloading Information in the
DownloadingTable(Vector) - Constructor for class dist1.acb.ACBpoint.DownloadingTable
Creates a new instance of PublishingTable
DownloadingTable() - Constructor for class dist1.acb.ACBpoint.DownloadingTable
 
DownloadingTableData - class dist1.acb.ACBpoint.DownloadingTableData.
Types of Data that will be displayed on Downloading Table
DownloadingTableData() - Constructor for class dist1.acb.ACBpoint.DownloadingTableData
Creates a new instance of Class
DownloadingTableData(String, String, Long, String, Integer, Integer) - Constructor for class dist1.acb.ACBpoint.DownloadingTableData
Creates a new DownloadingTableData object.
decrypt(String, String, byte[]) - Method in class dist1.acb.common.Security
Decrypts a file using triple-DES
deployDownloadedFile(String, byte[], int) - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
digest(String) - Method in class dist1.acb.common.Security
Creates a a hash for a string
dist1.acb.ACBpoint - package dist1.acb.ACBpoint
 
dist1.acb.ACBpoint.transport - package dist1.acb.ACBpoint.transport
 
dist1.acb.CBL - package dist1.acb.CBL
 
dist1.acb.CBL.concretePackets - package dist1.acb.CBL.concretePackets
 
dist1.acb.CBLcc - package dist1.acb.CBLcc
 
dist1.acb.common - package dist1.acb.common
 
dist1.acb.common.database - package dist1.acb.common.database
 
dist1.acb.common.transport - package dist1.acb.common.transport
 
dist1.acb.common.transport.concretePackets - package dist1.acb.common.transport.concretePackets
 
downloadFile(InetSocketAddress, String, int, long, long, Integer) - Method in class dist1.acb.ACBpoint.BusinessLogic
Start the transfer of the file from the other Peer
dragDropEnd(DragSourceDropEvent) - Method in class dist1.acb.ACBpoint.DNDTable
this message goes to DragSourceListener, informing it that the dragging has ended
dragEnter(DropTargetDragEvent) - Method in class dist1.acb.ACBpoint.DNDTable
is invoked when you are dragging over the DropSite
dragEnter(DragSourceDragEvent) - Method in class dist1.acb.ACBpoint.DNDTable
this message goes to DragSourceListener, informing it that the dragging has entered the DropSite
dragExit(DropTargetEvent) - Method in class dist1.acb.ACBpoint.DNDTable
is invoked when you are exit the DropSite without dropping
dragExit(DragSourceEvent) - Method in class dist1.acb.ACBpoint.DNDTable
this message goes to DragSourceListener, informing it that the dragging has exited the DropSite
dragGestureRecognized(DragGestureEvent) - Method in class dist1.acb.ACBpoint.DNDTable
a drag gesture has been initiated
dragOver(DropTargetDragEvent) - Method in class dist1.acb.ACBpoint.DNDTable
is invoked when a drag operation is going on
dragOver(DragSourceDragEvent) - Method in class dist1.acb.ACBpoint.DNDTable
this message goes to DragSourceListener, informing it that the dragging is currently ocurring over the DropSite
drop(DropTargetDropEvent) - Method in class dist1.acb.ACBpoint.DNDTable
a drop has occurred
dropActionChanged(DropTargetDragEvent) - Method in class dist1.acb.ACBpoint.DNDTable
is invoked if the use modifies the current drop gesture
dropActionChanged(DragSourceDragEvent) - Method in class dist1.acb.ACBpoint.DNDTable
is invoked when the user changes the dropAction

E

encrypt(String, String) - Method in class dist1.acb.common.Security
Generates a key and ecrypt using triple-DES a file with that key
equals(Object) - Method in class dist1.acb.CBL.Replica
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dist1.acb.common.database.CBL
Compare names of CBL's
equals(Object) - Method in class dist1.acb.common.transport.Id
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dist1.acb.common.transport.Packet
Indicates whether some other object is "equal to" this one.
executeRequestsFromBackup(int) - Method in class dist1.acb.ACBpoint.transport.ClientSocket
Tries to repeate requests from backup list

F

FILE_COL - Static variable in class dist1.acb.ACBpoint.CashFlowsTableModel
 
FILE_NAME_COL - Static variable in class dist1.acb.ACBpoint.DownloadingTable
 
FILE_NAME_COL - Static variable in class dist1.acb.ACBpoint.PublishingTable
 
FILE_NAME_COL - Static variable in class dist1.acb.ACBpoint.SearchResultTableModel
 
FLOW_RATE_CURRENT_COL - Static variable in class dist1.acb.ACBpoint.DownloadingTable
 
FLOW_RATE_OVERALL_COL - Static variable in class dist1.acb.ACBpoint.DownloadingTable
 
File - class dist1.acb.common.database.File.
File
File(String, long, BigDecimal, int, String, String) - Constructor for class dist1.acb.common.database.File
Creates a new File object.
FlowRateInputStream - class dist1.acb.common.transport.FlowRateInputStream.
Stream which measures flow rate.
FlowRateInputStream(InputStream) - Constructor for class dist1.acb.common.transport.FlowRateInputStream
Creates a new instance of FlowRateInputStream; measureInterval = 1000ms
finalize() - Method in class dist1.acb.common.ConfigManager
 
finishBillingTransaction(int) - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
fireTreeStructureChanged(Topic) - Method in class dist1.acb.ACBpoint.TopicsModel
The only event raised by this model is TreeStructureChanged with the root as path, ie the whole tree has changed.
forceGetReplicas() - Method in class dist1.acb.CBL.Backup
Force the Backup to try to receive replicas
format(LogRecord) - Method in class dist1.acb.common.NiceFormatter
Format the given log record and return the formatted string.

G

get() - Static method in class dist1.acb.CBL.UpdatesExecutorHandlersHive
Provides HandlersHive for interface UpdatesExecutor.
getAbout() - Method in class dist1.acb.common.database.Log
Getter for property about.
getAccount() - Method in class dist1.acb.ACBpoint.ACBpoint
 
getAccount() - Method in class dist1.acb.common.database.User
Getter for property account.
getAdminLogin() - Method in class dist1.acb.CBLcc.BusinessLogic
Getter for property adminLogin.
getAdminport() - Method in class dist1.acb.common.database.CBL
Getter for property adminport.
getAfterId() - Method in class dist1.acb.common.transport.concretePackets.RequestGetLog
Getter for property afterId.
getAliveCBLs() - Method in class dist1.acb.CBL.DBExplorer
Returns the list of CBLs from the database
getBalance(String, Request) - Method in class dist1.acb.CBL.DBExplorer
Handler for request GetBalance
getBalance() - Method in class dist1.acb.common.transport.concretePackets.ResponseBalance
Getter for property balance.
getBankAccountNumber() - Method in class dist1.acb.common.transport.concretePackets.RequestMoneyFromAccount
Getter for property bankAccountNumber.
getByExtendedHostName(String) - Static method in class dist1.acb.common.transport.InetAddressHelper
Tries to build new InetAddress using host name, if fails buid uses only ip.
getByInetSocketAddress(InetSocketAddress) - Static method in class dist1.acb.common.transport.InetAddressHelper
Tries to build new InetAddress using host name, if fails buid uses only ip.
getCBLs() - Method in class dist1.acb.CBL.DBExplorer
Returns the list of CBLs from the database
getCBLs() - Method in class dist1.acb.common.transport.concretePackets.ResponseEnvironment
Getter for property CBLs.
getCBLsInfo() - Method in class dist1.acb.CBL.DBExplorer
Returns the list of CBLs from the database with addition Information (ResponseCBLsInfo.)
getCashFlows(String, Request) - Method in class dist1.acb.CBL.DBExplorer
Handler for request Cash Flow
getCbl() - Method in class dist1.acb.CBL.concretePackets.RequestExecuteHotJoin
Getter for property cbl.
getCbl() - Method in class dist1.acb.CBL.concretePackets.RequestForHotJoin
Getter for property cbl.
getCbl() - Method in class dist1.acb.CBL.concretePackets.RequestJoin
Getter for property cbl.
getCbl() - Method in class dist1.acb.common.database.User
Getter for property cbl.
getCbl() - Method in class dist1.acb.common.transport.concretePackets.RequestLogin
Getter for property cbl.
getCbl() - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Getter for property cbl.
getCbl() - Method in class dist1.acb.common.transport.concretePackets.RequestUpdateCBL
Getter for property cbl.
getCblClientPort() - Method in class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.CBLInfo
 
getCblHostName() - Method in class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.CBLInfo
Getter for property cblHostName.
getCblName() - Method in class dist1.acb.common.transport.concretePackets.RequestRemoveCBL
Getter for property cblName.
getCblName() - Method in class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.CBLInfo
Getter for property cblName.
getCblPort() - Method in class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.CBLInfo
Getter for property cblPort.
getCblState() - Method in class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.CBLInfo
Getter for property cblState.
getCblsInfo() - Method in class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo
Getter for property cblsInfo.
getCellEditorValue() - Method in class dist1.acb.ACBpoint.PublishingTableCellEditor
 
getChallenge() - Method in class dist1.acb.common.transport.concretePackets.ResponseLoginChallenge
Getter for property challenge.
getChild(Object, int) - Method in class dist1.acb.ACBpoint.TopicsModel
Returns the child of parent at index index in the parent's child array.
getChildAt(int) - Method in class dist1.acb.ACBpoint.Topic
 
getChildCount() - Method in class dist1.acb.ACBpoint.Topic
 
getChildCount(Object) - Method in class dist1.acb.ACBpoint.TopicsModel
Returns the number of children of parent.
getClientport() - Method in class dist1.acb.common.database.CBL
Getter for property clientport.
getColumnClass(int) - Method in class dist1.acb.ACBpoint.CashFlowsTableModel
 
getColumnClass(int) - Method in class dist1.acb.ACBpoint.DownloadingTable
 
getColumnClass(int) - Method in class dist1.acb.ACBpoint.PublishingTable
 
getColumnClass(int) - Method in class dist1.acb.ACBpoint.SearchResultTableModel
 
getColumnClass(int) - Method in class dist1.acb.CBLcc.CBLsTableModel
DOCUMENT ME!
getColumnClass(int) - Method in class dist1.acb.CBLcc.LogTableModel
DOCUMENT ME!
getColumnCount() - Method in class dist1.acb.ACBpoint.CashFlowsTableModel
getColumnCount Number columns same as the column array length
getColumnCount() - Method in class dist1.acb.ACBpoint.DownloadingTable
getColumnCount Number columns same as the column array length
getColumnCount() - Method in class dist1.acb.ACBpoint.PublishingTable
getColumnCount Number columns same as the column array length
getColumnCount() - Method in class dist1.acb.ACBpoint.SearchResultTableModel
getColumnCount Number columns same as the column array length
getColumnCount() - Method in class dist1.acb.CBLcc.CBLsTableModel
getColumnCount Number columns same as the column array length
getColumnCount() - Method in class dist1.acb.CBLcc.LogTableModel
getColumnCount Number columns same as the column array length
getColumnName(int) - Method in class dist1.acb.ACBpoint.CashFlowsTableModel
 
getColumnName(int) - Method in class dist1.acb.ACBpoint.DownloadingTable
 
getColumnName(int) - Method in class dist1.acb.ACBpoint.PublishingTable
 
getColumnName(int) - Method in class dist1.acb.ACBpoint.SearchResultTableModel
 
getColumnName(int) - Method in class dist1.acb.CBLcc.CBLsTableModel
DOCUMENT ME!
getColumnName(int) - Method in class dist1.acb.CBLcc.LogTableModel
DOCUMENT ME!
getCommitment() - Method in class dist1.acb.common.transport.concretePackets.RequestLoginComminment
Getter for property commitment.
getConnectedUsers() - Method in class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.CBLInfo
Getter for property connectedUsers.
getConnectionWaiter() - Method in class dist1.acb.CBLcc.BusinessLogic
Getter for property connectionWaiter.
getConsumer() - Method in class dist1.acb.common.database.Register
Getter for property consumer.
getConsumerLogin() - Method in class dist1.acb.common.transport.concretePackets.RequestBeginSellTransaction
Getter for property consumerLogin.
getCounteragent() - Method in class dist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
Getter for property counteragent.
getCreationTime() - Method in class dist1.acb.common.database.Log
Getter for property creationTime.
getCreationTime() - Method in class dist1.acb.common.database.TopicProposal
Getter for property creationTime.
getCreationTimeAsString() - Method in class dist1.acb.common.database.Log
Getter for property creationTime.
getCreditCardNumber() - Method in class dist1.acb.common.transport.concretePackets.RequestMoneyToAccount
Getter for property creditCardNumber.
getCurrentFlowRate() - Method in class dist1.acb.ACBpoint.DownloadingTableData
Getter for property currentFlowRate.
getCurrentRate() - Method in class dist1.acb.common.transport.FlowRateInputStream
Calculates the overal rate (in byte/sec)
getCurrentRateFormated() - Method in class dist1.acb.common.transport.FlowRateInputStream
Calculates the overal rate (in Kbyte/sec) and returns it as String "#.##"
getData() - Method in class dist1.acb.ACBpoint.CashFlowsTableModel
 
getData() - Method in class dist1.acb.ACBpoint.DownloadingTable
 
getData() - Method in class dist1.acb.ACBpoint.PublishingTable
 
getData() - Method in class dist1.acb.ACBpoint.SearchResultTableModel
 
getData() - Method in class dist1.acb.CBLcc.CBLsTableModel
DOCUMENT ME!
getData() - Method in class dist1.acb.CBLcc.LogTableModel
DOCUMENT ME!
getDescription() - Method in class dist1.acb.ACBpoint.DownloadingTableData
Getter for property description.
getDescription() - Method in class dist1.acb.ACBpoint.PublishingTableData
Getter for property description.
getDescription() - Method in class dist1.acb.common.database.File
Getter for property description.
getDescription() - Method in class dist1.acb.common.transport.concretePackets.RequestShare.File
Getter for property description.
getDescription() - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Getter for property description.
getDownloadDummyData() - Method in class dist1.acb.ACBpoint.ACBpoint
getDownloadDummyData generating dummy DownloadingTableData object and creating a vector
getDownloadTableModel() - Method in class dist1.acb.ACBpoint.ACBpoint
 
getEmail() - Method in class dist1.acb.common.database.User
Getter for property email.
getEmail() - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Getter for property email.
getEnvironment(LinkedList) - Static method in class dist1.acb.CBL.ControlSocket
Returns current condition of the enviroment from an alive CBL
getExtendedHostName(InetAddress) - Static method in class dist1.acb.common.transport.InetAddressHelper
Returns extended host name in format "host/ip".
getFName() - Method in class dist1.acb.common.database.User
Getter for property fName.
getFName() - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Getter for property fName.
getFile() - Method in class dist1.acb.common.database.Register
Getter for property file.
getFileId() - Method in class dist1.acb.ACBpoint.DownloadingTableData
Getter for property fileId.
getFileId() - Method in class dist1.acb.ACBpoint.PublishingTableData
Getter for property fileId.
getFileId() - Method in class dist1.acb.ACBpoint.transport.RequestStartDownload
Getter for property fileId.
getFileId() - Method in class dist1.acb.common.transport.concretePackets.RequestBeginSellTransaction
Getter for property fileId.
getFileId() - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Getter for property fileId.
getFileIds() - Method in class dist1.acb.common.transport.concretePackets.RequestRemoveFiles
Getter for property fileIds.
getFileName() - Method in class dist1.acb.ACBpoint.DownloadingTableData
Getter for property fileName.
getFileName() - Method in class dist1.acb.ACBpoint.PublishingTableData
Getter for property fileName.
getFileName() - Method in class dist1.acb.ACBpoint.transport.RequestStartDownload
Getter for property fileName.
getFileName() - Method in class dist1.acb.common.transport.concretePackets.RequestShare.File
Getter for property fileName.
getFileName() - Method in class dist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
Getter for property fileName.
getFileName() - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Getter for property fileName.
getFileNames() - Method in class dist1.acb.CBL.concretePackets.ResponseJoinInfo
Getter for property fileNames.
getFileToUpload() - Method in class dist1.acb.ACBpoint.transport.ResponseFile
Getter for property fileToUpload.
getFiles() - Method in class dist1.acb.CBL.concretePackets.ResponseJoinInfo
Getter for property files.
getFlowInfos() - Method in class dist1.acb.common.transport.concretePackets.ResponseCashFlows
Getter for property flowInfos.
getGui() - Method in class dist1.acb.ACBpoint.BusinessLogic
Getter for property gui.
getGui() - Method in class dist1.acb.CBLcc.BusinessLogic
Getter for property gui.
getHiearchicalGraph() - Method in class dist1.acb.ACBpoint.BusinessLogic
Constructs the hierarchical tree used by the Tree model from the received Topics
getHost() - Method in class dist1.acb.common.database.CBL
Getter for property host.
getId() - Method in class dist1.acb.CBL.Replica
Getter for property id.
getId() - Method in class dist1.acb.common.database.File
Getter for property id.
getId() - Method in class dist1.acb.common.database.Log
Getter for property id.
getId() - Method in class dist1.acb.common.database.Register
Getter for property id.
getId() - Method in class dist1.acb.common.database.Topic
Getter for property id.
getId() - Method in class dist1.acb.common.transport.Id
Getter for attribute id
getId() - Method in class dist1.acb.common.transport.Packet
Get id of the Packet.
getIdAsLong() - Method in class dist1.acb.common.database.Log
Getter for property id.
getImmortalPoint() - Method in class dist1.acb.common.transport.concretePackets.ResponseEnvironment
Getter for property immortalPoint.
getIn() - Method in class dist1.acb.common.transport.AbstractClientSocket.SocketAndStreams
Getter for property in.
getIndexOfChild(Topic) - Method in class dist1.acb.ACBpoint.Topic
 
getIndexOfChild(Object, Object) - Method in class dist1.acb.ACBpoint.TopicsModel
Returns the index of child in parent.
getInstance() - Static method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
getInstance() - Static method in class dist1.acb.ACBpoint.PointDB
Since it is a layer, getInstance returns a reference to the layer
getInstance() - Static method in class dist1.acb.ACBpoint.transport.ClientSocket
Gets the instance of the ClientSocket server
getInstance() - Static method in class dist1.acb.ACBpoint.transport.ProviderSocket
Gets the instance of the ProviderSocket server
getInstance() - Static method in class dist1.acb.CBL.AdminSocket
Gets the instance of the AdminSocket server
getInstance() - Static method in class dist1.acb.CBL.CBL
Returns the only instance of the class
getInstance() - Static method in class dist1.acb.CBL.ClientSocket
Gets the instance of the ClientSocket server
getInstance() - Static method in class dist1.acb.CBL.ControlSocket
Returns only one instance of the class
getInstance() - Static method in class dist1.acb.CBL.DBExplorer
getInstance
getInstance() - Static method in class dist1.acb.CBLcc.AdminSocket
Gets the instance of the ClientSocket server
getInstance() - Static method in class dist1.acb.CBLcc.BusinessLogic
DOCUMENT ME!
getInstance() - Static method in class dist1.acb.CBLcc.CBLcc
DOCUMENT ME!
getInstance() - Static method in class dist1.acb.common.ConfigManager
Get instance of the manager
getInstance() - Static method in class dist1.acb.common.Security
Get the only one instance
getInstance() - Static method in class dist1.acb.common.transport.ObjectStreamFactory
Returns instanse of the factory which was provided to setObjectStreamFactory or default instance if setPreprocessFactory was not involved.
getIntProperty(String, int) - Method in class dist1.acb.common.ConfigManager
Get value of a integer property.
getIntProperty(String) - Method in class dist1.acb.common.ConfigManager
Get value of a integer property
getIntValue() - Method in class dist1.acb.common.transport.Id
Returns integer value of the ID.
getInterruptedDownloads() - Method in class dist1.acb.ACBpoint.BusinessLogic
Getter for property interruptedDownloads.
getIp() - Method in class dist1.acb.common.database.User
Getter for property ip.
getIp() - Method in class dist1.acb.common.transport.concretePackets.RequestLogin
Getter for property ip.
getIp() - Method in class dist1.acb.common.transport.concretePackets.ResponsePeersLocation.PeerInfo
Getter for property ip.
getIp() - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Getter for property ip.
getIsAdmin() - Method in class dist1.acb.common.database.User
Getter for property isAdmin.
getIssuedTo() - Method in class dist1.acb.common.Security
Getter for property issuedTo.
getKey() - Method in class dist1.acb.common.transport.concretePackets.RequestBeginSellTransaction
Getter for property key.
getKey() - Method in class dist1.acb.common.transport.concretePackets.ResponseKey
Getter for property key.
getLName() - Method in class dist1.acb.common.database.User
Getter for property lName.
getLName() - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Getter for property lName.
getLastReplicaId() - Method in class dist1.acb.CBL.concretePackets.RequestForHotJoin
Getter for property lastReplicaId.
getLastReplicaId() - Method in class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
Getter for property lastReplicaId.
getLastRequest() - Method in class dist1.acb.ACBpoint.transport.ClientSocket
Returns Id of last request in the backup buffer, or null if the buffer is empty
getLastRequest() - Method in class dist1.acb.common.database.User
Getter for property lastRequest.
getLastRequest() - Method in class dist1.acb.common.transport.concretePackets.RequestLogin
Getter for property lastRequest.
getLastRequest() - Method in class dist1.acb.common.transport.concretePackets.ResponseLoginOk
Getter for property lastRequest.
getLastSegmentId() - Method in class dist1.acb.ACBpoint.DownloadingTableData
Getter for property lastSegmentId.
getLastlogin() - Method in class dist1.acb.common.database.User
Getter for property lastlogin.
getLevel() - Method in class dist1.acb.common.database.Log
Getter for property level.
getList() - Method in class dist1.acb.common.transport.concretePackets.ResponseServersList
Getter for property list.
getListFileIds() - Method in class dist1.acb.common.transport.concretePackets.ResponseFileIds
Getter for property listFileIds.
getLog(long) - Method in class dist1.acb.CBL.DBExplorer
Returns the list of Logs from the database
getLog() - Method in class dist1.acb.CBL.concretePackets.RequestInsertLog
Getter for property log.
getLog() - Method in class dist1.acb.common.transport.concretePackets.ResponseLog
Getter for property log.
getLogFile() - Method in class dist1.acb.common.transport.concretePackets.ResponseLogFile
Getter for property logFile.
getLogProperty(String, String) - Method in class dist1.acb.common.ConfigManager
Get value of a property of the Log System.
getLogProperty(String) - Method in class dist1.acb.common.ConfigManager
Get value of a property of the Log System
getLogger() - Method in class dist1.acb.CBL.Backup
Returns logger for current server
getLogger() - Method in class dist1.acb.CBL.Primary
Returns logger for current server
getLogger() - Method in interface dist1.acb.CBL.Server
Returns logger for current server
getLogger(Object) - Static method in class dist1.acb.common.LoggerFactory
Retrns logger for the object
getLogger(Object, String) - Static method in class dist1.acb.common.LoggerFactory
Retrns logger for the object
getLogin() - Method in class dist1.acb.CBL.Replica
Getter for property login.
getLogin() - Method in class dist1.acb.CBL.concretePackets.RequestExecuteUpdate
Getter for property login.
getLogin() - Method in class dist1.acb.common.database.User
Getter for property login.
getLogin() - Method in class dist1.acb.common.transport.concretePackets.RequestLogin
Getter for property login.
getLogin() - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Getter for property login.
getManageCBLsTable() - Method in class dist1.acb.CBLcc.CBLcc
 
getManageLogsTable() - Method in class dist1.acb.CBLcc.CBLcc
 
getManageTableModel() - Method in class dist1.acb.CBLcc.CBLcc
 
getMessage() - Method in class dist1.acb.common.database.Log
Getter for property message.
getMissingReplicas(List, Id) - Static method in class dist1.acb.CBL.Replica
Returns missing list from replicas
getMoney() - Method in class dist1.acb.common.transport.concretePackets.RequestMoneyFromAccount
Getter for property money.
getMoney() - Method in class dist1.acb.common.transport.concretePackets.RequestMoneyToAccount
Getter for property money.
getMsg() - Method in class dist1.acb.common.transport.RequestWithStringMessage
Getter for property msg.
getMsg() - Method in class dist1.acb.common.transport.ResponseWithStringMessage
Getter for property msg.
getMsg() - Method in interface dist1.acb.common.transport.StringMessage
Getter for property msg.
getName() - Method in class dist1.acb.ACBpoint.Topic
 
getName() - Method in class dist1.acb.common.database.CBL
Getter for property name.
getName() - Method in class dist1.acb.common.database.File
Getter for property name.
getName() - Method in class dist1.acb.common.database.Topic
Getter for property name.
getNext() - Method in class dist1.acb.common.transport.Id
Returns Id object that is next Id after the current
getNextId() - Static method in class dist1.acb.CBL.Replica
Getter for property nextId.
getOut() - Method in class dist1.acb.common.transport.AbstractClientSocket.SocketAndStreams
Getter for property out.
getOverallFlowRate() - Method in class dist1.acb.ACBpoint.DownloadingTableData
Getter for property overallFlowRate.
getOverallRate() - Method in class dist1.acb.common.transport.FlowRateInputStream
Calculates the current rate (in byte/sec)
getOverallRateFormated() - Method in class dist1.acb.common.transport.FlowRateInputStream
Calculates the current rate (in Kbyte/sec) and returns it as String "#.##"
getOwner() - Method in class dist1.acb.ACBpoint.DownloadingTableData
Getter for property owner.
getOwner() - Method in class dist1.acb.common.database.File
Getter for property owner.
getOwner() - Method in class dist1.acb.common.transport.concretePackets.ResponsePeersLocation.PeerInfo
Getter for property owner.
getOwner() - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Getter for property owner.
getOwnerList() - Method in class dist1.acb.common.transport.concretePackets.RequestGetPeersLocation
Getter for property ownerList.
getParent() - Method in class dist1.acb.ACBpoint.Topic
 
getParent() - Method in class dist1.acb.common.database.Topic
Getter for property parent.
getParent() - Method in class dist1.acb.common.database.TopicProposal
Getter for property parent.
getParentTopic() - Method in class dist1.acb.common.transport.concretePackets.ResponseTopics.Topic
Getter for property parentTopic.
getPassword() - Method in class dist1.acb.CBLcc.BusinessLogic
Getter for property password.
getPath() - Method in class dist1.acb.ACBpoint.PublishingTableData
Getter for property path.
getPeer() - Method in class dist1.acb.ACBpoint.transport.RequestStartDownload
Getter for property peer.
getPeerPassword() - Method in class dist1.acb.ACBpoint.BusinessLogic
Getter for property peerPassword.
getPeersInfo() - Method in class dist1.acb.common.transport.concretePackets.ResponsePeersLocation
Getter for property peersInfo.
getPeersLocation(RequestGetPeersLocation) - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
getPeersLocation(RequestGetPeersLocation) - Method in class dist1.acb.CBL.DBExplorer
Handles peer's location
getPort() - Method in class dist1.acb.common.database.CBL
Getter for property port.
getPort() - Method in class dist1.acb.common.database.User
Getter for property port.
getPort() - Method in class dist1.acb.common.transport.concretePackets.RequestLogin
Getter for property port.
getPort() - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Getter for property port.
getPort() - Method in class dist1.acb.common.transport.concretePackets.ResponsePeersLocation.PeerInfo
Getter for property port.
getPort() - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Getter for property port.
getPrice() - Method in class dist1.acb.ACBpoint.PublishingTableData
Getter for property price.
getPrice() - Method in class dist1.acb.common.database.File
Getter for property price.
getPrice() - Method in class dist1.acb.common.transport.concretePackets.RequestShare.File
Getter for property price.
getPrice() - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Getter for property price.
getPriceLowerBound() - Method in class dist1.acb.common.transport.concretePackets.RequestSearch
Getter for property priceLowerBound.
getPriceUpperBound() - Method in class dist1.acb.common.transport.concretePackets.RequestSearch
Getter for property priceUpperBound.
getPrimary() - Static method in class dist1.acb.CBL.ControlSocket
Getter for property primary.
getPrimary() - Method in class dist1.acb.CBL.concretePackets.RequestInitCBLTable
Getter for property primary.
getPrimary() - Method in class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
Getter for property primary.
getPrimary() - Method in class dist1.acb.common.transport.concretePackets.ResponseEnvironment
Getter for property primary.
getPrimaryServer() - Static method in class dist1.acb.CBL.CBL
Tries to retrieve local Primary server If current server is Backup calls to server.forceGetReplicas()
getProgress() - Method in class dist1.acb.ACBpoint.DownloadingTableData
Getter for property progress.
getProperty(String, String) - Method in class dist1.acb.common.ConfigManager
Get value of a property.
getProperty(String) - Method in class dist1.acb.common.ConfigManager
Get value of a property
getProvider() - Method in class dist1.acb.common.database.Register
Getter for property provider.
getPublicKey() - Method in class dist1.acb.common.database.User
Getter for property publicKey.
getPublicKey() - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Getter for property publicKey.
getRegisterId() - Method in class dist1.acb.ACBpoint.DownloadingTableData
Getter for property registerId.
getRegisterId() - Method in class dist1.acb.common.transport.concretePackets.RequestEndSellTransaction
Getter for property registerId.
getRegisterId() - Method in class dist1.acb.common.transport.concretePackets.ResponseRegisterId
Getter for property registerId.
getReplicas() - Method in class dist1.acb.CBL.concretePackets.RequestReplicasToPrimary
Getter for property replicas.
getReplicas() - Method in class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
Getter for property replicas.
getReplicas() - Method in class dist1.acb.CBL.concretePackets.ResponseReplicas
Getter for property replicas.
getReplicasBackup() - Method in class dist1.acb.CBL.Backup
Returns list for backuping replicas
getReplicasBackup() - Method in class dist1.acb.CBL.Primary
Returns list for backuping replicas
getReplicasBackup() - Method in interface dist1.acb.CBL.Server
Returns list for backuping replicas
getRequest() - Method in class dist1.acb.CBL.Replica
Getter for property request.
getRequest() - Method in class dist1.acb.CBL.concretePackets.RequestExecuteUpdate
Getter for property request.
getResource(String) - Method in class dist1.acb.common.ConfigManager
Returns input stream to a resource
getResourceURL(String) - Method in class dist1.acb.common.ConfigManager
Returns input stream to a resource
getResponse(Request) - Method in class dist1.acb.common.transport.AbstractClientSocket
Get respons to the request.
getResult() - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch
Returns string with description of the object
getRoot() - Method in class dist1.acb.ACBpoint.TopicsModel
Returns the root of the tree.
getRootThreadGroup() - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
getRootThreadGroup() - Method in class dist1.acb.CBL.CBL
Returns thread group with all threads
getRootThreadGroup() - Method in class dist1.acb.CBLcc.BusinessLogic
DOCUMENT ME!
getRowCount() - Method in class dist1.acb.ACBpoint.CashFlowsTableModel
getRowCount Row count same as the size of data vector
getRowCount() - Method in class dist1.acb.ACBpoint.DownloadingTable
getRowCount Row count same as the size of data vector
getRowCount() - Method in class dist1.acb.ACBpoint.PublishingTable
getRowCount Row count same as the size of data vector
getRowCount() - Method in class dist1.acb.ACBpoint.SearchResultTableModel
getRowCount Row count same as the size of data vector
getRowCount() - Method in class dist1.acb.CBLcc.CBLsTableModel
getRowCount Row count same as the size of data vector
getRowCount() - Method in class dist1.acb.CBLcc.LogTableModel
getRowCount Row count same as the size of data vector
getSearchList() - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch
Getter for property searchList.
getSegment() - Method in class dist1.acb.ACBpoint.transport.ResponseFileSegment
Getter for property segment.
getServer() - Static method in class dist1.acb.CBL.CBL
Tries to retrieve local server
getServerAddr() - Method in class dist1.acb.common.transport.AbstractClientSocket
Getter for property serverAddr.
getServerName() - Method in class dist1.acb.CBL.CBL
Retrns name of the server
getServerSocketFactory() - Method in class dist1.acb.common.Security
Obtain ServerSocketFactory
getServerSocketFactory(Object) - Static method in class dist1.acb.common.transport.SocketFactories
Returns ServerSocketFactory for specific object (the type of object takes into considiration).
getServerSocketFactoryForClass(Class) - Static method in class dist1.acb.common.transport.SocketFactories
Returns ServerSocketFactory for specific class.
getServersAddresses() - Method in class dist1.acb.common.transport.AbstractClientSocket
Getter for property serversAddresses.
getSharedData() - Method in class dist1.acb.ACBpoint.SharedDocument
Getter for property sharedData.
getSharedDocuments() - Method in class dist1.acb.ACBpoint.PointDB
Getter for property sharedDocuments.
getSharedFiles() - Method in class dist1.acb.common.transport.concretePackets.RequestShare
Getter for property sharedFiles.
getSharedTableModel() - Method in class dist1.acb.ACBpoint.ACBpoint
 
getShutdownWaiter() - Method in class dist1.acb.CBLcc.BusinessLogic
Getter for property shutdownWaiter.
getSignature() - Method in class dist1.acb.common.transport.concretePackets.RequestLogin
Getter for property signature.
getSize() - Method in class dist1.acb.ACBpoint.DownloadingTableData
Getter for property size.
getSize() - Method in class dist1.acb.ACBpoint.PublishingTableData
Getter for property size.
getSize() - Method in class dist1.acb.common.database.File
Getter for property size.
getSize() - Method in class dist1.acb.common.transport.concretePackets.RequestShare.File
Getter for property size.
getSize() - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Getter for property size.
getSizeLowerBound() - Method in class dist1.acb.common.transport.concretePackets.RequestSearch
Getter for property sizeLowerBound.
getSizeUpperBound() - Method in class dist1.acb.common.transport.concretePackets.RequestSearch
Getter for property sizeUpperBound.
getSocket() - Method in class dist1.acb.common.transport.AbstractClientSocket.SocketAndStreams
Getter for property socket.
getSocketFactory() - Method in class dist1.acb.common.Security
Obtain SocketFactory with certificate
getSocketFactory(Object) - Static method in class dist1.acb.common.transport.SocketFactories
Returns SocketFactory for specific object (the type of object takes into considiration).
getSocketFactoryForClass(Class) - Static method in class dist1.acb.common.transport.SocketFactories
Returns SocketFactory for specific class.
getSource() - Method in class dist1.acb.common.database.Log
Getter for property source.
getStartSegmentId() - Method in class dist1.acb.ACBpoint.transport.RequestStartDownload
Getter for property startSegmentId.
getState() - Method in class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
Getter for property state.
getState() - Method in class dist1.acb.common.database.CBL
Getter for property state.
getSum() - Method in class dist1.acb.common.database.Register
Getter for property sum.
getSum() - Method in class dist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
Getter for property sum.
getSymmetricKey() - Method in class dist1.acb.common.database.Register
Getter for property symmetricKey.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class dist1.acb.ACBpoint.PublishingTableCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class dist1.acb.ACBpoint.DirectionRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class dist1.acb.ACBpoint.ProgressRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class dist1.acb.CBLcc.ActiveCBLRenderer
DOCUMENT ME!
getText() - Method in class dist1.acb.common.transport.concretePackets.RequestSearch
Getter for property text.
getThisCBL() - Method in class dist1.acb.CBL.Backup
Returns information about this CBL
getThisCBL() - Method in class dist1.acb.CBL.Primary
Returns information about this CBL
getThisCBL() - Method in interface dist1.acb.CBL.Server
Returns information about this CBL
getTime() - Method in class dist1.acb.common.database.Register
Getter for property time.
getTime() - Method in class dist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
Getter for property time.
getTopic() - Method in class dist1.acb.ACBpoint.SharedDocument
Getter for property topic.
getTopic() - Method in class dist1.acb.common.database.File
Getter for property topic.
getTopicId() - Method in class dist1.acb.ACBpoint.Topic
Getter for property topicId.
getTopicId() - Method in class dist1.acb.common.transport.concretePackets.RequestSearch
Getter for property topicId.
getTopicId() - Method in class dist1.acb.common.transport.concretePackets.RequestShare.File
Getter for property topicId.
getTopicId() - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Getter for property topicId.
getTopicId() - Method in class dist1.acb.common.transport.concretePackets.ResponseTopics.Topic
Getter for property topicId.
getTopicName() - Method in class dist1.acb.common.database.TopicProposal
Getter for property topicName.
getTopicName() - Method in class dist1.acb.common.transport.concretePackets.ResponseTopics.Topic
Getter for property topicName.
getTopics() - Method in class dist1.acb.ACBpoint.ACBpoint
 
getTopics() - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
getTopics(Request) - Method in class dist1.acb.CBL.DBExplorer
Returns a list of Topics in the database
getTopics() - Method in class dist1.acb.common.transport.concretePackets.ResponseTopics
Getter for property topics.
getUpdateRow() - Method in class dist1.acb.CBLcc.BusinessLogic
Getter for property updateRow.
getUser(String) - Method in class dist1.acb.CBL.DBExplorer
given a login returns User object
getUser() - Method in class dist1.acb.CBL.concretePackets.RequestUpdateUser
Getter for property user.
getUserIp() - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Getter for property userIp.
getUserLogin() - Method in class dist1.acb.common.database.TopicProposal
Getter for property userLogin.
getValueAt(int, int) - Method in class dist1.acb.ACBpoint.CashFlowsTableModel
getValueAt This function updates the JTable depending upon the data in the TableModel
getValueAt(int, int) - Method in class dist1.acb.ACBpoint.DownloadingTable
getValueAt This function updates the JTable depending upon the data in the TableModel
getValueAt(int, int) - Method in class dist1.acb.ACBpoint.PublishingTable
getValueAt This function updates the JTable depending upon the data in the TableModel
getValueAt(int, int) - Method in class dist1.acb.ACBpoint.SearchResultTableModel
getValueAt This function updates the JTable depending upon the data in the TableModel
getValueAt(int, int) - Method in class dist1.acb.CBLcc.CBLsTableModel
getValueAt This function updates the JTable depending upon the data in the TableModel
getValueAt(int, int) - Method in class dist1.acb.CBLcc.LogTableModel
getValueAt This function updates the JTable depending upon the data in the TableModel

H

HandlersHive - class dist1.acb.common.HandlersHive.
Class for resolving input type of object and calling appropriate handler (method) for the input object of this type
HandlersHive(Class, Class[], String) - Constructor for class dist1.acb.common.HandlersHive
Creates a new instance of HandlersHive
hBeginSellTransaction(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request BeginSellTransaction
hBeginSellTransaction(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request insert register
hBeginSellTransaction(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request BeginSellTransaction
hBeginSellTransaction(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request BeginSellTransaction
hCloseSession(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request CloseSession
hCloseSession(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request CloseSession
hCloseSession(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request CloseSession
hCloseSession(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request CloseSession
hDeleteOldUsers(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request DeleteOldUsers
hDeleteOldUsers(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Delete Old users
hDeleteOldUsers(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request DeleteOldUsers
hDeleteOldUsers(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request DeleteOldUsers
hEndSellTransaction(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request BeginSellTransaction
hEndSellTransaction(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request BeginSellTransaction
hEndSellTransaction(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request BeginSellTransaction
hEndSellTransaction(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request BeginSellTransaction
hInitCBLTable(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request InitCBLTable
hInitCBLTable(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request InitCBLTable (Clears (sets to 0) state of all CBLs in the table and updates Primary's record)
hInitCBLTable(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request InitCBLTable
hInitCBLTable(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request InitCBLTable
hInsertLog(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request insert log
hInsertLog(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request insert log
hInsertLog(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request insert log
hInsertLog(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request insert log
hLogin(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request Login
hLogin(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request Login
hLogin(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request Login
hLogin(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request Login
hMoneyFromAccount(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request MoneyFromAccount
hMoneyFromAccount(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request MoneyFromAccount
hMoneyFromAccount(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request MoneyFromAccount
hMoneyFromAccount(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request MoneyFromAccount
hMoneyToAccount(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request MoneyToAccount
hMoneyToAccount(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request MoneyToAccount
hMoneyToAccount(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request MoneyToAccount
hMoneyToAccount(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request MoneyToAccount
hRegister(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request Register
hRegister(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request Register
hRegister(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request Register
hRegister(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request Register
hRemoveCBL(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request RemoveCBL
hRemoveCBL(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Delete CBLs
hRemoveCBL(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request RemoveCBL
hRemoveCBL(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request RemoveCBL
hRemoveFiles(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request RemoveFiles
hRemoveFiles(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request RemoveFiles
hRemoveFiles(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request RemoveFiles
hRemoveFiles(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
DOCUMENT ME!
hShare(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request Share
hShare(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request Share
hShare(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request Share
hShare(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request Share
hUpdateCBL(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request UpdateCBL
hUpdateCBL(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request update a CBL
hUpdateCBL(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request insert log
hUpdateCBL(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request UpdateCBL
hUpdateUser(String, RequestUpdate) - Method in class dist1.acb.CBL.Backup
Handler for request UpdateUser
hUpdateUser(String, RequestUpdate) - Method in class dist1.acb.CBL.DBExplorer
Handler for request update a user
hUpdateUser(String, RequestUpdate) - Method in class dist1.acb.CBL.Primary
Handler for request insert log
hUpdateUser(String, RequestUpdate) - Method in interface dist1.acb.CBL.UpdatesExecutor
Handler for request UpdateUser
handle(Object, Object) - Method in class dist1.acb.common.HandlersHive
Resolves input type of the object and calls appropriate handler (method) for the input object of this type
handle(Object, Object, Object[]) - Method in class dist1.acb.common.HandlersHive
Resolves input type of the object and calls appropriate handler (method) for specifed parameters
handleBeginSellTransaction(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation Begin sell transaction
handleCloseSession(Request) - Method in class dist1.acb.ACBpoint.transport.ProviderSocket.ClientManager
Handrer of request for closing the session
handleCloseSession(Request) - Method in class dist1.acb.CBL.AdminSocket.AdminManager
Handrer of request for closing the session
handleCloseSession(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handrer of request for closing the session
handleCloseSession(Request) - Method in class dist1.acb.CBL.ControlSocket.ClientManager
Handrer of request for closing the session
handleCloseSession(Request) - Method in class dist1.acb.CBL.Primary.ClientManager
Handrer of request for closing the session
handleConnectionEstablished() - Method in class dist1.acb.ACBpoint.transport.ClientSocket
 
handleConnectionEstablished() - Method in class dist1.acb.ACBpoint.transport.DownloadFile
 
handleConnectionEstablished() - Method in class dist1.acb.CBL.Backup
 
handleConnectionEstablished() - Method in class dist1.acb.CBLcc.AdminSocket
 
handleConnectionEstablished() - Method in class dist1.acb.common.transport.AbstractClientSocket
 
handleConnectionLost() - Method in class dist1.acb.ACBpoint.transport.ClientSocket
 
handleConnectionLost() - Method in class dist1.acb.ACBpoint.transport.DownloadFile
 
handleConnectionLost() - Method in class dist1.acb.CBL.Backup
 
handleConnectionLost() - Method in class dist1.acb.CBLcc.AdminSocket
 
handleConnectionLost() - Method in class dist1.acb.common.transport.AbstractClientSocket
 
handleEndSellTransaction(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation Begin sell transaction
handleExecuteHotJoin(Request) - Method in class dist1.acb.CBL.Primary.ClientManager
Handrer of request for Hot joining
handleExecuteUpdate(Request) - Method in class dist1.acb.CBL.Primary.ClientManager
Handrer of request for executing an update
handleForHotJoin(Request) - Method in class dist1.acb.CBL.ControlSocket.ClientManager
Handrer of request for a HotJoin
handleGetBalance(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation GetBalance
handleGetCBLsInfo(Request) - Method in class dist1.acb.CBL.AdminSocket.AdminManager
Handrer of request for retreiving fresh information about CBLs
handleGetCashFlows(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation GetCashFlows
handleGetEnvironment(Request) - Method in class dist1.acb.CBL.ControlSocket.ClientManager
Handler of operation Register
handleGetLog(Request) - Method in class dist1.acb.CBL.AdminSocket.AdminManager
Handler of operation GetLog
handleGetLogFile(Request) - Method in class dist1.acb.CBL.AdminSocket.AdminManager
Handler of operation GetLogFile
handleGetPeersLocation(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation Get Peers Location
handleGetReplicas(Request) - Method in class dist1.acb.CBL.Primary.ClientManager
Handrer of request for pack of replicas
handleGetServersList(Request) - Method in class dist1.acb.CBL.AdminSocket.AdminManager
Handler of operation GetServersList
handleGetServersList(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation GetServersList
handleGetTopics(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation handleGetTopics
handleJoin(Request) - Method in class dist1.acb.CBL.Primary.ClientManager
Handrer of request for joining
handleLogin(Request) - Method in class dist1.acb.CBL.AdminSocket.AdminManager
Handrer of request for login (phase 2)
handleLogin(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handrer of request for login (phase 2)
handleLoginComminment(Request) - Method in class dist1.acb.CBL.AdminSocket.AdminManager
Handrer of request for login (phase 1)
handleLoginComminment(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handrer of request for login (phase 1)
handleMoneyFromAccount(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation MoneyFromAccount
handleMoneyToAccount(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation MoneyToAccount
handleRegister(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation Register
handleRejoin(Request) - Method in class dist1.acb.CBL.AdminSocket.AdminManager
Handler of operation ShutdownApplication
handleRemoveCBL(Request) - Method in class dist1.acb.CBL.AdminSocket.AdminManager
Handrer of request RemoveCBL
handleRemoveFiles(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation RemoveFiles
handleRemoveFiles(String, RequestUpdate) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler for request RemoveFiles
handleResponseToNoRequest(Response) - Method in class dist1.acb.common.transport.AbstractClientSocket
 
handleSearch(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation Search
handleShare(Request) - Method in class dist1.acb.CBL.ClientSocket.ClientManager
Handler of operation Share
handleShutdownApplication(Request) - Method in class dist1.acb.CBL.AdminSocket.AdminManager
Handler of operation ShutdownApplication
handleStartDownloading(Request) - Method in class dist1.acb.ACBpoint.transport.ProviderSocket.ClientManager
Handler of operation GetServersList
handleTest(Request) - Method in class dist1.acb.CBL.ControlSocket.ClientManager
Handrer of request for a connection test
handleUnrecoverableError(Throwable) - Method in class dist1.acb.ACBpoint.transport.ClientSocket
 
handleUnrecoverableError(Throwable) - Method in class dist1.acb.ACBpoint.transport.DownloadFile
 
handleUnrecoverableError(Throwable) - Method in class dist1.acb.ACBpoint.transport.ProviderSocket
 
handleUnrecoverableError(Throwable) - Method in class dist1.acb.CBL.AdminSocket
 
handleUnrecoverableError(Throwable) - Method in class dist1.acb.CBL.Backup
 
handleUnrecoverableError(Throwable) - Method in class dist1.acb.CBL.ClientSocket
 
handleUnrecoverableError(Throwable) - Method in class dist1.acb.CBL.ControlSocket
 
handleUnrecoverableError(Throwable) - Method in class dist1.acb.CBL.Primary
 
handleUnrecoverableError(Throwable) - Method in class dist1.acb.CBLcc.AdminSocket
 
handleUnrecoverableError(Throwable) - Method in class dist1.acb.common.transport.AbstractClientSocket
 
handleUnrecoverableError(Throwable) - Method in class dist1.acb.common.transport.AbstractConnectionServer
 
handleUpdateCBL(Request) - Method in class dist1.acb.CBL.AdminSocket.AdminManager
Handrer of request UpdateCBL
handlerOfUnknownClass() - Method in class dist1.acb.common.transport.AbstractPersonalManager
 
handlerOfUnknownRequest(Request) - Method in class dist1.acb.common.transport.AbstractPersonalManager
 
hotJoin(RequestForHotJoin) - Method in class dist1.acb.CBL.Primary
Handler for request for HotJoin.

I

Id - class dist1.acb.common.transport.Id.
Id for requests and corresponded responses
InetAddressHelper - class dist1.acb.common.transport.InetAddressHelper.
Provides some function for manipulating InetAddress
in - Variable in class dist1.acb.common.transport.AbstractPersonalManager
 
in(Socket) - Method in class dist1.acb.common.transport.ObjectStreamFactory
The input stream
init(String, String, String) - Method in class dist1.acb.common.ConfigManager
Initialize the Config Manager.
init(String, String, String) - Method in class dist1.acb.common.Security
Initializes the Security obect.
init(InputStream, InputStream, InputStream) - Method in class dist1.acb.common.Security
Initializes the Security obect.
initiateDownload(SearchResultTableModel, int) - Method in class dist1.acb.ACBpoint.BusinessLogic
Start download from the designated peer
initiateUnfinishedDownloads(ResponsePeersLocation) - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
inputPassword - Variable in class dist1.acb.ACBpoint.ACBpoint
 
installDafaultHandlers() - Method in class dist1.acb.ACBpoint.transport.ProviderSocket.ClientManager
 
installDafaultHandlers() - Method in class dist1.acb.CBL.AdminSocket.AdminManager
 
installDafaultHandlers() - Method in class dist1.acb.CBL.ClientSocket.ClientManager
 
installDafaultHandlers() - Method in class dist1.acb.CBL.ControlSocket.ClientManager
 
installDafaultHandlers() - Method in class dist1.acb.CBL.Primary.ClientManager
 
installDafaultHandlers() - Method in class dist1.acb.common.transport.AbstractPersonalManager
 
isAddingNewCBL() - Method in class dist1.acb.CBLcc.BusinessLogic
Getter for property addingNewCBL.
isBContinueOfA(LinkedList, LinkedList) - Static method in class dist1.acb.CBL.Replica
Checks if list of replicas B is continue of list A
isCellEditable(int, int) - Method in class dist1.acb.ACBpoint.CashFlowsTableModel
 
isCellEditable(int, int) - Method in class dist1.acb.ACBpoint.DownloadingTable
 
isCellEditable(int, int) - Method in class dist1.acb.ACBpoint.PublishingTable
 
isCellEditable(EventObject) - Method in class dist1.acb.ACBpoint.PublishingTableCellEditor
 
isCellEditable(int, int) - Method in class dist1.acb.ACBpoint.SearchResultTableModel
 
isCellEditable(int, int) - Method in class dist1.acb.CBLcc.CBLsTableModel
DOCUMENT ME!
isCellEditable(int, int) - Method in class dist1.acb.CBLcc.LogTableModel
DOCUMENT ME!
isConnected() - Method in class dist1.acb.common.transport.AbstractClientSocket
Returns the connection state of the socket.
isInSystem() - Method in class dist1.acb.common.database.CBL
Test the atribute state if the CBL in the system (is joined)
isIsIncome() - Method in class dist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
Getter for property isIncome.
isItI(String, int) - Static method in class dist1.acb.CBL.ControlSocket
Checks if the provided address is our address
isItI(InetSocketAddress) - Static method in class dist1.acb.CBL.ControlSocket
Checks if the provided address is our address
isLeaf(Object) - Method in class dist1.acb.ACBpoint.TopicsModel
Returns true if node is a leaf.
isLoginSuccessfull() - Method in class dist1.acb.ACBpoint.BusinessLogic
Getter for property loginSuccessfull.
isLoginSuccessfull() - Method in class dist1.acb.CBLcc.BusinessLogic
Getter for property loginSuccessfull.
isNext(Id) - Method in class dist1.acb.common.transport.Id
Checks if the provided id is exactly next Id after the current
isOnLine() - Method in class dist1.acb.ACBpoint.BusinessLogic
Getter for property onLine.
isOnLine() - Method in class dist1.acb.CBLcc.BusinessLogic
Getter for property onLine.
isPrimary() - Method in class dist1.acb.CBL.Backup
Checks if the current server is the Primary
isPrimary() - Method in class dist1.acb.CBL.Primary
Checks if the current server is the Primary
isPrimary() - Method in interface dist1.acb.CBL.Server
Checks if the current server is the Primary
isPrimary() - Method in class dist1.acb.common.database.CBL
Test the atribute state if it is primary CBL
isShutdowned - Variable in class dist1.acb.common.transport.AbstractClientSocket
 
isWasCharged() - Method in class dist1.acb.common.transport.concretePackets.ResponseKey
Getter for property wasCharged.

K

keyPressed(KeyEvent) - Method in class dist1.acb.CBLcc.CBLcc.RefreshKeyListener
 
keyPressed(KeyEvent) - Method in class dist1.acb.CBLcc.ViewLogFile.RefreshKeyListener
 
keyReleased(KeyEvent) - Method in class dist1.acb.CBLcc.ViewLogFile.RefreshKeyListener
 
keyTyped(KeyEvent) - Method in class dist1.acb.CBLcc.ViewLogFile.RefreshKeyListener
 

L

Log - class dist1.acb.common.database.Log.
Log
Log(Timestamp, Level, String, String, String) - Constructor for class dist1.acb.common.database.Log
Creates a new Log object.
Log(Level, String, String, String) - Constructor for class dist1.acb.common.database.Log
Creates a new Log object.
Log(Level, String, String) - Constructor for class dist1.acb.common.database.Log
Creates a new Log object.
LogTableModel - class dist1.acb.CBLcc.LogTableModel.
Table model for the Logs
LogTableModel(LinkedList) - Constructor for class dist1.acb.CBLcc.LogTableModel
Creates a new instance of PublishingTable
LogTableModel() - Constructor for class dist1.acb.CBLcc.LogTableModel
Creates a new CBLsTableModel object.
LoggerFactory - class dist1.acb.common.LoggerFactory.
Factory for the loggers
LoggerFactory() - Constructor for class dist1.acb.common.LoggerFactory
 
LoginDialog - class dist1.acb.CBLcc.LoginDialog.
Dialog used to login Administrators/ Peers
LoginDialog(Frame) - Constructor for class dist1.acb.CBLcc.LoginDialog
Creates a new instance of LoginDialog
linkFamily(Topic, Topic[]) - Static method in class dist1.acb.ACBpoint.Topic
Link together all members of a Topic.
load() - Method in class dist1.acb.common.ConfigManager
Binds working directory fo the application to the directory and load configuration
loadDefaults(InputStream, InputStream) - Method in class dist1.acb.common.ConfigManager
Used for loading default configuration.
loadDownloadingDocuments() - Method in class dist1.acb.ACBpoint.PointDB
DOCUMENT ME!
loadSharedDocuments() - Method in class dist1.acb.ACBpoint.PointDB
load all information from local storage
loadSnapshot() - Method in class dist1.acb.CBL.DBExplorer
Clear the database and load the snapshot from directory \dbsnapshot
lockTables() - Method in class dist1.acb.CBL.DBExplorer
Flushs and Locks all tables with read lock
log - Variable in class dist1.acb.CBL.AutoManager
 
log - Variable in class dist1.acb.common.transport.AbstractClientSocket
 
log - Variable in class dist1.acb.common.transport.AbstractConnectionServer
Logger for object instance
log - Variable in class dist1.acb.common.transport.AbstractPersonalManager
Logger for object instance
logPropertyNames() - Method in class dist1.acb.common.ConfigManager
Returns an enumeration of all the keys in the property list of log system, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
loginUser() - Method in class dist1.acb.ACBpoint.ACBpoint
 
loginUser(String) - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
loginUser(String) - Method in class dist1.acb.CBLcc.BusinessLogic
DOCUMENT ME!

M

main(String[]) - Static method in class dist1.acb.ACBpoint.ACBpoint
Entry point
main(String[]) - Static method in class dist1.acb.CBL.CBL
Run the Application
main(String[]) - Static method in class dist1.acb.CBLcc.CBLcc
DOCUMENT ME!
mouseClicked(MouseEvent) - Method in class dist1.acb.ACBpoint.ACBpoint.PublishTableMouseListener
 
mouseClicked(MouseEvent) - Method in class dist1.acb.ACBpoint.SearchResultDialog
 
mouseEntered(MouseEvent) - Method in class dist1.acb.ACBpoint.SearchResultDialog
 
mouseExited(MouseEvent) - Method in class dist1.acb.ACBpoint.SearchResultDialog
 
mousePressed(MouseEvent) - Method in class dist1.acb.ACBpoint.ACBpoint.PublishTableMouseListener
 
mousePressed(MouseEvent) - Method in class dist1.acb.ACBpoint.SearchResultDialog
 
mouseReleased(MouseEvent) - Method in class dist1.acb.ACBpoint.ACBpoint.PublishTableMouseListener
 
mouseReleased(MouseEvent) - Method in class dist1.acb.ACBpoint.SearchResultDialog
 
mouseReleased(MouseEvent) - Method in class dist1.acb.CBLcc.CBLcc.MyMouseListener
 

N

NiceFormatter - class dist1.acb.common.NiceFormatter.
Alternative formatter for text output
NiceFormatter() - Constructor for class dist1.acb.common.NiceFormatter
 
NoHandlerException - exception dist1.acb.common.NoHandlerException.
Exception used by HandlersHive
NoHandlerException() - Constructor for class dist1.acb.common.NoHandlerException
Creates a new instance of NoHandlerException
NoHandlerException(String) - Constructor for class dist1.acb.common.NoHandlerException
Creates a new instance of NoHandlerException

O

OWNER_COL - Static variable in class dist1.acb.ACBpoint.CashFlowsTableModel
 
OWNER_COL - Static variable in class dist1.acb.ACBpoint.DownloadingTable
 
OWNER_COL - Static variable in class dist1.acb.ACBpoint.SearchResultTableModel
 
ObjectReaderWriter - class dist1.acb.common.transport.ObjectReaderWriter.
Creates abstraction of method for object's reading/writing
ObjectStreamFactory - class dist1.acb.common.transport.ObjectStreamFactory.
Object Stream Factory
ObjectStreamFactory() - Constructor for class dist1.acb.common.transport.ObjectStreamFactory
 
objectStreamFactory - Variable in class dist1.acb.common.transport.AbstractClientSocket
 
out - Variable in class dist1.acb.common.transport.AbstractPersonalManager
 
out(Socket) - Method in class dist1.acb.common.transport.ObjectStreamFactory
The output stream

P

PATH_COL - Static variable in class dist1.acb.ACBpoint.PublishingTable
 
PRICE_COL - Static variable in class dist1.acb.ACBpoint.PublishingTable
 
PRICE_COL - Static variable in class dist1.acb.ACBpoint.SearchResultTableModel
 
PRIMARY_NEEDS_REPLICAS - Static variable in class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
One of the possible values of the state: the backup must send replicas to the primary
PROGRESS_COL - Static variable in class dist1.acb.ACBpoint.DownloadingTable
 
Packet - class dist1.acb.common.transport.Packet.
A packet - base class for all transfered messages
Packet(Id) - Constructor for class dist1.acb.common.transport.Packet
 
PointDB - class dist1.acb.ACBpoint.PointDB.
Class that takes care for local saving of published information of the user
Primary - class dist1.acb.CBL.Primary.
The Primary
Primary(LinkedList) - Constructor for class dist1.acb.CBL.Primary
Constructor for the Primary object
Primary.ClientManager - class dist1.acb.CBL.Primary.ClientManager.
Client manager
Primary.ClientManager(Socket, String, ThreadGroup) - Constructor for class dist1.acb.CBL.Primary.ClientManager
Constructor for the ClientSession object
ProgressRenderer - class dist1.acb.ACBpoint.ProgressRenderer.
 
ProgressRenderer() - Constructor for class dist1.acb.ACBpoint.ProgressRenderer
 
ProgressRenderer(int, int) - Constructor for class dist1.acb.ACBpoint.ProgressRenderer
 
ProviderSocket - class dist1.acb.ACBpoint.transport.ProviderSocket.
The server that accepts download request from peers
ProviderSocket.ClientManager - class dist1.acb.ACBpoint.transport.ProviderSocket.ClientManager.
DOCUMENT ME!
ProviderSocket.ClientManager(Socket, String, ThreadGroup) - Constructor for class dist1.acb.ACBpoint.transport.ProviderSocket.ClientManager
Constructor for the ClientSession object
PublishingTable - class dist1.acb.ACBpoint.PublishingTable.
Purpose: It is used for publishing/ displaying the parti
PublishingTable(Vector) - Constructor for class dist1.acb.ACBpoint.PublishingTable
Creates a new instance of PublishingTable
PublishingTable() - Constructor for class dist1.acb.ACBpoint.PublishingTable
 
PublishingTableCellEditor - class dist1.acb.ACBpoint.PublishingTableCellEditor.
Currency Editor
PublishingTableCellEditor() - Constructor for class dist1.acb.ACBpoint.PublishingTableCellEditor
 
PublishingTableData - class dist1.acb.ACBpoint.PublishingTableData.
Purpose : The Data for the PublishingTable
PublishingTableData() - Constructor for class dist1.acb.ACBpoint.PublishingTableData
Creates a new instance of PublishingTableData
PublishingTableData(String, String, BigDecimal, String, Long) - Constructor for class dist1.acb.ACBpoint.PublishingTableData
 
pbBecomeHotPrimary(LinkedList) - Method in class dist1.acb.CBL.CBL
Start the Primary using the Hot rotocol
process() - Method in class dist1.acb.CBL.ClientSocket.ClientManager
 
process() - Method in class dist1.acb.CBL.Primary.ClientManager
Main processing method for the PersonalManager object
process() - Method in class dist1.acb.common.transport.AbstractPersonalManager
Main processing method for the PersonalManager object
propertyNames() - Method in class dist1.acb.common.ConfigManager
Returns an enumeration of all the keys in the property list of main configuration, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
publishPopUpMenu - Variable in class dist1.acb.ACBpoint.ACBpoint
 

R

RESOURCES_PATH - Static variable in class dist1.acb.common.Constant
Path to application resources (may be applied to a jar or to a file system)
Refresher - class dist1.acb.CBLcc.Refresher.
Refresher Thread that will retreive CBLs information and Logs table info
Refresher(ThreadGroup) - Constructor for class dist1.acb.CBLcc.Refresher
Creates a new instance of Refresher
Register - class dist1.acb.common.database.Register.
Register
Register(Timestamp, BigDecimal, byte[], long, String, String) - Constructor for class dist1.acb.common.database.Register
Creates a new Log object.
RegisterDialog - class dist1.acb.ACBpoint.RegisterDialog.
Represents the Registration dialog
RegisterDialog(Frame) - Constructor for class dist1.acb.ACBpoint.RegisterDialog
Creates a new instance of RegisterDialog
Replica - class dist1.acb.CBL.Replica.
Replica
Replica(String, RequestUpdate) - Constructor for class dist1.acb.CBL.Replica
Creates a new instance of Replica
Request - class dist1.acb.common.transport.Request.
A Request
Request() - Constructor for class dist1.acb.common.transport.Request
Creates a new Request object.
Request(Id) - Constructor for class dist1.acb.common.transport.Request
 
RequestBeginSellTransaction - class dist1.acb.common.transport.concretePackets.RequestBeginSellTransaction.
RequestBeginSellTransaction
RequestBeginSellTransaction(long, byte[], String) - Constructor for class dist1.acb.common.transport.concretePackets.RequestBeginSellTransaction
Creates a new instance of RequestBeginSellTransaction
RequestCloseSession - class dist1.acb.common.transport.concretePackets.RequestCloseSession.
Request for closing the session
RequestCloseSession() - Constructor for class dist1.acb.common.transport.concretePackets.RequestCloseSession
Creates a new instance of RequestCloseSession
RequestDeleteOldUsers - class dist1.acb.CBL.concretePackets.RequestDeleteOldUsers.
 
RequestDeleteOldUsers() - Constructor for class dist1.acb.CBL.concretePackets.RequestDeleteOldUsers
Creates a new instance of RequestDeleteOldUser
RequestEndSellTransaction - class dist1.acb.common.transport.concretePackets.RequestEndSellTransaction.
RequestEndSellTransaction
RequestEndSellTransaction(long) - Constructor for class dist1.acb.common.transport.concretePackets.RequestEndSellTransaction
Creates a new instance of RequestEndSellTransaction
RequestExecuteHotJoin - class dist1.acb.CBL.concretePackets.RequestExecuteHotJoin.
Request for executing last stage of the HotJoin protocol
RequestExecuteHotJoin(CBL) - Constructor for class dist1.acb.CBL.concretePackets.RequestExecuteHotJoin
Creates a new instance of RequestExecuteHotJoin
RequestExecuteUpdate - class dist1.acb.CBL.concretePackets.RequestExecuteUpdate.
RequestExecuteUpdate - goes from a Backup to the Primary
RequestExecuteUpdate(String, RequestUpdate) - Constructor for class dist1.acb.CBL.concretePackets.RequestExecuteUpdate
Creates a new instance of RequestExecuteUpdate
RequestForHotJoin - class dist1.acb.CBL.concretePackets.RequestForHotJoin.
Request for 'hot join' to the Primary (to the ControlSocket) ('HotJoin' means without transfer the whole of database)
RequestForHotJoin(Id, String) - Constructor for class dist1.acb.CBL.concretePackets.RequestForHotJoin
Creates a new instance of RequestForHotJoin
RequestGetBalance - class dist1.acb.common.transport.concretePackets.RequestGetBalance.
Peer asks the primary for the balance
RequestGetBalance() - Constructor for class dist1.acb.common.transport.concretePackets.RequestGetBalance
Creates a new instance of RequestGetBalance
RequestGetCBLsInfo - class dist1.acb.common.transport.concretePackets.RequestGetCBLsInfo.
Request to retrieve the CBL table from the primary + other info
RequestGetCBLsInfo() - Constructor for class dist1.acb.common.transport.concretePackets.RequestGetCBLsInfo
Creates a new instance of RequestGetCBLs
RequestGetCashFlows - class dist1.acb.common.transport.concretePackets.RequestGetCashFlows.
Request sent to primary for retreiving the Cash flows of a peer
RequestGetCashFlows() - Constructor for class dist1.acb.common.transport.concretePackets.RequestGetCashFlows
Creates a new instance of RequestGetCashFlows
RequestGetEnvironment - class dist1.acb.common.transport.concretePackets.RequestGetEnvironment.
RequestGetEnvironment (A new server sends in order to undersnand where it is and then to join group)
RequestGetEnvironment() - Constructor for class dist1.acb.common.transport.concretePackets.RequestGetEnvironment
Creates a new instance of RequestGetEnvironment
RequestGetLog - class dist1.acb.common.transport.concretePackets.RequestGetLog.
RequestLog
RequestGetLog(long) - Constructor for class dist1.acb.common.transport.concretePackets.RequestGetLog
Creates a new instance of RequestLog
RequestGetLogFile - class dist1.acb.common.transport.concretePackets.RequestGetLogFile.
Request sent directly to CBL to admin port, to retreive the log file
RequestGetLogFile() - Constructor for class dist1.acb.common.transport.concretePackets.RequestGetLogFile
Creates a new instance of RequestGetLogFile
RequestGetPeersLocation - class dist1.acb.common.transport.concretePackets.RequestGetPeersLocation.
Request that conatins Owner's name which is sent to the primary in order the peer to receive are these peers(owners) are alive, connected to ACB, and if they are, then the primary sends their new IP/port
RequestGetPeersLocation() - Constructor for class dist1.acb.common.transport.concretePackets.RequestGetPeersLocation
Creates a new instance of RequestPeersLocation
RequestGetReplicas - class dist1.acb.CBL.concretePackets.RequestGetReplicas.
Request for pack of Replicas.
RequestGetReplicas() - Constructor for class dist1.acb.CBL.concretePackets.RequestGetReplicas
Creates a new instance of RequestGetReplicas
RequestGetServersList - class dist1.acb.common.transport.concretePackets.RequestGetServersList.
RequestGetServersList
RequestGetServersList() - Constructor for class dist1.acb.common.transport.concretePackets.RequestGetServersList
Creates a new instance of RequestServersList
RequestGetTopics - class dist1.acb.common.transport.concretePackets.RequestGetTopics.
Request that is sent to the Primary in order the peer to receive the Topics
RequestGetTopics() - Constructor for class dist1.acb.common.transport.concretePackets.RequestGetTopics
Creates a new instance of RequestTopics
RequestInitCBLTable - class dist1.acb.CBL.concretePackets.RequestInitCBLTable.
Request for initializing table CBL by setting all states = 0 and updating/inserting record about primary
RequestInitCBLTable(CBL) - Constructor for class dist1.acb.CBL.concretePackets.RequestInitCBLTable
Creates a new instance of RequestInitCBLTable
RequestInsertLog - class dist1.acb.CBL.concretePackets.RequestInsertLog.
RequestInsertLog
RequestInsertLog(Log) - Constructor for class dist1.acb.CBL.concretePackets.RequestInsertLog
Creates a new instance of RequestInsertLog
RequestJoin - class dist1.acb.CBL.concretePackets.RequestJoin.
Request for joining the PB-Group
RequestJoin(CBL) - Constructor for class dist1.acb.CBL.concretePackets.RequestJoin
Creates a new instance of RequestJoin
RequestLogin - class dist1.acb.common.transport.concretePackets.RequestLogin.
Request for a login (second phase: signature)
RequestLogin(String, BigInteger, String, int, Integer) - Constructor for class dist1.acb.common.transport.concretePackets.RequestLogin
Creates a new instance of RequestLogin
RequestLoginComminment - class dist1.acb.common.transport.concretePackets.RequestLoginComminment.
Sending commitment - first phase of a login
RequestLoginComminment(BigInteger) - Constructor for class dist1.acb.common.transport.concretePackets.RequestLoginComminment
Creates a new instance of RequestLoginComminment
RequestMoneyFromAccount - class dist1.acb.common.transport.concretePackets.RequestMoneyFromAccount.
The peer wants to transfer money from the ACB system to his/her bank
RequestMoneyFromAccount(String, BigDecimal) - Constructor for class dist1.acb.common.transport.concretePackets.RequestMoneyFromAccount
Creates a new instance of RequestMoneyFromAccount
RequestMoneyToAccount - class dist1.acb.common.transport.concretePackets.RequestMoneyToAccount.
Request to add credit to the user's account
RequestMoneyToAccount(String, BigDecimal) - Constructor for class dist1.acb.common.transport.concretePackets.RequestMoneyToAccount
Creates a new instance of RequestMoneyToAccount
RequestRegister - class dist1.acb.common.transport.concretePackets.RequestRegister.
RequestRegister
RequestRegister(String, String, String, String, byte[], String, int) - Constructor for class dist1.acb.common.transport.concretePackets.RequestRegister
Creates a new instance of RequestRegister
RequestRejoin - class dist1.acb.common.transport.concretePackets.RequestRejoin.
Request sent to the Admin port of CBL in order to Rejoin itself
RequestRejoin(String) - Constructor for class dist1.acb.common.transport.concretePackets.RequestRejoin
Creates a new instance of RequestRejoin
RequestRemoveCBL - class dist1.acb.common.transport.concretePackets.RequestRemoveCBL.
Request sent directly to primary to remove a CBL
RequestRemoveCBL(String) - Constructor for class dist1.acb.common.transport.concretePackets.RequestRemoveCBL
Creates a new instance of RequestRemoveCBL
RequestRemoveFiles - class dist1.acb.common.transport.concretePackets.RequestRemoveFiles.
Request sent to primary to remove files from sharing
RequestRemoveFiles(LinkedList) - Constructor for class dist1.acb.common.transport.concretePackets.RequestRemoveFiles
Creates a new instance of RequestRemoveFiles
RequestReplicasToPrimary - class dist1.acb.CBL.concretePackets.RequestReplicasToPrimary.
RequestReplicasToPrimary
RequestReplicasToPrimary(List) - Constructor for class dist1.acb.CBL.concretePackets.RequestReplicasToPrimary
Creates a new instance of RequestReplicasToPrimary
RequestSearch - class dist1.acb.common.transport.concretePackets.RequestSearch.
Contains results of a searching
RequestSearch(Integer, String, Long, Long, BigDecimal, BigDecimal) - Constructor for class dist1.acb.common.transport.concretePackets.RequestSearch
Creates a new instance of RequestSearch
RequestServersList - class dist1.acb.common.transport.concretePackets.RequestServersList.
Request sent to the Primary in order to retrieve available CBL servers
RequestServersList() - Constructor for class dist1.acb.common.transport.concretePackets.RequestServersList
Creates a new instance of Class
RequestShare - class dist1.acb.common.transport.concretePackets.RequestShare.
Send an updated request to the
RequestShare() - Constructor for class dist1.acb.common.transport.concretePackets.RequestShare
Creates a new instance of RequestShare
RequestShare.File - class dist1.acb.common.transport.concretePackets.RequestShare.File.
DOCUMENT ME!
RequestShare.File() - Constructor for class dist1.acb.common.transport.concretePackets.RequestShare.File
 
RequestShutdownApplication - class dist1.acb.common.transport.concretePackets.RequestShutdownApplication.
Request for shutdowning
RequestShutdownApplication(String) - Constructor for class dist1.acb.common.transport.concretePackets.RequestShutdownApplication
Creates a new instance of RequestShutdownApplication
RequestStartDownload - class dist1.acb.ACBpoint.transport.RequestStartDownload.
Request that it is sent by the downloading peer to begin downloading file 'fileName'
RequestStartDownload(Integer, String, long, String) - Constructor for class dist1.acb.ACBpoint.transport.RequestStartDownload
Creates a new instance of Class
RequestTest - class dist1.acb.CBL.concretePackets.RequestTest.
RequestTest
RequestTest() - Constructor for class dist1.acb.CBL.concretePackets.RequestTest
Creates a new instance of RequestTest
RequestUpdate - class dist1.acb.common.transport.RequestUpdate.
The base abstract class for any request which changes the system state
RequestUpdate() - Constructor for class dist1.acb.common.transport.RequestUpdate
Creates a new instance of RequestUpdate
RequestUpdate(Id) - Constructor for class dist1.acb.common.transport.RequestUpdate
 
RequestUpdateCBL - class dist1.acb.common.transport.concretePackets.RequestUpdateCBL.
RequestUpdateCBL
RequestUpdateCBL(CBL) - Constructor for class dist1.acb.common.transport.concretePackets.RequestUpdateCBL
Creates a new instance of RequestUpdateCBL
RequestUpdateUser - class dist1.acb.CBL.concretePackets.RequestUpdateUser.
RequestUpdateUser
RequestUpdateUser(User) - Constructor for class dist1.acb.CBL.concretePackets.RequestUpdateUser
Creates a new instance of RequestUpdateUser
RequestWithStringMessage - class dist1.acb.common.transport.RequestWithStringMessage.
Request with implemented StringMessage interface
RequestWithStringMessage(String) - Constructor for class dist1.acb.common.transport.RequestWithStringMessage
Creates a new EequestWithStringMessage object.
Response - class dist1.acb.common.transport.Response.
A response
Response(Request) - Constructor for class dist1.acb.common.transport.Response
Creates a new Response object.
ResponseAnError - class dist1.acb.common.transport.concretePackets.ResponseAnError.
Response a error
ResponseAnError(Request, String) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseAnError
Creates a new ResponseAnError object.
ResponseBalance - class dist1.acb.common.transport.concretePackets.ResponseBalance.
Primary answers the peer for his balance
ResponseBalance(Request, BigDecimal) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseBalance
Creates a new instance of ResponseBalance
ResponseCBLsInfo - class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.
Contains all the CBL table + number of users connected to each cbl
ResponseCBLsInfo(Request, LinkedList) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo
Creates a new instance of ResponseCBLsInfo
ResponseCBLsInfo.CBLInfo - class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.CBLInfo.
Inner class that contains info about one CBL and it is used directly by the Displaying Table in CBLcc
ResponseCBLsInfo.CBLInfo(CBL, Integer) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.CBLInfo
Creates a new CBLInfo object.
ResponseCashFlows - class dist1.acb.common.transport.concretePackets.ResponseCashFlows.
ResponseCashFlows
ResponseCashFlows(Request, LinkedList) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseCashFlows
Creates a new instance of ResponseCashFlows
ResponseCashFlows.FlowInfo - class dist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo.
FlowInfo
ResponseCashFlows.FlowInfo(Timestamp, BigDecimal, String, String, boolean) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
Creates a new FlowInfo object.
ResponseCloseSession - class dist1.acb.common.transport.concretePackets.ResponseCloseSession.
ResponseCloseSession
ResponseCloseSession(Request, String) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseCloseSession
Creates a new ResponseError object.
ResponseEnvironment - class dist1.acb.common.transport.concretePackets.ResponseEnvironment.
ResponseEnvironment
ResponseEnvironment(Request, LinkedList, InetSocketAddress, InetSocketAddress) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseEnvironment
Creates a new ResponseEnvironment object.
ResponseError - class dist1.acb.common.transport.ResponseError.
ResponseError
ResponseError(Request, String) - Constructor for class dist1.acb.common.transport.ResponseError
Creates a new ResponseError object.
ResponseFile - class dist1.acb.ACBpoint.transport.ResponseFile.
The Response that it carring the file.
ResponseFile(Request, byte[]) - Constructor for class dist1.acb.ACBpoint.transport.ResponseFile
Creates a new instance of Class
ResponseFileIds - class dist1.acb.common.transport.concretePackets.ResponseFileIds.
After update, the primary sends to the peer the assigned File Ids
ResponseFileIds(Request) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseFileIds
Creates a new instance of ResponseFileIds
ResponseFileSegment - class dist1.acb.ACBpoint.transport.ResponseFileSegment.
Response which contains part of a file and the ID of the part
ResponseFileSegment(Request, byte[]) - Constructor for class dist1.acb.ACBpoint.transport.ResponseFileSegment
Creates a new instance of ResponseFileSegment
ResponseHotJoinInfo - class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo.
Response for request about a hot join
ResponseHotJoinInfo(Request, InetSocketAddress) - Constructor for class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
Creates a new instance of ResponseHotJoinInfo state=SYNCHRONIZED
ResponseHotJoinInfo(Request, InetSocketAddress, Id) - Constructor for class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
Creates a new instance of ResponseHotJoinInfo state=PRIMARY_NEEDS_REPLICAS
ResponseHotJoinInfo(Request, InetSocketAddress, LinkedList) - Constructor for class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
Creates a new instance of ResponseHotJoinInfo state=BACKUP_NEEDS_REPLICAS
ResponseJoinInfo - class dist1.acb.CBL.concretePackets.ResponseJoinInfo.
Response for joining the PB-Group
ResponseJoinInfo(Request, byte[][], String[], Id) - Constructor for class dist1.acb.CBL.concretePackets.ResponseJoinInfo
Creates a new instance of ResponseJoinInfo.
ResponseKey - class dist1.acb.common.transport.concretePackets.ResponseKey.
ResponseKey
ResponseKey(Request, byte[], boolean) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseKey
Creates a new instance of ResponseKey
ResponseLog - class dist1.acb.common.transport.concretePackets.ResponseLog.
ResponseLog
ResponseLog(Request, LinkedList) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseLog
Creates a new instance of ResponseLog
ResponseLogFile - class dist1.acb.common.transport.concretePackets.ResponseLogFile.
Response that contains the log file of the CBL
ResponseLogFile(Request, String) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseLogFile
Creates a new instance of ResponseLogFile
ResponseLoginChallenge - class dist1.acb.common.transport.concretePackets.ResponseLoginChallenge.
Response challenge during login
ResponseLoginChallenge(Request, BigInteger) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseLoginChallenge
Creates a new instance of ResponseLoginChallenge
ResponseLoginOk - class dist1.acb.common.transport.concretePackets.ResponseLoginOk.
ResponseLoginOk
ResponseLoginOk(Request, Integer) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseLoginOk
Creates a new instance of ResponseLoginOk
ResponseLoginOk(Request) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseLoginOk
Creates a new instance of ResponseLoginOk
ResponseOk - class dist1.acb.common.transport.concretePackets.ResponseOk.
ResponseOk
ResponseOk(Request) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseOk
Creates a new ResponseOk object.
ResponsePeersLocation - class dist1.acb.common.transport.concretePackets.ResponsePeersLocation.
Response that contains which peers are alive, and contains their
ResponsePeersLocation(Request) - Constructor for class dist1.acb.common.transport.concretePackets.ResponsePeersLocation
Creates a new instance of ResponsePeersLocation
ResponsePeersLocation.PeerInfo - class dist1.acb.common.transport.concretePackets.ResponsePeersLocation.PeerInfo.
 
ResponsePeersLocation.PeerInfo(String, String, int) - Constructor for class dist1.acb.common.transport.concretePackets.ResponsePeersLocation.PeerInfo
 
ResponseRegisterId - class dist1.acb.common.transport.concretePackets.ResponseRegisterId.
Response which contains the corresponding id for a billing transaction
ResponseRegisterId(Request, int) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseRegisterId
Creates a new instance of ResponseRegisterId
ResponseReplicas - class dist1.acb.CBL.concretePackets.ResponseReplicas.
ResponseReplicas
ResponseReplicas(Request, Replica[]) - Constructor for class dist1.acb.CBL.concretePackets.ResponseReplicas
Creates a new instance of ResponseReplicas
ResponseSearch - class dist1.acb.common.transport.concretePackets.ResponseSearch.
Contains results from a Search operation
ResponseSearch(Request) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseSearch
Creates a new instance of ResponseSearch
ResponseSearch.SearchInfo - class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo.
DOCUMENT ME!
ResponseSearch.SearchInfo() - Constructor for class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
 
ResponseServersList - class dist1.acb.common.transport.concretePackets.ResponseServersList.
ResponseServersList
ResponseServersList(Request, LinkedList) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseServersList
Creates a new instance of ResponseGetServersList
ResponseTopics - class dist1.acb.common.transport.concretePackets.ResponseTopics.
Response package containing currently available topics in the ACB system
ResponseTopics(Request) - Constructor for class dist1.acb.common.transport.concretePackets.ResponseTopics
Creates a new instance of RequestShare
ResponseTopics.Topic - class dist1.acb.common.transport.concretePackets.ResponseTopics.Topic.
DOCUMENT ME!
ResponseTopics.Topic() - Constructor for class dist1.acb.common.transport.concretePackets.ResponseTopics.Topic
 
ResponseWithStringMessage - class dist1.acb.common.transport.ResponseWithStringMessage.
Response with implemented StringMessage interface
ResponseWithStringMessage(Request, String) - Constructor for class dist1.acb.common.transport.ResponseWithStringMessage
Creates a new ResponseWithStringMessage object.
read() - Method in class dist1.acb.common.transport.FlowRateInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class dist1.acb.common.transport.FlowRateInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[]) - Method in class dist1.acb.common.transport.FlowRateInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(ObjectInputStream) - Static method in class dist1.acb.common.transport.ObjectReaderWriter
Read an object from an ObjectInputStream
receiveBalance() - Method in class dist1.acb.ACBpoint.BusinessLogic
 
receiveRequest() - Method in class dist1.acb.common.transport.AbstractPersonalManager
 
receiveRequest(int) - Method in class dist1.acb.common.transport.AbstractPersonalManager
 
receiveResponse() - Method in class dist1.acb.common.transport.AbstractClientSocket
Private static function for receiving a response.
refreshLogFile(String) - Method in class dist1.acb.CBLcc.BusinessLogic
 
registerNewUser(String, String, String, String, String) - Method in class dist1.acb.ACBpoint.BusinessLogic
Purpose : Makes an update request to the primary to register new user
registerServerSocketFactory(String, ServerSocketFactory) - Static method in class dist1.acb.common.transport.SocketFactories
Registers new ServerSocketFactory for specific type (class) of objects.
registerSocketFactory(String, SocketFactory) - Static method in class dist1.acb.common.transport.SocketFactories
Registers new SocketFactory for specific type (class) of objects.
registerUser() - Method in class dist1.acb.ACBpoint.ACBpoint
 
rejoin(String, String) - Method in class dist1.acb.CBL.CBL
Invoked by outside serveices in order to restart the application
rejoinSelectedCBL(String) - Method in class dist1.acb.CBLcc.BusinessLogic
 
removeDocument() - Method in class dist1.acb.ACBpoint.PointDB
remove shared document from internal LinkedList sharedDocuments
removeElement(int) - Method in class dist1.acb.ACBpoint.SearchResultTableModel
 
removeSelectedCBL(String) - Method in class dist1.acb.CBLcc.BusinessLogic
 
removeTreeModelListener(TreeModelListener) - Method in class dist1.acb.ACBpoint.TopicsModel
Removes a listener previously added with addTreeModelListener().
request(Request) - Method in class dist1.acb.ACBpoint.transport.ClientSocket
Send the request and receive a response from the server in same thread.
request(Request) - Method in class dist1.acb.CBLcc.AdminSocket
Send the request and receive a response from the server in same thread.
request(Request) - Method in class dist1.acb.common.transport.AbstractClientSocket
Send the request and receive a response from the server in same thread.
request(Request, ObjectInputStream, ObjectOutputStream, Logger) - Static method in class dist1.acb.common.transport.AbstractClientSocket
Used by a modles which use direct exchange of messages
requestForHotJoin(CBL) - Static method in class dist1.acb.CBL.ControlSocket
Tries to connect to the CBL and to send RequestForHostJoin
resetId() - Static method in class dist1.acb.CBL.Replica
Reset counter of IDs to start point
resetRequestsBackup() - Method in class dist1.acb.ACBpoint.transport.ClientSocket
DOCUMENT ME!
retreiveLogTable(long) - Method in class dist1.acb.CBLcc.BusinessLogic
 
retrieveCBLsTable() - Method in class dist1.acb.CBLcc.BusinessLogic
 
run() - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
run() - Method in class dist1.acb.ACBpoint.transport.DownloadFile
Thread the downloads the file
run() - Method in class dist1.acb.CBL.AutoManager
Main processor
run() - Method in class dist1.acb.CBL.Backup
Main processor
run() - Method in class dist1.acb.CBL.Primary
Main processing method for the Primary object
run() - Method in class dist1.acb.CBLcc.BusinessLogic
The main controller of the entire CBL control center
run() - Method in class dist1.acb.CBLcc.Refresher
DOCUMENT ME!
run() - Method in class dist1.acb.common.transport.AbstractClientSocket
Main processing method for the ConnectionServer object
run() - Method in class dist1.acb.common.transport.AbstractConnectionServer
Main processing method for the ConnectionServer object
run() - Method in class dist1.acb.common.transport.AbstractPersonalManager
Main processing method for the PersonalManager object

S

SIZE_COL - Static variable in class dist1.acb.ACBpoint.DownloadingTable
 
SIZE_COL - Static variable in class dist1.acb.ACBpoint.PublishingTable
 
STATE_BACKUP - Static variable in class dist1.acb.common.database.CBL
The CBL is backup (and online)
STATE_OFFLINE - Static variable in class dist1.acb.common.database.CBL
The CBL is offline
STATE_PRIMARY - Static variable in class dist1.acb.common.database.CBL
The CBL is primary (and online)
STORE_PASSWORD - Static variable in class dist1.acb.common.Constant
The password for KeyStore in order to manipulate keys
SUM_COL - Static variable in class dist1.acb.ACBpoint.CashFlowsTableModel
 
SYNCHRONIZED - Static variable in class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
One of the possible values of the state: the databases are synchronized, we can continue without additional steps
SYS_DIR - Static variable in class dist1.acb.common.Constant
ACB system directory
SearchResultDialog - class dist1.acb.ACBpoint.SearchResultDialog.
non-modal Dialog that displays the search result
SearchResultDialog(Frame, String, boolean, ResponseSearch) - Constructor for class dist1.acb.ACBpoint.SearchResultDialog
Creates a new instance of SearchResultDialog
SearchResultTableModel - class dist1.acb.ACBpoint.SearchResultTableModel.
Purpose: It is used for displaying the search result
SearchResultTableModel(LinkedList) - Constructor for class dist1.acb.ACBpoint.SearchResultTableModel
Creates a new instance of PublishingTable
SearchResultTableModel() - Constructor for class dist1.acb.ACBpoint.SearchResultTableModel
 
Security - class dist1.acb.common.Security.
Security module
Server - interface dist1.acb.CBL.Server.
Server interface.
SharedDocument - class dist1.acb.ACBpoint.SharedDocument.
Class to represent all the necessary information about the Shared document that the user is sharing It is structured (Topic, PublishedTableData)
SharedDocument(int, PublishingTable) - Constructor for class dist1.acb.ACBpoint.SharedDocument
Creates a new SharedDocument object.
Signal - class dist1.acb.common.Signal.
Signal (for synchronization of threads)
Signal(String) - Constructor for class dist1.acb.common.Signal
Creates a new instance of Signal (not signaled state)
Signal(String, boolean) - Constructor for class dist1.acb.common.Signal
Creates a new instance of Signal
SocketFactories - class dist1.acb.common.transport.SocketFactories.
The main purpose is to create abstraction for creating sockets for different types of objcets.
StringMessage - interface dist1.acb.common.transport.StringMessage.
StringMessage
saveDownloadingDocuments() - Method in class dist1.acb.ACBpoint.PointDB
DOCUMENT ME!
saveSharedDocuments() - Method in class dist1.acb.ACBpoint.PointDB
save internal LinkedList sharedDocuments to local storage
scheduleRequest(Request) - Method in class dist1.acb.common.transport.AbstractClientSocket
Schedules equest to the server.
search(RequestSearch) - Method in class dist1.acb.CBL.DBExplorer
Search for files
sendDirectly(InetSocketAddress, Request) - Method in class dist1.acb.CBLcc.AdminSocket
 
sendResponse(Response) - Method in class dist1.acb.common.transport.AbstractPersonalManager
 
sendSearchQuery(Integer, String, Long, Long, BigDecimal, BigDecimal) - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
setAbout(String) - Method in class dist1.acb.common.database.Log
Setter for property about.
setAccount(BigDecimal) - Method in class dist1.acb.ACBpoint.ACBpoint
 
setAccount(BigDecimal) - Method in class dist1.acb.common.database.User
Setter for property account.
setActivePanel(int) - Method in class dist1.acb.ACBpoint.ACBpoint
 
setAddingNewCBL(boolean) - Method in class dist1.acb.CBLcc.BusinessLogic
Setter for property addingNewCBL.
setAdminLogin(String) - Method in class dist1.acb.CBLcc.BusinessLogic
Setter for property adminLogin.
setAdminport(int) - Method in class dist1.acb.common.database.CBL
Setter for property adminport.
setAfterId(long) - Method in class dist1.acb.common.transport.concretePackets.RequestGetLog
Setter for property afterId.
setAppWorkPath(String) - Method in class dist1.acb.common.ConfigManager
Setter for property appWorkPath.
setBalance(BigDecimal) - Method in class dist1.acb.common.transport.concretePackets.ResponseBalance
Setter for property balance.
setBankAccountNumber(String) - Method in class dist1.acb.common.transport.concretePackets.RequestMoneyFromAccount
Setter for property bankAccountNumber.
setCBLs(LinkedList) - Method in class dist1.acb.common.transport.concretePackets.ResponseEnvironment
Setter for property CBLs.
setCbl(CBL) - Method in class dist1.acb.CBL.concretePackets.RequestExecuteHotJoin
Setter for property cbl.
setCbl(String) - Method in class dist1.acb.CBL.concretePackets.RequestForHotJoin
Setter for property cbl.
setCbl(CBL) - Method in class dist1.acb.CBL.concretePackets.RequestJoin
Setter for property cbl.
setCbl(String) - Method in class dist1.acb.common.database.User
Setter for property cbl.
setCbl(String) - Method in class dist1.acb.common.transport.concretePackets.RequestLogin
Setter for property cbl.
setCbl(String) - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Setter for property cbl.
setCbl(CBL) - Method in class dist1.acb.common.transport.concretePackets.RequestUpdateCBL
Setter for property cbl.
setCblHostName(String) - Method in class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.CBLInfo
Seter for property cbl.hostName.
setCblName(String) - Method in class dist1.acb.common.transport.concretePackets.RequestRemoveCBL
Setter for property cblName.
setCblName(String) - Method in class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.CBLInfo
Seter for property cbl.name.
setCblPort(Integer) - Method in class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.CBLInfo
Seter for property cbl.port.
setCblState(Byte) - Method in class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo.CBLInfo
Seter for property cbl.state.
setCblsInfo(LinkedList) - Method in class dist1.acb.common.transport.concretePackets.ResponseCBLsInfo
Setter for property cblsInfo.
setChallenge(BigInteger) - Method in class dist1.acb.common.transport.concretePackets.ResponseLoginChallenge
Setter for property challenge.
setClientport(int) - Method in class dist1.acb.common.database.CBL
Setter for property clientport.
setCommitment(BigInteger) - Method in class dist1.acb.common.transport.concretePackets.RequestLoginComminment
Setter for property commitment.
setConnectionWaiter() - Method in class dist1.acb.CBLcc.BusinessLogic
Setter for property connectionWaiter.
setConsumer(String) - Method in class dist1.acb.common.database.Register
Setter for property consumer.
setConsumerLogin(String) - Method in class dist1.acb.common.transport.concretePackets.RequestBeginSellTransaction
Setter for property consumerLogin.
setCounteragent(String) - Method in class dist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
Setter for property counteragent.
setCreationTime(Timestamp) - Method in class dist1.acb.common.database.Log
Setter for property creationTime.
setCreationTime(Timestamp) - Method in class dist1.acb.common.database.TopicProposal
Setter for property creationTime.
setCreditCardNumber(String) - Method in class dist1.acb.common.transport.concretePackets.RequestMoneyToAccount
Setter for property creditCardNumber.
setCurrentFlowRate(String) - Method in class dist1.acb.ACBpoint.DownloadingTableData
Setter for property currentFlowRate.
setDescription(String) - Method in class dist1.acb.ACBpoint.DownloadingTableData
Setter for property description.
setDescription(String) - Method in class dist1.acb.ACBpoint.PublishingTableData
Setter for property description.
setDescription(String) - Method in class dist1.acb.common.database.File
Setter for property description.
setDescription(String) - Method in class dist1.acb.common.transport.concretePackets.RequestShare.File
Setter for property description.
setDescription(String) - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Setter for property description.
setDownloadData(Vector) - Method in class dist1.acb.ACBpoint.ACBpoint
 
setEmail(String) - Method in class dist1.acb.common.database.User
Setter for property email.
setEmail(String) - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Setter for property email.
setFName(String) - Method in class dist1.acb.common.database.User
Setter for property fName.
setFName(String) - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Setter for property fName.
setFile(long) - Method in class dist1.acb.common.database.Register
Setter for property file.
setFileId(Integer) - Method in class dist1.acb.ACBpoint.DownloadingTableData
Setter for property fileId.
setFileId(Integer) - Method in class dist1.acb.ACBpoint.PublishingTableData
Setter for property fileId.
setFileId(Integer) - Method in class dist1.acb.ACBpoint.transport.RequestStartDownload
Setter for property fileId.
setFileId(long) - Method in class dist1.acb.common.transport.concretePackets.RequestBeginSellTransaction
Setter for property fileId.
setFileId(Integer) - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Setter for property fileId.
setFileIds(LinkedList) - Method in class dist1.acb.common.transport.concretePackets.RequestRemoveFiles
Setter for property fileIds.
setFileName(String) - Method in class dist1.acb.ACBpoint.DownloadingTableData
Setter for property fileName.
setFileName(String) - Method in class dist1.acb.ACBpoint.PublishingTableData
Setter for property fileName.
setFileName(String) - Method in class dist1.acb.ACBpoint.transport.RequestStartDownload
Setter for property fileName.
setFileName(String) - Method in class dist1.acb.common.transport.concretePackets.RequestShare.File
Setter for property fileName.
setFileName(String) - Method in class dist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
Setter for property fileName.
setFileName(String) - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Setter for property fileName.
setFileNames(String[]) - Method in class dist1.acb.CBL.concretePackets.ResponseJoinInfo
Setter for property fileNames.
setFileToUpload(byte[]) - Method in class dist1.acb.ACBpoint.transport.ResponseFile
Setter for property fileToUpload.
setFiles(byte[][]) - Method in class dist1.acb.CBL.concretePackets.ResponseJoinInfo
Setter for property files.
setFlowInfos(LinkedList) - Method in class dist1.acb.common.transport.concretePackets.ResponseCashFlows
Setter for property flowInfos.
setGui(CBLcc) - Method in class dist1.acb.CBLcc.BusinessLogic
Setter for property gui.
setHandlers(HandlersHive) - Method in class dist1.acb.common.transport.AbstractPersonalManager
Setting new handlers (changing the phase)
setHost(String) - Method in class dist1.acb.common.database.CBL
Setter for property host.
setId(BigInteger) - Method in class dist1.acb.common.database.File
Setter for property id.
setId(long) - Method in class dist1.acb.common.database.Log
Setter for property id.
setId(long) - Method in class dist1.acb.common.database.Register
Setter for property id.
setId(int) - Method in class dist1.acb.common.database.Topic
Setter for property id.
setId(Integer) - Method in class dist1.acb.common.transport.Id
Setter for attribute id
setImmortalPoint(InetSocketAddress) - Method in class dist1.acb.common.transport.concretePackets.ResponseEnvironment
Setter for property immortalPoint.
setIn(ObjectInputStream) - Method in class dist1.acb.common.transport.AbstractClientSocket.SocketAndStreams
Setter for property in.
setIntProperty(String, int) - Method in class dist1.acb.common.ConfigManager
Set value of a integer property
setInterruptedDownloads(LinkedList) - Method in class dist1.acb.ACBpoint.BusinessLogic
Setter for property interruptedDownloads.
setIp(String) - Method in class dist1.acb.common.database.User
Setter for property ip.
setIp(String) - Method in class dist1.acb.common.transport.concretePackets.RequestLogin
Setter for property ip.
setIp(String) - Method in class dist1.acb.common.transport.concretePackets.ResponsePeersLocation.PeerInfo
Setter for property ip.
setIp(String) - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Setter for property ip.
setIsAdmin(boolean) - Method in class dist1.acb.common.database.User
Setter for property isAdmin.
setIsIncome(boolean) - Method in class dist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
Setter for property isIncome.
setKey(byte[]) - Method in class dist1.acb.common.transport.concretePackets.RequestBeginSellTransaction
Setter for property key.
setKey(byte[]) - Method in class dist1.acb.common.transport.concretePackets.ResponseKey
Setter for property key.
setLName(String) - Method in class dist1.acb.common.database.User
Setter for property lName.
setLName(String) - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Setter for property lName.
setLastReplicaId(Id) - Method in class dist1.acb.CBL.concretePackets.RequestForHotJoin
Setter for property lastReplicaId.
setLastReplicaId(Id) - Method in class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
Setter for property lastReplicaId.
setLastRequest(int) - Method in class dist1.acb.common.database.User
Setter for property lastRequest.
setLastRequest(Integer) - Method in class dist1.acb.common.transport.concretePackets.RequestLogin
Setter for property lastRequest.
setLastRequest(Integer) - Method in class dist1.acb.common.transport.concretePackets.ResponseLoginOk
Setter for property lastRequest.
setLastSegmentId(long) - Method in class dist1.acb.ACBpoint.DownloadingTableData
Setter for property lastSegmentId.
setLastlogin(Timestamp) - Method in class dist1.acb.common.database.User
Setter for property lastlogin.
setLevel(Level) - Method in class dist1.acb.common.database.Log
Setter for property level.
setLimits(Hashtable) - Method in class dist1.acb.ACBpoint.ProgressRenderer
 
setList(LinkedList) - Method in class dist1.acb.common.transport.concretePackets.ResponseServersList
Setter for property list.
setListFileIds(LinkedList) - Method in class dist1.acb.common.transport.concretePackets.ResponseFileIds
Setter for property listFileIds.
setLog(Log) - Method in class dist1.acb.CBL.concretePackets.RequestInsertLog
Setter for property log.
setLog(LinkedList) - Method in class dist1.acb.common.transport.concretePackets.ResponseLog
Setter for property log.
setLogFile(String) - Method in class dist1.acb.common.transport.concretePackets.ResponseLogFile
Setter for property logFile.
setLogProperty(String, String) - Method in class dist1.acb.common.ConfigManager
Set value of a property of the Log System
setLogin(String) - Method in class dist1.acb.CBL.Replica
Setter for property login.
setLogin(String) - Method in class dist1.acb.CBL.concretePackets.RequestExecuteUpdate
Setter for property login.
setLogin(String) - Method in class dist1.acb.common.database.User
Setter for property login.
setLogin(String) - Method in class dist1.acb.common.transport.concretePackets.RequestLogin
Setter for property login.
setLogin(String) - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Setter for property login.
setLoginSuccessfull(boolean) - Method in class dist1.acb.ACBpoint.BusinessLogic
Setter for property loginSuccessfull.
setLoginSuccessfull(boolean) - Method in class dist1.acb.CBLcc.BusinessLogic
Setter for property loginSuccessfull.
setMessage(String) - Method in class dist1.acb.common.database.Log
Setter for property message.
setMoney(BigDecimal) - Method in class dist1.acb.common.transport.concretePackets.RequestMoneyFromAccount
Setter for property money.
setMoney(BigDecimal) - Method in class dist1.acb.common.transport.concretePackets.RequestMoneyToAccount
Setter for property money.
setMsg(String) - Method in class dist1.acb.common.transport.RequestWithStringMessage
Setter for property msg.
setMsg(String) - Method in class dist1.acb.common.transport.ResponseWithStringMessage
Setter for property msg.
setMsg(String) - Method in interface dist1.acb.common.transport.StringMessage
Setter for property msg.
setName(String) - Method in class dist1.acb.common.database.CBL
Setter for property name.
setName(String) - Method in class dist1.acb.common.database.File
Setter for property name.
setName(String) - Method in class dist1.acb.common.database.Topic
Setter for property name.
setObjectStreamFactory(ObjectStreamFactory) - Static method in class dist1.acb.common.transport.ObjectStreamFactory
Sets new preprocess factory
setOnLine(boolean) - Method in class dist1.acb.ACBpoint.BusinessLogic
Setter for property onLine.
setOnLine(boolean) - Method in class dist1.acb.CBLcc.BusinessLogic
Setter for property onLine.
setOut(ObjectOutputStream) - Method in class dist1.acb.common.transport.AbstractClientSocket.SocketAndStreams
Setter for property out.
setOverallFlowRate(String) - Method in class dist1.acb.ACBpoint.DownloadingTableData
Setter for property overallFlowRate.
setOwner(String) - Method in class dist1.acb.ACBpoint.DownloadingTableData
Setter for property owner.
setOwner(String) - Method in class dist1.acb.common.database.File
Setter for property owner.
setOwner(String) - Method in class dist1.acb.common.transport.concretePackets.ResponsePeersLocation.PeerInfo
Setter for property owner.
setOwner(String) - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Setter for property owner.
setOwnerList(LinkedList) - Method in class dist1.acb.common.transport.concretePackets.RequestGetPeersLocation
Setter for property ownerList.
setParent(int) - Method in class dist1.acb.common.database.Topic
Setter for property parent.
setParent(int) - Method in class dist1.acb.common.database.TopicProposal
Setter for property parent.
setParentTopic(int) - Method in class dist1.acb.common.transport.concretePackets.ResponseTopics.Topic
Setter for property parentTopic.
setPassword(String) - Method in class dist1.acb.CBLcc.BusinessLogic
Setter for property password.
setPath(String) - Method in class dist1.acb.ACBpoint.PublishingTableData
Setter for property path.
setPeer(String) - Method in class dist1.acb.ACBpoint.transport.RequestStartDownload
Setter for property peer.
setPeerPassword(String) - Method in class dist1.acb.ACBpoint.BusinessLogic
Setter for property peerPassword.
setPeersInfo(LinkedList) - Method in class dist1.acb.common.transport.concretePackets.ResponsePeersLocation
Setter for property peersInfo.
setPort(int) - Method in class dist1.acb.common.database.CBL
Setter for property port.
setPort(int) - Method in class dist1.acb.common.database.User
Setter for property port.
setPort(int) - Method in class dist1.acb.common.transport.concretePackets.RequestLogin
Setter for property port.
setPort(int) - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Setter for property port.
setPort(int) - Method in class dist1.acb.common.transport.concretePackets.ResponsePeersLocation.PeerInfo
Setter for property port.
setPort(int) - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Setter for property port.
setPrice(BigDecimal) - Method in class dist1.acb.ACBpoint.PublishingTableData
Setter for property price.
setPrice(BigDecimal) - Method in class dist1.acb.common.database.File
Setter for property price.
setPrice(BigDecimal) - Method in class dist1.acb.common.transport.concretePackets.RequestShare.File
Setter for property price.
setPrice(BigDecimal) - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Setter for property price.
setPriceLowerBound(BigDecimal) - Method in class dist1.acb.common.transport.concretePackets.RequestSearch
Setter for property priceLowerBound.
setPriceUpperBound(BigDecimal) - Method in class dist1.acb.common.transport.concretePackets.RequestSearch
Setter for property priceUpperBound.
setPrimary(InetSocketAddress) - Static method in class dist1.acb.CBL.ControlSocket
Setter for property primary.
setPrimary(CBL) - Method in class dist1.acb.CBL.concretePackets.RequestInitCBLTable
Setter for property primary.
setPrimary(InetSocketAddress) - Method in class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
Setter for property primary.
setPrimary(InetSocketAddress) - Method in class dist1.acb.common.transport.concretePackets.ResponseEnvironment
Setter for property primary.
setProgress(Integer) - Method in class dist1.acb.ACBpoint.DownloadingTableData
Setter for property progress.
setProperty(String, String) - Method in class dist1.acb.common.ConfigManager
Set value of a property
setProvider(String) - Method in class dist1.acb.common.database.Register
Setter for property provider.
setPublicKey(byte[]) - Method in class dist1.acb.common.database.User
Setter for property publicKey.
setPublicKey(byte[]) - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Setter for property publicKey.
setRegisterId(int) - Method in class dist1.acb.ACBpoint.DownloadingTableData
Setter for property registerId.
setRegisterId(int) - Method in class dist1.acb.common.transport.concretePackets.RequestEndSellTransaction
Setter for property registerId.
setRegisterId(int) - Method in class dist1.acb.common.transport.concretePackets.ResponseRegisterId
Setter for property registerId.
setReplicas(List) - Method in class dist1.acb.CBL.concretePackets.RequestReplicasToPrimary
Setter for property replicas.
setReplicas(LinkedList) - Method in class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
Setter for property replicas.
setReplicas(Replica[]) - Method in class dist1.acb.CBL.concretePackets.ResponseReplicas
Setter for property replicas.
setRequest(RequestUpdate) - Method in class dist1.acb.CBL.Replica
Setter for property request.
setRequest(RequestUpdate) - Method in class dist1.acb.CBL.concretePackets.RequestExecuteUpdate
Setter for property request.
setSearchList(LinkedList) - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch
 
setSegment(byte[]) - Method in class dist1.acb.ACBpoint.transport.ResponseFileSegment
Setter for property segment.
setServersAddresses(LinkedList) - Method in class dist1.acb.common.transport.AbstractClientSocket
Setter for property serversAddresses.
setSharedData(PublishingTable) - Method in class dist1.acb.ACBpoint.SharedDocument
Setter for property sharedData.
setSharedDocuments(LinkedList) - Method in class dist1.acb.ACBpoint.PointDB
Setter for property sharedDocuments.
setShutdownWaiter(Signal) - Method in class dist1.acb.CBLcc.BusinessLogic
Setter for property shutdownWaiter.
setSignature(BigInteger) - Method in class dist1.acb.common.transport.concretePackets.RequestLogin
Setter for property signature.
setSize(Long) - Method in class dist1.acb.ACBpoint.DownloadingTableData
Setter for property size.
setSize(Long) - Method in class dist1.acb.ACBpoint.PublishingTableData
Setter for property size.
setSize(long) - Method in class dist1.acb.common.database.File
Setter for property size.
setSize(long) - Method in class dist1.acb.common.transport.concretePackets.RequestShare.File
Setter for property size.
setSize(long) - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Setter for property size.
setSizeLowerBound(Long) - Method in class dist1.acb.common.transport.concretePackets.RequestSearch
Setter for property sizeLowerBound.
setSizeUpperBound(Long) - Method in class dist1.acb.common.transport.concretePackets.RequestSearch
Setter for property sizeUpperBound.
setSocket(Socket) - Method in class dist1.acb.common.transport.AbstractClientSocket.SocketAndStreams
Setter for property socket.
setSource(String) - Method in class dist1.acb.common.database.Log
Setter for property source.
setStartSegmentId(long) - Method in class dist1.acb.ACBpoint.transport.RequestStartDownload
Setter for property startSegmentId.
setState(byte) - Method in class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
Setter for property state.
setState(byte) - Method in class dist1.acb.common.database.CBL
Setter for property state.
setSum(BigDecimal) - Method in class dist1.acb.common.database.Register
Setter for property sum.
setSum(BigDecimal) - Method in class dist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
Setter for property sum.
setSymmetricKey(byte[]) - Method in class dist1.acb.common.database.Register
Setter for property symmetricKey.
setText(String) - Method in class dist1.acb.common.transport.concretePackets.RequestSearch
Setter for property text.
setTime(Timestamp) - Method in class dist1.acb.common.database.Register
Setter for property time.
setTime(String) - Method in class dist1.acb.common.transport.concretePackets.ResponseCashFlows.FlowInfo
Setter for property time.
setTopic(int) - Method in class dist1.acb.ACBpoint.SharedDocument
DOCUMENT ME!
setTopic(int) - Method in class dist1.acb.common.database.File
Setter for property topic.
setTopicId(int) - Method in class dist1.acb.ACBpoint.Topic
Setter for property topicId.
setTopicId(Integer) - Method in class dist1.acb.common.transport.concretePackets.RequestSearch
Setter for property topicId.
setTopicId(int) - Method in class dist1.acb.common.transport.concretePackets.RequestShare.File
Setter for property topicId.
setTopicId(int) - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Setter for property topicId.
setTopicId(int) - Method in class dist1.acb.common.transport.concretePackets.ResponseTopics.Topic
Setter for property topicId.
setTopicName(String) - Method in class dist1.acb.common.database.TopicProposal
Setter for property topicName.
setTopicName(String) - Method in class dist1.acb.common.transport.concretePackets.ResponseTopics.Topic
Setter for property topicName.
setTopics(LinkedList) - Method in class dist1.acb.common.transport.concretePackets.ResponseTopics
Setter for property topics.
setUpdateRow(int) - Method in class dist1.acb.CBLcc.BusinessLogic
Setter for property updateRow.
setUser(User) - Method in class dist1.acb.CBL.concretePackets.RequestUpdateUser
Setter for property user.
setUserIp(String) - Method in class dist1.acb.common.transport.concretePackets.RequestRegister
Setter for property userIp.
setUserLogin(String) - Method in class dist1.acb.common.database.TopicProposal
Setter for property userLogin.
setValue(Object) - Method in class dist1.acb.ACBpoint.CurrencyRenderer
 
setValueAt(Object, int, int) - Method in class dist1.acb.ACBpoint.CashFlowsTableModel
setValueAt This function updates the data in the TableModel depending upon the change in the JTable
setValueAt(Object, int, int) - Method in class dist1.acb.ACBpoint.DownloadingTable
setValueAt This function updates the data in the TableModel depending upon the change in the JTable
setValueAt(Object, int, int) - Method in class dist1.acb.ACBpoint.PublishingTable
setValueAt This function updates the data in the TableModel depending upon the change in the JTable
setValueAt(Object, int, int) - Method in class dist1.acb.ACBpoint.SearchResultTableModel
setValueAt This function updates the data in the TableModel depending upon the change in the JTable
setValueAt(Object, int, int) - Method in class dist1.acb.CBLcc.CBLsTableModel
setValueAt This function updates the data in the TableModel depending upon the change in the JTable
setValueAt(Object, int, int) - Method in class dist1.acb.CBLcc.LogTableModel
setValueAt This function updates the data in the TableModel depending upon the change in the JTable
setWasCharged(boolean) - Method in class dist1.acb.common.transport.concretePackets.ResponseKey
Setter for property wasCharged.
shareDocs(LinkedList) - Method in class dist1.acb.ACBpoint.BusinessLogic
DOCUMENT ME!
showAncestor(boolean, Object) - Method in class dist1.acb.ACBpoint.TopicsModel
Used to toggle between show ancestors/show descendant and to change the root of the tree.
showAncestor(boolean) - Method in class dist1.acb.ACBpoint.TopicsTree
Get the selected item in the tree, and call showAncestor with this item on the model.
shutdownApplicaton(String, String) - Method in class dist1.acb.ACBpoint.BusinessLogic
Invoked by outside serveices in order to shutdown the application
shutdownApplicaton(String, String) - Method in class dist1.acb.CBL.CBL
Invoked by outside serveices in order to shutdown the application
shutdownApplicaton(String, String) - Method in class dist1.acb.CBLcc.BusinessLogic
Invoked by outside serveices in order to shutdown the application
shutdownSelectedCBL(String, Integer) - Method in class dist1.acb.CBLcc.BusinessLogic
 
signal() - Method in class dist1.acb.common.Signal
Signal to one of waiters
signalToAll() - Method in class dist1.acb.common.Signal
Signal to all waiters
socket - Variable in class dist1.acb.common.transport.AbstractClientSocket
 
socket - Variable in class dist1.acb.common.transport.AbstractPersonalManager
Socket
socketPort - Variable in class dist1.acb.common.transport.AbstractConnectionServer
An sockt port to listen
start() - Method in class dist1.acb.CBL.ControlSocket
 Initiate some objects and if succeed, causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
start() - Method in class dist1.acb.common.transport.AbstractClientSocket
 Initiate connection to the server and if succeed, causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
startMeasuring(int) - Method in class dist1.acb.common.transport.FlowRateInputStream
Start measuring
startMeasuring() - Method in class dist1.acb.common.transport.FlowRateInputStream
Start measuring with default interval 1000 ms
startServer() - Method in class dist1.acb.CBL.Backup
Start the server
startServer() - Method in class dist1.acb.CBL.Primary
Start the server
startServer() - Method in interface dist1.acb.CBL.Server
Start the server
stopCellEditing() - Method in class dist1.acb.ACBpoint.PublishingTableCellEditor
 
stopMeasuring() - Method in class dist1.acb.common.transport.FlowRateInputStream
Stop measuring
stopServer() - Method in class dist1.acb.CBL.Backup
Stop the server
stopServer() - Method in class dist1.acb.CBL.Primary
Stop the server
stopServer() - Method in interface dist1.acb.CBL.Server
Stop the server
stopSharingFiles(LinkedList) - Method in class dist1.acb.ACBpoint.BusinessLogic
 
store() - Method in class dist1.acb.common.ConfigManager
Store the configuration
storeSnapshot() - Method in class dist1.acb.CBL.DBExplorer
Makes snapshot of database and put it to the \dbsnapshot directory.

T

TIME_COL - Static variable in class dist1.acb.ACBpoint.CashFlowsTableModel
 
TOPIC_COL - Static variable in class dist1.acb.ACBpoint.SearchResultTableModel
 
Topic - class dist1.acb.ACBpoint.Topic.
Abstract Type used to Represent A Tree node in the Topics Tree displayed in the Search and Publishing Panel
Topic(int, String) - Constructor for class dist1.acb.ACBpoint.Topic
Creates a new instance of Topic
Topic - class dist1.acb.common.database.Topic.
DOCUMENT ME!
Topic(int, String, int) - Constructor for class dist1.acb.common.database.Topic
Creates a new Topic object.
TopicProposal - class dist1.acb.common.database.TopicProposal.
 
TopicProposal(String, String, Timestamp, int) - Constructor for class dist1.acb.common.database.TopicProposal
Creates a new instance of TopicProposal
TopicsModel - class dist1.acb.ACBpoint.TopicsModel.
TreeModel used by the JTree in order to display hiearchical model of the Topics
TopicsModel(Topic) - Constructor for class dist1.acb.ACBpoint.TopicsModel
Creates a new instance of TopicsModel
TopicsTree - class dist1.acb.ACBpoint.TopicsTree.
Tree which displays the Topics
TopicsTree(Topic) - Constructor for class dist1.acb.ACBpoint.TopicsTree
Creates a new instance of TopicsTree
toString() - Method in class dist1.acb.ACBpoint.Topic
 
toString() - Method in class dist1.acb.CBL.Replica
Returns string description of the object
toString() - Method in class dist1.acb.CBL.concretePackets.RequestExecuteUpdate
Returns string representation of the object
toString() - Method in class dist1.acb.CBL.concretePackets.ResponseHotJoinInfo
Returns string with description of the object
toString() - Method in class dist1.acb.common.database.CBL
String representation of the object
toString() - Method in class dist1.acb.common.transport.AbstractPersonalManager
Returns string with an information about the object
toString() - Method in class dist1.acb.common.transport.Id
Returns string with description of the object
toString() - Method in class dist1.acb.common.transport.Packet
Returns string with description of the object
toString() - Method in class dist1.acb.common.transport.RequestWithStringMessage
Returns string representation of the object
toString() - Method in class dist1.acb.common.transport.ResponseWithStringMessage
Returns string representation of the object
toString() - Method in class dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
Returns string with description of the object
transferMoney(String, BigDecimal) - Method in class dist1.acb.ACBpoint.BusinessLogic
 

U

UpdatesExecutor - interface dist1.acb.CBL.UpdatesExecutor.
UpdatesExecutor interface.
UpdatesExecutorHandlersHive - class dist1.acb.CBL.UpdatesExecutorHandlersHive.
Provides HandlersHive for interface UpdatesExecutor.
User - class dist1.acb.common.database.User.
User
User(String, String, String, BigDecimal, String, byte[], String, int, String, Timestamp, boolean) - Constructor for class dist1.acb.common.database.User
Creates a new User object.
User(String, String, String, BigDecimal, String, byte[], String, int, String, Timestamp, int, boolean) - Constructor for class dist1.acb.common.database.User
Creates a new User object.
unlockTables() - Method in class dist1.acb.CBL.DBExplorer
Unlocks all tables previosly locked by lockTables() method
updateCBLsTable(LinkedList) - Method in class dist1.acb.CBLcc.CBLcc
Updates the CBLs table for new data
updateLogsTable(LinkedList) - Method in class dist1.acb.CBLcc.CBLcc
 
updateTopicsTree(TopicsModel) - Method in class dist1.acb.ACBpoint.ACBpoint
 
userRestore() - Method in class dist1.acb.ACBpoint.PublishingTableCellEditor
Lets the user know that the text they entered is bad.

V

ViewCashFlowsDialog - class dist1.acb.ACBpoint.ViewCashFlowsDialog.
Displays the Dialog that contains the Cash flows of a user
ViewCashFlowsDialog(Frame, ResponseCashFlows) - Constructor for class dist1.acb.ACBpoint.ViewCashFlowsDialog
Creates a new instance of SearchResultDialog
ViewLogFile - class dist1.acb.CBLcc.ViewLogFile.
Dialog box which displays the log file from specific server
ViewLogFile(Frame, String, boolean, ResponseLogFile, String) - Constructor for class dist1.acb.CBLcc.ViewLogFile
Creates a new instance of SearchResultDialog
ViewLogFile.RefreshKeyListener - class dist1.acb.CBLcc.ViewLogFile.RefreshKeyListener.
 
ViewLogFile.RefreshKeyListener() - Constructor for class dist1.acb.CBLcc.ViewLogFile.RefreshKeyListener
 
valueForPathChanged(TreePath, Object) - Method in class dist1.acb.ACBpoint.TopicsModel
Messaged when the user has altered the value for the item identified by path to newValue.
viewCashFlows() - Method in class dist1.acb.ACBpoint.BusinessLogic
 
viewLogFileSelectedCBL(String, String) - Method in class dist1.acb.CBLcc.BusinessLogic
 

W

waitForSignal() - Method in class dist1.acb.common.Signal
Waits for signal
waitForSignal(long) - Method in class dist1.acb.common.Signal
Waits for signal (maximum timeout ms)
write(ObjectOutputStream, Object) - Static method in class dist1.acb.common.transport.ObjectReaderWriter
Write the specified object to an ObjectOutputStream

Z

ZKDATA_NAME - Static variable in class dist1.acb.common.Constant
Name of the file for the prime and generator Zero Knowledge algorithm
zkCheckUser(BigInteger, BigInteger, BigInteger, BigInteger) - Method in class dist1.acb.common.Security
Ckecks if the user knows the secret
zkCreateCommitment(BigInteger) - Method in class dist1.acb.common.Security
Creates commitment r is g^k (mod q)
zkCreatePublicKey(String) - Method in class dist1.acb.common.Security
Generates the public key for the user
zkCreateSignature(BigInteger, BigInteger, String) - Method in class dist1.acb.common.Security
Creates signature for a password s = k+hx
zkRandom1024() - Method in class dist1.acb.common.Security
Generates a secure random number

A B C D E F G H I K L M N O P R S T U V W Z

Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.