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

A

Access - Class in com.fuse.storage.data_objects
Access (AccessLog is for Lumisota)
Access() - Constructor for class com.fuse.storage.data_objects.Access
 
AccessControl - Class in com.fuse.access_control
AccessControl-system enables trusted users to throw other users out of the system and do temporary bannings for them.
AccessControl() - Constructor for class com.fuse.access_control.AccessControl
 
accessLogEntry - Variable in class com.fuse.net.FUSEClientConnection
 
availableConnections - Variable in class com.fuse.net.FUSEConnectionManager
 

B

banningFile - Variable in class com.fuse.access_control.AccessControl
 
broadcastToAll(String, String) - Method in class com.fuse.net.FUSEConnectionManager
Broadcasts message to all connections
broadcastToUsers(Vector, String, String) - Method in class com.fuse.net.FUSEConnectionManager
Broadcasts message to a list of users
busyConnections - Variable in class com.fuse.net.FUSEConnectionManager
 

C

checkedCorrectVersion - Variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
checkedKeyEncryption - Variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
classCache - Variable in class com.fuse.storage.sql.SQLDatabaseImpl
 
client - Variable in class com.fuse.net.FUSEClientConnection
 
clientIp - Variable in class com.fuse.net.FUSEClientConnection
 
close() - Method in class com.fuse.net.FUSEConnectionManager
 
closed - Variable in class com.fuse.net.FUSEConnectionManager
 
com.fuse - package com.fuse
 
com.fuse.access_control - package com.fuse.access_control
 
com.fuse.net - package com.fuse.net
 
com.fuse.projects.fuse_light - package com.fuse.projects.fuse_light
 
com.fuse.projects.fuse_light.examples - package com.fuse.projects.fuse_light.examples
 
com.fuse.projects.fuse_light.net - package com.fuse.projects.fuse_light.net
 
com.fuse.security - package com.fuse.security
 
com.fuse.storage - package com.fuse.storage
 
com.fuse.storage.data_objects - package com.fuse.storage.data_objects
 
com.fuse.storage.sql - package com.fuse.storage.sql
 
com.fuse.storage.sql.data_objects - package com.fuse.storage.sql.data_objects
 
connMgr - Variable in class com.fuse.storage.sql.SQLDatabaseImpl
 
createdConnections - Variable in class com.fuse.storage.sql.DatabaseConnectionManager
 
createNew(String) - Method in interface com.fuse.storage.FUSEDatabase
Constructs a FUSEDataObject of given type, which is compatible with the database implementation.
createNew(String) - Method in class com.fuse.storage.sql.SQLDatabaseImpl
Constructs a FUSEDataObject of given type, which is compatible with the database implementation.
createNewConnection(FUSEConnectionManager) - Method in class com.fuse.net.FUSEConnectionFactory
 
createNewConnection(FUSEConnectionManager) - Method in class com.fuse.projects.fuse_light.net.FUSELightConnectionFactory
 
createNewConnection() - Method in class com.fuse.storage.sql.DatabaseConnectionManager
Creates a new connection, using a username and password from props.
createNewUser() - Method in class com.fuse.FUSERegister
Construcst a new empty user instance

D

DatabaseConnectionManager - Class in com.fuse.storage.sql
DatabaseConnectionManager, singleton.
DatabaseException - Exception in com.fuse.storage
DatabaseException
DatabaseException(String) - Constructor for exception com.fuse.storage.DatabaseException
 
DatabaseProxy - Class in com.fuse.storage
DatabaseProxy returns an RMI/local-reference to the FUSEDatabase.
DatabaseProxy(String) - Constructor for class com.fuse.storage.DatabaseProxy
 
dead - Variable in class com.fuse.net.FUSEClientConnection
 
debug(Object) - Static method in class com.fuse.Log
 
decodeKey(String) - Method in interface com.fuse.security.SecretKey
Solves a key and returns the answer
decodeKey(String) - Method in class com.fuse.security.VerySimpleSecretKey
Solves a key and returns the answer
delete(FUSEDataObject) - Method in interface com.fuse.storage.FUSEDatabase
Deletes an object from the database
delete(Connection) - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
delete(Connection) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
delete(FUSEDataObject) - Method in class com.fuse.storage.sql.SQLDatabaseImpl
Deletes an object from the database
delete(Connection) - Method in interface com.fuse.storage.sql.SQLDataObject
 
dieTime - Variable in class com.fuse.net.FUSEClientConnection
 
driver - Variable in class com.fuse.storage.sql.DatabaseConnectionManager
 

E

error(Exception) - Static method in class com.fuse.Log
 
error(String) - Static method in class com.fuse.Log
 
ExampleConnection - Class in com.fuse.projects.fuse_light.examples
Example how to extend FUSELightConnection to add own functionality.
ExampleConnection(FUSEConnectionManager) - Constructor for class com.fuse.projects.fuse_light.examples.ExampleConnection
Constructor : only calls super(fcm)
ExampleSQLQuery - Class in com.fuse.projects.fuse_light.examples
ExampleSQLQuery performs any sql-query and returns results as a vector of vectors.
execute(Connection) - Method in class com.fuse.projects.fuse_light.examples.ExampleSQLQuery
Called by SQLDatabaseImpl.query()
execute(Connection) - Method in class com.fuse.storage.sql.data_objects.SQLFindUserOfName
 
execute(Connection) - Method in interface com.fuse.storage.sql.SQLObjectQueryBean
 
execute(Connection) - Method in interface com.fuse.storage.sql.SQLSummaryQueryBean
 

F

factory - Variable in class com.fuse.net.FUSEConnectionManager
 
fcm - Variable in class com.fuse.net.FUSEClientConnection
 
freeConnection(Connection) - Method in class com.fuse.storage.sql.DatabaseConnectionManager
Return used connection back
FUSEAuthenticator - Class in com.fuse
Handles user authentication, password check.
FUSEClientConnection - Class in com.fuse.net
Handles the data connection between client and fuseserver for an user.
FUSEClientConnection(FUSEConnectionManager) - Constructor for class com.fuse.net.FUSEClientConnection
 
FUSECMD_BROADCASTALL - Static variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
FUSECMD_BROADCASTTO - Static variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
FUSECMD_INFORETRIEVE - Static variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
FUSECMD_KEYENCRYPT - Static variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
FUSECMD_LOGIN - Static variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
FUSECMD_QUERYSQL - Static variable in class com.fuse.projects.fuse_light.examples.ExampleConnection
 
FUSECMD_REGISTER - Static variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
FUSECMD_STATUSOK - Static variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
FUSECMD_UPDATE - Static variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
FUSECMD_USERKILL - Static variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
FUSECMD_VERSIONCHECK - Static variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
FUSEConnectionFactory - Class in com.fuse.net
Default factory for connections
FUSEConnectionFactory() - Constructor for class com.fuse.net.FUSEConnectionFactory
 
FUSEConnectionListener - Class in com.fuse.net
FUSEConnectionListener is a simple Thread which listens for connections and creates new FUSEConnections for new connections.
FUSEConnectionListener(FUSEConnectionManager, int, InetAddress) - Constructor for class com.fuse.net.FUSEConnectionListener
Constructs new FUSEConnectionListener to given port.
FUSEConnectionManager - Class in com.fuse.net
FUSEConnectionManager acts as a FUSEConnection pool.
FUSEConnectionManager(int, FUSEConnectionFactory) - Constructor for class com.fuse.net.FUSEConnectionManager
Constructor
FUSEDatabase - Interface in com.fuse.storage
FUSEDatabase is an highlevel remote interface to a database which can store FUSEDataObjects.
FUSEDataObject - Interface in com.fuse.storage
FUSEDataObject represents persistent data.
FUSEEnvironment - Class in com.fuse
FUSEEnvironment is as a central class for environment variables
FUSEEnvironment() - Constructor for class com.fuse.FUSEEnvironment
 
FUSELight - Class in com.fuse.projects.fuse_light
 
FUSELight() - Constructor for class com.fuse.projects.fuse_light.FUSELight
Constructor: initializes everything
FUSELightConnection - Class in com.fuse.projects.fuse_light.net
Handles the data connection between client and fuseserver for an user.
FUSELightConnection(FUSEConnectionManager) - Constructor for class com.fuse.projects.fuse_light.net.FUSELightConnection
 
FUSELightConnectionFactory - Class in com.fuse.projects.fuse_light.net
Manufactures FUSELightConnections or connections defined in property "connection.class"
FUSELightConnectionFactory() - Constructor for class com.fuse.projects.fuse_light.net.FUSELightConnectionFactory
 
FUSERegister - Class in com.fuse
FUSERegister handles new user registrations and data updates.
FUSEUser - Class in com.fuse.storage.data_objects
FUSEUser represents a registered user of a FUSE-service.
FUSEUser() - Constructor for class com.fuse.storage.data_objects.FUSEUser
 

G

generateError(int, String) - Method in class com.fuse.net.FUSEClientConnection
 
generateKey() - Method in interface com.fuse.security.SecretKey
Returns a key which client has to solve
generateKey() - Method in class com.fuse.security.VerySimpleSecretKey
Returns a key which client has to solve
generateOk() - Method in class com.fuse.net.FUSEClientConnection
 
getAccessControl() - Static method in class com.fuse.FUSEEnvironment
Returns accesscontrol object
getAddress() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getAddress() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getAge() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getAge() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getAuthenticator() - Static method in class com.fuse.FUSEEnvironment
 
getBusyConnections() - Method in class com.fuse.net.FUSEConnectionManager
 
getCacheKey() - Method in class com.fuse.storage.data_objects.Access
Returns the cache key of this object or null if the object is not cacheable.
getCacheKey() - Method in class com.fuse.storage.data_objects.FUSEUser
Returns the cache key of this object or null if the object is not cacheable.
getCacheKey() - Method in interface com.fuse.storage.FUSEDataObject
Returns the cache key of this object or null if the object is not cacheable.
getClientIp() - Method in class com.fuse.net.FUSEClientConnection
Returns the ip of this connection as String
getConnection() - Method in class com.fuse.storage.sql.DatabaseConnectionManager
Returns a new connection
getCustomData() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getCustomData() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getDatabase() - Method in class com.fuse.storage.DatabaseProxy
Returns the reference to the database.
getDatabaseProxy() - Static method in class com.fuse.FUSEEnvironment
 
getDomain() - Method in class com.fuse.storage.data_objects.Access
 
getDomain() - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
getEmail() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getEmail() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getFigure() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getFigure() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getId() - Method in class com.fuse.net.FUSEClientConnection
 
getId() - Method in class com.fuse.storage.data_objects.Access
 
getId() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getId() - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
getId() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getInstance() - Static method in class com.fuse.storage.sql.DatabaseConnectionManager
Returns a singleton instance of pool
getIntProperty(String, int) - Static method in class com.fuse.FUSEEnvironment
Returns an integer property
getIntProperty(String) - Static method in class com.fuse.FUSEEnvironment
Returns an integer property
getIp() - Method in class com.fuse.storage.data_objects.Access
 
getIp() - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
getIpBanned(String) - Method in class com.fuse.access_control.AccessControl
Returns true if the given IP-address is banned
getIsMemberOfGroup(FUSEUser, String) - Method in class com.fuse.access_control.AccessControl
Returns whether a user is a member of given group
getLastConnectionTime() - Method in class com.fuse.net.FUSEClientConnection
Called by connectionManager to check whether the connection should be timeouted
getLocalInstance() - Static method in class com.fuse.storage.sql.SQLDatabaseImpl
 
getLogoutTime() - Method in class com.fuse.storage.data_objects.Access
 
getLogoutTime() - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
getMaxConnections() - Method in class com.fuse.net.FUSEConnectionManager
 
getName() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getName() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getNumOfActiveConnections() - Method in class com.fuse.net.FUSEConnectionManager
 
getPassword() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getPassword() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getPhoneNumber() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getPhoneNumber() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getPostLocation() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getPostLocation() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getProperties() - Static method in class com.fuse.FUSEEnvironment
 
getProperty(String) - Static method in class com.fuse.FUSEEnvironment
Get one named property
getProperty(String, String) - Static method in class com.fuse.FUSEEnvironment
Get one named property and use default if not found
getProperty(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
getProperty(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getRealFirstName() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getRealFirstName() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getRealLastName() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getRealLastName() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getRealName() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getRegister() - Static method in class com.fuse.FUSEEnvironment
 
getSecretKey() - Static method in class com.fuse.FUSEEnvironment
 
getSex() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getSex() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getStartupTime() - Static method in class com.fuse.FUSEEnvironment
Returns the time when the server was started up
getTime() - Method in class com.fuse.storage.data_objects.Access
 
getTime() - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
getTotalOfHandledConnections() - Method in class com.fuse.net.FUSEConnectionManager
Returns the number of handled connections during connection managers life time
getType() - Method in class com.fuse.storage.data_objects.Access
 
getType() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getType() - Method in interface com.fuse.storage.FUSEDataObject
Returns the type of this object
getUser() - Method in class com.fuse.net.FUSEClientConnection
Returns the user of this connectino
getUser() - Method in class com.fuse.storage.data_objects.Access
 
getUser() - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
getUserById(long) - Method in class com.fuse.storage.data_objects.FUSEUser
 
getUserById(long) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getUserConnection(String) - Method in class com.fuse.net.FUSEConnectionManager
Returns connection for given username or NULL if not found
getUserInfoString() - Method in class com.fuse.net.FUSEClientConnection
Construct fuse-protocol representation of the user to send to the client
getUserWithName(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
getUserWithName(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
getVersion() - Static method in class com.fuse.FUSEEnvironment
Returns the FUSEServer version
getZipCode() - Method in class com.fuse.storage.data_objects.FUSEUser
 
getZipCode() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
gotOk - Variable in class com.fuse.net.FUSEClientConnection
 
groupsFile - Variable in class com.fuse.access_control.AccessControl
 

H

handleClientMessage(String) - Method in class com.fuse.net.FUSEClientConnection
 
handleClientMessage(String) - Method in class com.fuse.projects.fuse_light.net.FUSELightConnection
Processes messages from the client
handleFusePRegistration(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 

I

id - Variable in class com.fuse.net.FUSEClientConnection
 
in - Variable in class com.fuse.net.FUSEClientConnection
 
IncorrectLoginException - Exception in com.fuse
 
IncorrectLoginException(String) - Constructor for exception com.fuse.IncorrectLoginException
 
init(String) - Static method in class com.fuse.FUSEEnvironment
Initialize properties
insert(FUSEDataObject) - Method in interface com.fuse.storage.FUSEDatabase
Stores an object
insert(Connection) - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
insert(Connection) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
insert(FUSEDataObject) - Method in class com.fuse.storage.sql.SQLDatabaseImpl
Stores an object
insert(Connection) - Method in interface com.fuse.storage.sql.SQLDataObject
 
instance - Static variable in class com.fuse.storage.sql.DatabaseConnectionManager
 
isFemale() - Method in class com.fuse.storage.data_objects.FUSEUser
 
isFemale() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
isMale() - Method in class com.fuse.storage.data_objects.FUSEUser
 
isMale() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 

L

lastMessage - Variable in class com.fuse.net.FUSEClientConnection
 
lastReferenceTime - Variable in class com.fuse.storage.DatabaseProxy
 
loadById(Connection, long) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
loadUser(String) - Method in class com.fuse.FUSERegister
Retrieves an user from the disk (or database)
localInstance - Static variable in class com.fuse.storage.sql.SQLDatabaseImpl
 
lock - Variable in class com.fuse.storage.sql.DatabaseConnectionManager
 
Log - Class in com.fuse
 
Log() - Constructor for class com.fuse.Log
 
log_debug - Static variable in class com.fuse.Log
 
log_errors - Static variable in class com.fuse.Log
 
log_status - Static variable in class com.fuse.Log
 
login(String, String) - Method in class com.fuse.FUSEAuthenticator
 
logMemory() - Static method in class com.fuse.Log
 
logMemory(String) - Static method in class com.fuse.Log
 

M

main(String[]) - Static method in class com.fuse.projects.fuse_light.FUSELight
Starts the server
main(String[]) - Static method in class com.fuse.security.VerySimpleSecretKey
 
main(String[]) - Static method in class com.fuse.storage.sql.SQLDatabaseImpl
Starts up the SQLDatabaseImpl Usage: java .com.fuse.storage.SQL.SQLDatabaseImpl [rmiUrl]
maxConnections - Variable in class com.fuse.net.FUSEConnectionManager
 
maxConnections - Variable in class com.fuse.storage.sql.DatabaseConnectionManager
 
MAXIMUM_ALLOWED_DELAY_BETWEEN_MSGS - Variable in class com.fuse.net.FUSEConnectionManager
 
myKey - Variable in class com.fuse.net.FUSEClientConnection
 

N

n - Static variable in class com.fuse.net.FUSEClientConnection
 
n - Static variable in class com.fuse.projects.fuse_light.net.FUSELightConnection
 
NoConnectionsAvailableException - Exception in com.fuse.net
 
NoConnectionsAvailableException() - Constructor for exception com.fuse.net.NoConnectionsAvailableException
 
NullObject - Class in com.fuse.storage.data_objects
This class represents a null.
NullObject() - Constructor for class com.fuse.storage.data_objects.NullObject
 

O

objectPackages - Variable in class com.fuse.storage.sql.SQLDatabaseImpl
 
ObjectQueryBean - Interface in com.fuse.storage
ObjectQueryBean knows how to make a query.
open() - Method in class com.fuse.net.FUSEConnectionManager
 
out - Variable in class com.fuse.net.FUSEClientConnection
 

P

password - Variable in class com.fuse.storage.sql.DatabaseConnectionManager
 
processFuseMessage(String, String) - Method in class com.fuse.net.FUSEClientConnection
Processes and sends a fuse message to the client: # @type \r data\r##
projectSpecificCommand(String, String) - Method in class com.fuse.net.FUSEClientConnection
Override this if you want to handle some different "non-action" messages in your project.
projectSpecificCommand(String, String) - Method in class com.fuse.projects.fuse_light.examples.ExampleConnection
Override this if you want to handle some special messages in your project.
projectSpecificCommand(String, String) - Method in class com.fuse.projects.fuse_light.net.FUSELightConnection
Override this if you want to handle some special messages in your project.
properties - Variable in class com.fuse.storage.sql.SQLDatabaseImpl
 
props - Variable in class com.fuse.storage.sql.DatabaseConnectionManager
 

Q

query(ObjectQueryBean) - Method in interface com.fuse.storage.FUSEDatabase
Makes a query of data object from the database.
query(ObjectQueryBean) - Method in class com.fuse.storage.sql.SQLDatabaseImpl
Makes a query of data object from the database.
querySummary(SummaryQueryBean) - Method in interface com.fuse.storage.FUSEDatabase
Makes a query which returns some numeric information.
querySummary(SummaryQueryBean) - Method in class com.fuse.storage.sql.SQLDatabaseImpl
Makes a query which returns some numeric information.

R

refetchReference() - Method in class com.fuse.storage.DatabaseProxy
 
registryDir - Variable in class com.fuse.FUSERegister
 
release() - Method in class com.fuse.net.FUSEClientConnection
Kills this connection (throws user out)
releaseConnection() - Method in class com.fuse.net.FUSEClientConnection
 
releaseConnection(FUSEClientConnection) - Method in class com.fuse.net.FUSEConnectionManager
Called by a closed Connection
reloadProperties() - Static method in class com.fuse.FUSEEnvironment
 
removeProperty(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
removeProperty(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
run() - Method in class com.fuse.net.FUSEClientConnection
 
run() - Method in class com.fuse.net.FUSEConnectionListener
 
run() - Method in class com.fuse.net.FUSEConnectionManager
 
run() - Method in class com.fuse.projects.fuse_light.FUSELight
Regularly send clients STATUS-message so they know to respond with STATUSOK.

S

save(FUSEUser) - Method in class com.fuse.FUSERegister
 
saveUser(FUSEUser) - Method in class com.fuse.FUSERegister
Stores a new user.
sdf - Variable in class com.fuse.access_control.AccessControl
 
sdf - Static variable in class com.fuse.FUSEAuthenticator
 
sdf - Variable in class com.fuse.FUSERegister
 
sdf - Static variable in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
SecretKey - Interface in com.fuse.security
SecretKey generates a random key and according to some algorithm decrypts it.
setAddress(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setAddress(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setAge(int) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setAge(int) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setCustomData(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setCustomData(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setDomain(String) - Method in class com.fuse.storage.data_objects.Access
 
setDomain(String) - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
setEmail(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setEmail(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setFigure(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setFigure(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setId(long) - Method in class com.fuse.storage.data_objects.Access
 
setId(long) - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
setIp(String) - Method in class com.fuse.storage.data_objects.Access
 
setIp(String) - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
setIpBanned(String, Date) - Method in class com.fuse.access_control.AccessControl
Bans an IP-address until Date d
setLogoutTime(Date) - Method in class com.fuse.storage.data_objects.Access
 
setLogoutTime(Date) - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
setName(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setName(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setPassword(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setPassword(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setPhoneNumber(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setPhoneNumber(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setPostLocation(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setPostLocation(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setProperty(String, String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setProperty(String, String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setRealFirstName(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setRealFirstName(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setRealLastName(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setRealLastName(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setRealName(String, String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setRealName(String, String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setSex(boolean) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setSex(boolean) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
setTime(Date) - Method in class com.fuse.storage.data_objects.Access
 
setTime(Date) - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
setUser(FUSEUser) - Method in class com.fuse.storage.data_objects.Access
 
setUser(FUSEUser) - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
setZipCode(String) - Method in class com.fuse.storage.data_objects.FUSEUser
 
setZipCode(String) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
sometimes(Object) - Static method in class com.fuse.Log
 
SQLAccess - Class in com.fuse.storage.sql.data_objects
Access
SQLAccess() - Constructor for class com.fuse.storage.sql.data_objects.SQLAccess
 
SQLDatabaseImpl - Class in com.fuse.storage.sql
SQLDatabase implements a simple database which stores data into SQL database thru JDBC.
SQLDatabaseImpl(String) - Constructor for class com.fuse.storage.sql.SQLDatabaseImpl
 
SQLDataObject - Interface in com.fuse.storage.sql
SQLDatabaseObject can insert, update and delete itself through a JDBC connection.
SQLFindUserOfName - Class in com.fuse.storage.sql.data_objects
SQLFindUserOfName is an ObjectQueryBean which finds an user of given name.
SQLFUSEUser - Class in com.fuse.storage.sql.data_objects
FUSEUser represents a registered user of a FUSE-service.
SQLFUSEUser() - Constructor for class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
SQLObjectQueryBean - Interface in com.fuse.storage.sql
SQLObjectQueryBean takes a JDBC connection and makes the query it is asked to.
SQLSummaryQueryBean - Interface in com.fuse.storage.sql
SQLSummaryQueryBean takes a JDBC connection and makes the query it is asked to.
status(Object) - Static method in class com.fuse.Log
 
SummaryQueryBean - Interface in com.fuse.storage
SummaryQueryBean knows how to make a summary query (count, average).

T

time() - Static method in class com.fuse.Log
 
toFusePString() - Method in class com.fuse.storage.data_objects.FUSEUser
 
toFusePString() - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
toString() - Method in class com.fuse.net.FUSEConnectionListener
 
toString() - Method in class com.fuse.storage.data_objects.FUSEUser
 
toString() - Method in class com.fuse.storage.data_objects.NullObject
 
toString() - Method in class com.fuse.storage.sql.data_objects.SQLFindUserOfName
 
total - Variable in class com.fuse.net.FUSEConnectionManager
 

U

update(FUSEDataObject) - Method in interface com.fuse.storage.FUSEDatabase
Updates an object in the database
update(Connection) - Method in class com.fuse.storage.sql.data_objects.SQLAccess
 
update(Connection) - Method in class com.fuse.storage.sql.data_objects.SQLFUSEUser
 
update(FUSEDataObject) - Method in class com.fuse.storage.sql.SQLDatabaseImpl
Updates an object in the database
update(Connection) - Method in interface com.fuse.storage.sql.SQLDataObject
 
updateUser(FUSEUser) - Method in class com.fuse.FUSERegister
Stores an existing user
url - Variable in class com.fuse.storage.sql.DatabaseConnectionManager
 
user - Variable in class com.fuse.net.FUSEClientConnection
 
UserExistsException - Exception in com.fuse.storage.data_objects
Thrown if user with given name already exists
UserExistsException() - Constructor for exception com.fuse.storage.data_objects.UserExistsException
 
username - Variable in class com.fuse.storage.sql.DatabaseConnectionManager
 
utilityUser - Variable in class com.fuse.FUSERegister
 

V

VerySimpleSecretKey - Class in com.fuse.security
Very simple SecretKey-implementation.
VerySimpleSecretKey() - Constructor for class com.fuse.security.VerySimpleSecretKey
 

W

writeLog(FUSEUser, Socket, FUSELightConnection) - Method in class com.fuse.projects.fuse_light.net.FUSELightConnection
 

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