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

A

addAndClause(String) - Static method in class asgaard.skid.BeanBrokerCall
Returns the Clause with an prefix - AND
addEvent(RemoteBean) - Method in class asgaard.skid.LightBean
Adding an Event and replicating it to all suscribed Objects.
addEvent(RemoteBean) - Method in interface asgaard.skid.RemoteBean
Adding an Event and replicating it to all suscribed Objects.
addEvent(RemoteBean) - Method in class asgaard.skid.SkidBean
Adding an Event and replicating it to all suscribed Objects.
addEvent(RemoteBean, RemoteBean) - Method in class asgaard.skid.BeanBroker
Adding an Event and replicating it to all suscribed Objects.
addEvent(RemoteBean, RemoteBean) - Method in interface asgaard.skid.RemoteBroker
Adding an Event and replicating it to all suscribed Objects.
addEvent(RemoteBean, RemoteBean) - Method in class asgaard.skid.Skid
Adding an Event and replicating it to all suscribed Objects.
addEvent(SkidBeanInterface) - Method in interface asgaard.skid.SkidBeanInterface
Adding an Event and replicating it to all suscribed Objects.
addListClause(String) - Static method in class asgaard.skid.BeanBrokerCall
Returns the Clause with an prefix - Semikolon
addPage(String) - Method in class asgaard.skid.UserSession
Adds the ID for a valid page in this session to the page-list
addStatus(char) - Method in class asgaard.skid.UserSession
Adds a specific Atribute to this this session
Age - Variable in class asgaard.skid.BeanLink
 
array - Variable in class asgaard.skid.BeanKeyCall
 

B

BEAN - Static variable in class asgaard.skid.BeanKeyCall
 
BeanBroker - class asgaard.skid.BeanBroker.
BeanBroker is the transparent objectstorage of "Skid".
BeanBroker(String, String, String, String, String, LogClient, byte, boolean, ResourceBundle, long, String) - Constructor for class asgaard.skid.BeanBroker
Creating Object-Broker and Establishing connection to the database.
BeanBrokerCall - class asgaard.skid.BeanBrokerCall.
This class avoids the recreation from a set of objects like a database-connection and hides the Database - layer. e.g. if stored procedures are available or not.
BeanBrokerCall(String, String, String, boolean) - Constructor for class asgaard.skid.BeanBrokerCall
Creeates a new database-call.
beanExist(int) - Method in class asgaard.skid.BeanBroker
Returns whether an Bean is available within the Broker or not.
beanExist(int) - Method in interface asgaard.skid.RemoteBroker
Returns whether an Bean is available within the Broker or not.
beanExist(int) - Method in class asgaard.skid.Skid
Returns whether an Bean is available within the Broker or not.
BeanKeyCall - class asgaard.skid.BeanKeyCall.
This class maps the keys of an Bean to the Database.
BeanKeyCall(Class) - Constructor for class asgaard.skid.BeanKeyCall
Creates an adapter between a Bean(class) and the Database and the corresponding physical table with the Keys.
BeanKeyCall(int, String, byte) - Constructor for class asgaard.skid.BeanKeyCall
Creates an empty adapter between a Bean(class) and the Database
BeanLink - class asgaard.skid.BeanLink.
This class models one Relationship between one ore two Beans.
BeanLink() - Constructor for class asgaard.skid.BeanLink
Creates an empty new Link-object.
BeanLink(int, int, int, int, long, long, long, long, int) - Constructor for class asgaard.skid.BeanLink
Creates a new Link-object.
BeanLink(int, int, int, long, long, int) - Constructor for class asgaard.skid.BeanLink
Creates a new Link-object.
BeanLink(RemoteBean, RemoteBean, RemoteBean, long, long, int) - Constructor for class asgaard.skid.BeanLink
Creates a new Link-object.
BeanLinkFilter - class asgaard.skid.BeanLinkFilter.
 
BeanLinkFilter() - Constructor for class asgaard.skid.BeanLinkFilter
Creates a new, empty Filter
BeanLinkFilter(BeanLink) - Constructor for class asgaard.skid.BeanLinkFilter
Creates a new Filter based on the given BeanLink.
Begin - Variable in class asgaard.skid.BeanLink
 
blobWorkaround - Static variable in class asgaard.skid.BeanBrokerCall
 
BOOLEAN - Static variable in class asgaard.skid.BeanKeyCall
 
broker - Static variable in class asgaard.skid.LightBean
Link to the RemoteBroker (one per VM).
broker - Static variable in class asgaard.skid.SkidBean
Link to the RemoteBroker (one per VM).
By - Variable in class asgaard.skid.BeanLink
 
BYTE - Static variable in class asgaard.skid.BeanKeyCall
 

C

CALENDAR - Static variable in class asgaard.skid.BeanBroker
 
carriesBean - Variable in class asgaard.skid.BeanKeyCall
 
checkPage(String, String) - Method in class asgaard.skid.UserSession
Checks the page-ID if it is a valid page in this session
checkSession(String, String) - Static method in class asgaard.skid.UserSession
Checks whether a Session whith a given ID exists or not and sets the modify-Timestamp.
checkStatus(char) - Method in class asgaard.skid.UserSession
Checks if a given Atribute exists for this session
checkUser(String, String) - Method in class asgaard.skid.BeanBroker
Checks if the given username exists or not
checkUser(String, String) - Method in interface asgaard.skid.RemoteBroker
Checks if the given username exists or not
checkUser(String, String) - Method in class asgaard.skid.Skid
Checks if the given username exists or not
cKey - Variable in class asgaard.skid.LightBean
 
clone() - Method in interface asgaard.skid.SkidBeanInterface
Clones the Object and does all the settings neccesary to be assigned as a new SkidBean.
cloneBean() - Method in class asgaard.skid.LightBean
Clones nothing Dummy
cloneBean() - Method in interface asgaard.skid.RemoteBean
Clones the Object and does all the settings neccesary to be assigned as a new SkidBean.
cloneBean() - Method in class asgaard.skid.SkidBean
Clones the Object and does all the settings neccesary to be assigned as a new SkidBean.
CONNECT_FLATFILE - Static variable in class asgaard.skid.Skid
 
connect_string - Static variable in class asgaard.skid.Skid
 
connectDatabase(String, String, String, String, String, boolean, ResourceBundle) - Method in class asgaard.skid.BeanBroker
Does the connection to the database and creates it if nessecary.
Consolidate(FilterInputStream, Scrollbar) - Method in class asgaard.skid.SkidMaintain
Datenbank-Consolidation
COPYRIGHT - Static variable in class asgaard.skid.Skid
The Copyright message
Created - Variable in class asgaard.skid.BeanLink
 
createDataBase(ResourceBundle, Connection) - Static method in class asgaard.skid.SkidSetup
Creates a Setup-Object for processing an automated setup.

D

DATE - Static variable in class asgaard.skid.BeanKeyCall
 
debug - Static variable in class asgaard.skid.LightBean
 
debug - Static variable in class asgaard.skid.Skid
 
debug - Static variable in class asgaard.skid.SkidBean
 
delEvent() - Method in class asgaard.skid.BeanBroker
Deletes all marked Events
delEvent(long) - Method in class asgaard.skid.BeanBroker
Deletes all events older than the given time
DOUBLE - Static variable in class asgaard.skid.BeanKeyCall
 
driver_class - Static variable in class asgaard.skid.Skid
 
Dump_Fiele_Name - Static variable in class asgaard.skid.BeanBroker
Name of the Dumpfile
dump(FileWriter) - Method in class asgaard.skid.SkidMaintain
Creates a Backup file containing the content of the Database.

E

encryptPwd(String) - Static method in class asgaard.skid.BeanBroker
Encrypts an password for Database connection with the built in key.
End - Variable in class asgaard.skid.BeanLink
 
EVENT_CHECKED - Static variable in class asgaard.skid.SkidEvent
The state of this event is CHECKED from the consumer
EVENT_DELETED - Static variable in class asgaard.skid.SkidEvent
The state of this event is DELETED
EVENT_PATTERN - Static variable in class asgaard.skid.SkidEvent
The type/state of this event is an pattern for generating Events
EVENT_READ - Static variable in class asgaard.skid.SkidEvent
The state of this event is processed from the consumer
EVENT_UNREAD - Static variable in class asgaard.skid.SkidEvent
The state of this event is UNREAD
exec(Object[], String) - Method in class asgaard.skid.BeanBrokerCall
Does the wraped call including a backup (if LogLevel >= BACKUP).
ExecuteSQLScript(BufferedReader) - Method in class asgaard.skid.SkidMaintain
Execute SQL-Script

F

fieldNames - Variable in class asgaard.skid.BeanKeyCall
 
fieldnr - Variable in class asgaard.skid.BeanKeyCall
 
FILTER_EQ - Static variable in class asgaard.skid.BeanBroker
exact the same value "="
FILTER_GR - Static variable in class asgaard.skid.BeanBroker
greater ">"
FILTER_GR_EQ - Static variable in class asgaard.skid.BeanBroker
greater or equal ">="
FILTER_NONE - Static variable in class asgaard.skid.BeanBroker
Not used for Search.
FILTER_NOT_EQ - Static variable in class asgaard.skid.BeanBroker
not equal "!
FILTER_SM - Static variable in class asgaard.skid.BeanBroker
smaller "<"
FILTER_SM_EQ - Static variable in class asgaard.skid.BeanBroker
smaller or equal "<="
FLOAT - Static variable in class asgaard.skid.BeanKeyCall
 
flush() - Method in class asgaard.skid.BeanLink
Does all the saving.
flush() - Method in class asgaard.skid.LightBean
Save all modifications (if any) and checks if the update is possible (timestamp of the RemoteBroker).
flush() - Method in interface asgaard.skid.RemoteBean
Save all modifications (if any) and checks if the update is possible (timestamp of the RemoteBroker).
flush() - Method in class asgaard.skid.SkidBean
Save all modifications (if any) and checks if the update is possible (timestamp of the RemoteBroker).
flush() - Method in interface asgaard.skid.SkidBeanInterface
Save all modifications (if any) and checks if the update is possible (timestamp of the BeanBroker).
format(String) - Static method in class asgaard.skid.Skid
 
format(String, Object[]) - Static method in class asgaard.skid.Skid
 
format(String, String) - Static method in class asgaard.skid.Skid
 
From - Variable in class asgaard.skid.BeanLink
 

G

getAge() - Method in class asgaard.skid.LightBean
Timestamp "Age" of the Bean (= current version by the Modified-Timestamp).
getAge() - Method in interface asgaard.skid.RemoteBean
Timestamp "Age" of the Bean (= current version by the Modified-Timestamp).
getAge() - Method in class asgaard.skid.SkidBean
Timestamp "Age" of the Bean (= current version by the Modified-Timestamp).
getAge() - Method in interface asgaard.skid.SkidBeanInterface
Timestamp "Age" of the Bean (= current version by the Modified-Timestamp).
getBean(int) - Method in class asgaard.skid.BeanBroker
Searches for a Bean by a given key.
getBean(int) - Method in interface asgaard.skid.RemoteBroker
Searches for a Bean by a given key.
getBean(int) - Method in class asgaard.skid.Skid
Searches for a Bean by a given key.
getBean(int[]) - Method in class asgaard.skid.BeanBroker
Searches for Beans by a given set of keys.
getBean(int[]) - Method in interface asgaard.skid.RemoteBroker
Searches for Beans by a given set of keys.
getBean(int[]) - Method in class asgaard.skid.Skid
Searches for Beans by a given set of keys.
getBeanClassKey() - Method in class asgaard.skid.BeanKeyCall
Returns the class-key of the to this adapter corresponding Bean-class
getBeanClassName() - Method in class asgaard.skid.BeanKeyCall
Returns the class-name of the to this adapter corresponding Bean-class
getBeanClassType() - Method in class asgaard.skid.BeanKeyCall
Returns the beantype of the to this adapter corresponding Bean-class
getBeanKey(String, String[], Object[], byte[]) - Method in class asgaard.skid.BeanBroker
Searches for a Bean by a given key.
getBeanKey(String, String[], Object[], byte[]) - Method in interface asgaard.skid.RemoteBroker
Searches for a Bean by a given key.
getBeanKey(String, String[], Object[], byte[]) - Method in class asgaard.skid.Skid
Searches for a Bean by a given key.
getBeanKeyCall(Class) - Method in class asgaard.skid.BeanBroker
Returns the Key-Call-Adapter for a asked Class (represented by it's key).
getBeanKeyCall(Class) - Method in interface asgaard.skid.RemoteBroker
Returns the Key-Call-Adapter for a asked Class (represented by it's key).
getBeanKeyCall(Class) - Method in class asgaard.skid.Skid
Returns the Key-Call-Adapter for a asked Class (represented by it's key).
getBeanKeyCall(int) - Method in class asgaard.skid.BeanBroker
Returns the Key-Call-Adapter for a asked Class (represented by it's key).
getBeans() - Method in class asgaard.skid.SkidBeanFilter
Returns a set with the beans found by the Filter Definition
getBeanType() - Method in class asgaard.skid.LightBean
Returns the type of the Bean, used for the loading-signature.
getBeanType() - Method in interface asgaard.skid.RemoteBean
(Unique) Primary Key of the Bean.
getBeanType() - Method in class asgaard.skid.SkidBean
Returns the type of the Bean, used for the loading-signature.
getBroker() - Method in class asgaard.skid.LightBean
Get Link to the RemoteBroker (one per VM).
getBroker() - Method in interface asgaard.skid.RemoteBean
Get Link to the RemoteBroker (one per VM).
getBroker() - Method in class asgaard.skid.SkidBean
Get Link to the RemoteBroker (one per VM).
getBroker() - Method in interface asgaard.skid.SkidBeanInterface
Get Link to the BeanBroker (one per VM).
getBy() - Method in class asgaard.skid.BeanLink
Returns the Relation-Bean.
getChangeHistory() - Method in class asgaard.skid.LightBean
Produces a discription of the last changes which can be undone Dummy.
getChangeHistory() - Method in interface asgaard.skid.RemoteBean
Produces a discription of the last changes which can be undone.
getChangeHistory() - Method in class asgaard.skid.SkidBean
Produces a discription of the last changes which can be undone.
getChangeHistory() - Method in interface asgaard.skid.SkidBeanInterface
Produces a discription of the last changes which can be undone.
getClassKey() - Method in class asgaard.skid.LightBean
Returns the type of the Bean's class, used for the loading-signature.
getClassKey() - Method in interface asgaard.skid.RemoteBean
Returns the type of the Bean's class, used for the loading-signature.
getClassKey() - Method in class asgaard.skid.SkidBean
Returns the type of the Bean's class, used for the loading-signature.
getClassKey(Class) - Method in class asgaard.skid.BeanBroker
Class-Key of the Bean, differ between different classes.
getClassKey(Class) - Method in interface asgaard.skid.RemoteBroker
Class-Key of the Bean, differ between different classes.
getClassKey(Class) - Method in class asgaard.skid.Skid
Class-Key of the Bean, differ between different classes.
getClassKey(RemoteBean) - Method in class asgaard.skid.BeanBroker
Class-Key of the Bean, differ between different classes.
getClassKey(RemoteBean) - Method in interface asgaard.skid.RemoteBroker
Class-Key of the Bean, differ between different classes.
getClassKey(RemoteBean) - Method in class asgaard.skid.Skid
Class-Key of the Bean, differ between different classes.
getClassKey(String) - Method in class asgaard.skid.BeanBroker
Class-Key of the Bean, differ between different classes.
getConsumer() - Method in class asgaard.skid.SkidEvent
Returns the the Consumer
getCreated() - Method in class asgaard.skid.LightBean
Timestamp "Created" of the Bean.
getCreated() - Method in interface asgaard.skid.RemoteBean
Timestamp "Created" of the Bean.
getCreated() - Method in class asgaard.skid.SkidBean
Timestamp "Created" of the Bean.
getCreated() - Method in interface asgaard.skid.SkidBeanInterface
Timestamp "Created" of the Bean.
getCreated() - Method in class asgaard.skid.UserSession
Returns when the session has been created
getCreateKeyClause(Class) - Static method in class asgaard.skid.BeanBrokerCall
Returns the Create-Clause for the Key(s) in the keytable
getCreateKeyToken(int, byte, String) - Static method in class asgaard.skid.BeanBrokerCall
Returns a part of a CREATE statement to construct the Key-Table of an Bean.
getEMail() - Method in class asgaard.skid.UserSession
Returns the e-Mail adress
getEncrypt() - Method in class asgaard.skid.UserSession
Returns the encrypted password of the reply
getEnded() - Method in class asgaard.skid.UserSession
Returns when the session has been modified at last
getEvent() - Method in class asgaard.skid.SkidEvent
Returns the the Event
getEvent(long) - Method in class asgaard.skid.LightBean
Returns the Events for this bean which are newer than the given time
getEvent(long) - Method in interface asgaard.skid.RemoteBean
Returns the Events for this bean which are newer than the given time
getEvent(long) - Method in class asgaard.skid.SkidBean
Returns the Events for this bean which are newer than the given time
getEvent(long) - Method in interface asgaard.skid.SkidBeanInterface
Returns the Events for this bean which are newer than the given time
getEvent(RemoteBean, long) - Method in class asgaard.skid.BeanBroker
Returns the Events for a consumer object which are newer than the given time
getEvent(RemoteBean, long) - Method in interface asgaard.skid.RemoteBroker
Returns the Events for a consumer object which are newer than the given time
getEvent(RemoteBean, long) - Method in class asgaard.skid.Skid
Returns the Events for a consumer object which are newer than the given time
getExpiring() - Method in class asgaard.skid.UserSession
Returns when the account will expire
getFieldCount() - Method in class asgaard.skid.BeanKeyCall
Returns the number of the accessible properties. (
getFieldIdx(String) - Method in class asgaard.skid.BeanKeyCall
Returns the Index of a given property-name
getFieldNames() - Method in class asgaard.skid.BeanKeyCall
Returns the set of key-names of the adapted Bean (if any).
getFieldNr(Integer) - Method in class asgaard.skid.BeanKeyCall
Returns the FieldNr to a corresponding index.
getFilter() - Method in class asgaard.skid.BeanLink
Returns a Filter-Object corresponding to this Key.
getFilter() - Method in class asgaard.skid.LightBean
Returns a Filter for this (and all parent) class.
getFilter() - Method in interface asgaard.skid.RemoteBean
Returns a Filter for this (and all parent) class.
getFilter() - Method in class asgaard.skid.SkidBean
Returns a Filter for this (and all parent) class.
getFilter() - Method in interface asgaard.skid.SkidBeanInterface
Returns a Filter for this (and all parent) class.
getFilterClause(byte, byte, Object, String) - Method in class asgaard.skid.BeanBrokerCall
Returns a new Element in the Filter-clause.
getFrom() - Method in class asgaard.skid.BeanLink
Returns the From-Bean in this Relation.
getID() - Method in class asgaard.skid.UserSession
Returns the ID of this user
getIdentifier() - Method in class asgaard.skid.LightBean
Get the Identifier of the Bean which shall be unique worldwide for different Objects (like different Plans with luckily the same Name) and common for identical Objects (like a Person reentered), do not use manually.
getIdentifier() - Method in interface asgaard.skid.RemoteBean
Get the Identifier of the Bean which shall be unique worldwide for different Objects (like different Plans with luckily the same Name) and common for identical Objects (like a Person reentered), do not use manually.
getIdentifier() - Method in class asgaard.skid.SkidBean
Get the Identifier of the Bean which shall be unique worldwide for different Objects (like different Plans with luckily the same Name) and common for identical Objects (like a Person reentered), do not use manually.
getIdentifier() - Method in interface asgaard.skid.SkidBeanInterface
Get the Identifier of the Bean which shall be unique worldwide for different Objects (like different Plans with luckily the same Name) and common for identical Objects (like a Person reentered), do not use manually.
getInt(int) - Method in class asgaard.skid.BeanBrokerCall
Returns an int containing to the column-number and the actual resultset, hides any SQL-Exception.
getIpAdr() - Method in class asgaard.skid.UserSession
Returns the IP-Adress of the current Connection
getKey() - Method in class asgaard.skid.BeanLink
Returns the primary Key of the Relation.
getKey() - Method in class asgaard.skid.LightBean
(Unique) Primary Key of the Bean, created from the attribute name, the value is negative.
getKey() - Method in interface asgaard.skid.RemoteBean
Returns the type of the Bean, used for the loading-signature.
getKey() - Method in class asgaard.skid.SkidBean
(Unique) Primary Key of the Bean.
getKey() - Method in interface asgaard.skid.SkidBeanInterface
(Unique) Primary Key of the Bean.
getKey() - Method in class asgaard.skid.UserSession
Returns the key of the associated Person-Bean
getKey(int, int, int) - Static method in class asgaard.skid.BeanLink
Returns a primary Key of the Relation with the given keys.
getKeyNullClause() - Static method in class asgaard.skid.BeanBrokerCall
Returns an "null-Clause" for the Search in a Keytable
getLanguage() - Method in class asgaard.skid.UserSession
Returns the Language of the current Connection
getLink(BeanLinkFilter) - Method in class asgaard.skid.BeanBroker
Searches for a set of Links using the filter - capabilities of BeanLink.
getLink(BeanLinkFilter) - Method in class asgaard.skid.LightBean
Returns a set of Links defined by an filterobject.
getLink(BeanLinkFilter) - Method in interface asgaard.skid.RemoteBean
Returns a set of Links defined by an filterobject.
getLink(BeanLinkFilter) - Method in interface asgaard.skid.RemoteBroker
Searches for a set of Links using the filter - capabilities of BeanLink.
getLink(BeanLinkFilter) - Method in class asgaard.skid.Skid
Searches for a set of Links using the filter - capabilities of BeanLink.
getLink(BeanLinkFilter) - Method in class asgaard.skid.SkidBean
Returns a set of Links defined by an filterobject.
getLink(BeanLinkFilter) - Method in interface asgaard.skid.SkidBeanInterface
Returns a set of Links defined by an filterobject.
getLink(int, int, int) - Method in class asgaard.skid.BeanBroker
Searches for a specific Link using it's primary key.
getLink(int, int, int) - Method in interface asgaard.skid.RemoteBroker
Searches for a specific Link using it's primary key.
getLink(int, int, int) - Method in class asgaard.skid.Skid
Searches for a specific Link using it's primary key.
getLinks() - Method in class asgaard.skid.BeanLinkFilter
Returns the Links found with this filter
getLong(int) - Method in class asgaard.skid.BeanBrokerCall
Returns an long containing to the column-number and the actual resultset, hides any SQL-Exception.
getMethods() - Method in class asgaard.skid.LightBean
Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces.
getMethods() - Method in interface asgaard.skid.RemoteBean
Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces.
getMethods() - Method in class asgaard.skid.SkidBean
Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces.
getMethods() - Method in class asgaard.skid.SkidBeanContainer
Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the wrapped object.
getMethods() - Method in interface asgaard.skid.SkidBeanInterface
Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces.
getModified() - Method in class asgaard.skid.LightBean
Timestamp "Modified" of the Bean.
getModified() - Method in interface asgaard.skid.RemoteBean
Timestamp "Modified" of the Bean.
getModified() - Method in class asgaard.skid.SkidBean
Timestamp "Modified" of the Bean.
getModified() - Method in interface asgaard.skid.SkidBeanInterface
Timestamp "Modified" of the Bean.
getModified() - Method in class asgaard.skid.UserSession
Returns when the session has been modified at last
getName() - Method in class asgaard.skid.LightBean
Returns the name of the Bean which shold be human readable and may be unique in some cases, but this is not strictly required.
getName() - Method in interface asgaard.skid.RemoteBean
Returns the name of the Bean which shold be human readable and may be unique in some cases, but this is not strictly required.
getName() - Method in class asgaard.skid.SkidBean
Returns the name of the Bean which shold be human readable and may be unique in some cases, but this is not strictly required.
getName() - Method in class asgaard.skid.SkidBeanContainer
Returns the name of the Bean which shold be human readable and may be unique in some cases, but this is not strictly required.
getName() - Method in interface asgaard.skid.SkidBeanInterface
Returns the name of the Bean which shold be human readable and may be unique in some cases, but this is not strictly required.
getName() - Method in class asgaard.skid.SkidEvent
Returns the Name of the Event was created
getName() - Method in class asgaard.skid.TestBean
Gets the qualified Name of the Bean.
getNow() - Static method in class asgaard.skid.Skid
 
getObject() - Method in class asgaard.skid.LightBean
Returns the wrapped Object, in this case it's the Longname.
getObject() - Method in interface asgaard.skid.RemoteBean
Returns the wrapped Object (if wrapped by a container) or the Bean (if it's no wrapper)
getObject() - Method in class asgaard.skid.SkidBean
Returns the wrapped Object, in this case it's the SkidBean itselfe.
getObject() - Method in class asgaard.skid.SkidBeanContainer
Returns the wrapped Object
getObject() - Method in interface asgaard.skid.SkidBeanInterface
Returns the wrapped Object (if wrapped by a container) or the Bean (if it's no wrapper)
getObject(int, boolean) - Method in class asgaard.skid.BeanBrokerCall
Returns the Object containing to the column-number and the actual resultset, hides any SQL-Exception.
getProducer() - Method in class asgaard.skid.SkidEvent
Returns the the Producer
getResultKeys() - Method in class asgaard.skid.SkidBeanFilter
Returns a Set of Keys korresponding to the set Filter-items
getResultKeys(String) - Method in class asgaard.skid.BeanKeyCall
Get Keyset Do not use manually
getSecondaryKeyClause(int) - Static method in class asgaard.skid.BeanBrokerCall
Returns the Key-Clause for the second Key
getSelectKeyToken(int, byte, String) - Static method in class asgaard.skid.BeanBrokerCall
Creates a Token for selecting from a Key-Table.
getSession(String) - Static method in class asgaard.skid.UserSession
Returns a Session whith a given ID exists or not and sets the modify-Timestamp.
getSession(String, String) - Static method in class asgaard.skid.UserSession
Returns a Session whith a given ID exists or not and sets the modify-Timestamp.
getSQLOp(byte, String, String) - Static method in class asgaard.skid.BeanBrokerCall
Returns the Operater in SQL-syntax defined by BeanBroker.FILTER_* adding an prefix- and postfix String.
getStarted() - Method in class asgaard.skid.UserSession
Returns when the session has been modified at last
getState() - Method in class asgaard.skid.SkidEvent
Returns the state of the Event
getStatus() - Method in class asgaard.skid.UserSession
Returns the status of this session
getString(int) - Method in class asgaard.skid.BeanBrokerCall
Returns an String containing to the column-number and the actual resultset, hides any SQL-Exception.
getTableName(Class) - Static method in class asgaard.skid.BeanBrokerCall
Generates the Tablename for the keys of a Class
getTestScript() - Method in class asgaard.skid.BeanBroker
Returns the Test-Script for this Class
getTestScript() - Method in class asgaard.skid.TestSkid
Returns a collection of all Testscripts
getTime() - Method in class asgaard.skid.SkidEvent
Returns the Time the Event was created
getTo() - Method in class asgaard.skid.BeanLink
Returns the To-Bean in this Relation.
getUpdatePolicy() - Method in class asgaard.skid.LightBean
Get's the update policy defined by the UPDATE_* constants.
getUpdatePolicy() - Method in interface asgaard.skid.RemoteBean
Get's the update policy defined by the UPDATE_* constants.
getUpdatePolicy() - Method in class asgaard.skid.SkidBean
Get's the update policy defined by the UPDATE_* constants.
getUpdatePolicy() - Method in interface asgaard.skid.SkidBeanInterface
Get's the update policy defined by the UPDATE_* constants.
getURL() - Method in class asgaard.skid.UserSession
Returns the url of the homepage of the user
getUser(Object, String, String) - Method in class asgaard.skid.BeanBroker
Excanges an user with an authorised object (hardcoded)
getUser(Object, String, String) - Method in interface asgaard.skid.RemoteBroker
Excanges an user with an authorised object (hardcoded)
getUser(Object, String, String) - Method in class asgaard.skid.Skid
Excanges an user with an authorised object (hardcoded)
getUser(String, String) - Method in class asgaard.skid.BeanBroker
Excanges an user with an authorised object (hardcoded)
getUser(String, String) - Method in interface asgaard.skid.RemoteBroker
Excanges an user with an authorised object (hardcoded)
getUser(String, String) - Method in class asgaard.skid.Skid
Excanges an user with an authorised object (hardcoded)
getUserName() - Method in class asgaard.skid.UserSession
Returns the Name of this user
getValue(Object, Integer) - Method in class asgaard.skid.BeanKeyCall
Returns the value as String dependend on the Type of the property
getZeroClause(byte) - Method in class asgaard.skid.BeanBrokerCall
Returns a Filter-clause > 0.

H

HISTORY_ALL - Static variable in class asgaard.skid.BeanBroker
All information for the UNDO-mechanism is stored.
HISTORY_NONE - Static variable in class asgaard.skid.BeanBroker
No information for the UNDO-mechanism is stored
history_policy - Static variable in class asgaard.skid.LightBean
The History - Policy for saving UNDO-information.
history_policy - Static variable in class asgaard.skid.SkidBean
The History - Policy for saving UNDO-information.
HOST - Static variable in class asgaard.skid.BeanBroker
String with the ip-Adress of the Host

I

ID_FAIL - Static variable in class asgaard.skid.BeanBroker
 
ID_HIGH - Static variable in class asgaard.skid.BeanBroker
 
init(int, BeanBroker) - Method in interface asgaard.skid.SkidBeanInterface
All Keys of the Bean which are established at the first insert to the BeanBroker, do not use manually.
init(int, int, RemoteBroker) - Method in class asgaard.skid.LightBean
All Keys of the Bean which are established at the first insert to the RemoteBroker, do not use manually.
init(int, int, RemoteBroker) - Method in interface asgaard.skid.RemoteBean
All Keys of the Bean which are established at the first insert to the RemoteBroker, do not use manually.
init(int, int, RemoteBroker) - Method in class asgaard.skid.SkidBean
All Keys of the Bean which are established at the first insert to the RemoteBroker, do not use manually.
init(int, int, String, Object, long, long) - Method in class asgaard.skid.LightBean
Initialises a new Lightweight Bean with a given name and timestamps Do not use manually!!!
INT - Static variable in class asgaard.skid.BeanKeyCall
 
invoke(String, Object[], boolean) - Method in class asgaard.skid.LightBean
Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
invoke(String, Object[], boolean) - Method in interface asgaard.skid.RemoteBean
Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
invoke(String, Object[], boolean) - Method in class asgaard.skid.SkidBean
Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
invoke(String, Object[], boolean) - Method in class asgaard.skid.SkidBeanContainer
Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
invoke(String, Object[], boolean) - Method in interface asgaard.skid.SkidBeanInterface
Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
invokeCall(Class, String, Object[], String[]) - Method in class asgaard.skid.BeanBroker
Invokes the called method of the filterinterface.
invokeCall(Class, String, Object[], String[]) - Method in interface asgaard.skid.RemoteBroker
Invokes the called method of the filterinterface.
invokeCall(Class, String, Object[], String[]) - Method in class asgaard.skid.Skid
Invokes the called method of the filterinterface.
isBean - Variable in class asgaard.skid.BeanKeyCall
 
isBean() - Method in class asgaard.skid.BeanKeyCall
Returns if this class implements the RemoteBean
isChanged() - Method in class asgaard.skid.BeanLink
Has the Relation been modified?
isChanged() - Method in class asgaard.skid.LightBean
Has the Bean been changed?
isChanged() - Method in interface asgaard.skid.RemoteBean
Has the Bean been changed?
isChanged() - Method in class asgaard.skid.SkidBean
Has the Bean been changed?
isChanged() - Method in interface asgaard.skid.SkidBeanInterface
Has the Bean been changed?
isNew() - Method in class asgaard.skid.LightBean
Is the Bean new?
isNew() - Method in interface asgaard.skid.RemoteBean
Ist das Bean neu?
isNew() - Method in class asgaard.skid.SkidBean
Ist das Bean neu?
isNew() - Method in interface asgaard.skid.SkidBeanInterface
Ist das Bean neu?
isReadOnly() - Method in class asgaard.skid.LightBean
Ist the Bean read only?
isReadOnly() - Method in interface asgaard.skid.RemoteBean
Ist the Bean read only?
isReadOnly() - Method in class asgaard.skid.SkidBean
Ist the Bean read only?
isReadOnly() - Method in interface asgaard.skid.SkidBeanInterface
Ist the Bean read only?
isRoot - Variable in class asgaard.skid.BeanKeyCall
 
isRoot() - Method in class asgaard.skid.BeanKeyCall
Returns if this class is the RemoteBean - rootclass

K

key - Variable in class asgaard.skid.LightBean
 

L

LAST_METHOD - Static variable in class asgaard.skid.SkidBean
Last method of the Interface - Implementation
LightBean - class asgaard.skid.LightBean.
This Class is a special lightweight type of Bean which does not carry any Attributes but it's name (no multilanguage-support).
LightBean() - Constructor for class asgaard.skid.LightBean
New Instance
linkExist(int, int, int) - Method in class asgaard.skid.BeanBroker
Returns if a specific Key exists, hiding all Exceptions.
linkExist(int, int, int) - Method in interface asgaard.skid.RemoteBroker
Returns if a specific Key exists, hiding all Exceptions.
linkExist(int, int, int) - Method in class asgaard.skid.Skid
Returns if a specific Key exists, hiding all Exceptions.
local_db_path - Static variable in class asgaard.skid.Skid
 
localDB - Static variable in class asgaard.skid.Skid
 
log - Variable in class asgaard.skid.BeanBroker
 
log - Static variable in class asgaard.skid.Skid
LOGFILE of this Server
LogLevel - Static variable in class asgaard.skid.Skid
 
logMsg(String, String, byte, boolean, String) - Method in class asgaard.skid.BeanBroker
Puts a Message to the LOG-Server if available and returns whether it was sent or not
logMsg(String, String, byte, boolean, String) - Method in interface asgaard.skid.RemoteBroker
Puts a Message to the LOG-Server if available and returns whether it was sent or not
logMsg(String, String, byte, boolean, String) - Method in class asgaard.skid.Skid
Puts a Message to the LOG-Server if available and returns whether it was sent or not
LONG - Static variable in class asgaard.skid.BeanKeyCall
 

M

MailLevel - Static variable in class asgaard.skid.Skid
 
main(String[]) - Static method in class asgaard.skid.Ping
Main-Methode
main(String[]) - Static method in class asgaard.skid.Skid
Application - main, follows start of the Commandline.
main(String[]) - Static method in class asgaard.skid.TestSkid
Main-Methode
maintain - Variable in class asgaard.skid.BeanBroker
Database Maintainanceobject (Backup, Restore, ...)
methods - Variable in class asgaard.skid.BeanKeyCall
 
MIN_PWD_SIZE - Variable in class asgaard.skid.UserSession
Minimum length of an valid Password
Modified - Variable in class asgaard.skid.BeanLink
 
modify() - Method in class asgaard.skid.BeanLink
Mark the Relation as modified.
modify() - Method in class asgaard.skid.UserSession
Resets the Session
modify(Object, String) - Method in class asgaard.skid.LightBean
Set the modified flag and savin the old Value for the undo-mechanism (if the history_policy allowes this).
modify(Object, String) - Method in class asgaard.skid.SkidBean
Set the modified flag and savin the old Value for the undo-mechanism (if the history_policy allowes this).

N

NAME_PREFIX - Static variable in class asgaard.skid.BeanBrokerCall
Method-name convention prefix: getXXXX - Methods are analyzed
next() - Method in class asgaard.skid.BeanBrokerCall
Indicates, if there is a next Entry at the Resultset, hides any SQL-Exception.

O

offlinetime - Static variable in class asgaard.skid.UserSession
Survival time of the Session without user-interaction
op - Variable in class asgaard.skid.SkidBeanFilter
The search-operation
Order - Variable in class asgaard.skid.BeanLink
 
OTHER - Static variable in class asgaard.skid.BeanKeyCall
 
out(String) - Static method in class asgaard.skid.Skid
Prints a Message referenced by key to a global standard out.
out(String, Object[]) - Static method in class asgaard.skid.Skid
Prints a Message referenced by key to a global standard out, enriched by given args.
out(String, String) - Static method in class asgaard.skid.Skid
Prints a Message referenced by key to a global standard out, enriched by a given arg.

P

Ping - class asgaard.skid.Ping.
This Class is a simple RMI-Ping to check whether Skid is alive or not.
Ping() - Constructor for class asgaard.skid.Ping
 
ping(String) - Method in class asgaard.skid.Ping
Doing the ping
PUBLIC_ID - Static variable in class asgaard.skid.BeanBroker
 
putBean(RemoteBean) - Method in class asgaard.skid.BeanBroker
Puts the Bean into the Chache and saves it do not use manually.
putBean(RemoteBean) - Method in interface asgaard.skid.RemoteBroker
Puts the Bean into the Chache and saves it do not use manually.
putBean(RemoteBean) - Method in class asgaard.skid.Skid
Puts the Bean into the Chache and saves it do not use manually.
putLink(BeanLink) - Method in class asgaard.skid.BeanBroker
Adds a new Relation between Beans.
putLink(BeanLink) - Method in class asgaard.skid.LightBean
Adds a Relaition between Beans
putLink(BeanLink) - Method in interface asgaard.skid.RemoteBean
Adds a Relaition between Beans
putLink(BeanLink) - Method in interface asgaard.skid.RemoteBroker
Adds a new Relation between Beans.
putLink(BeanLink) - Method in class asgaard.skid.Skid
Adds a new Relation between Beans.
putLink(BeanLink) - Method in class asgaard.skid.SkidBean
Adds a Relaition between Beans
putLink(BeanLink) - Method in interface asgaard.skid.SkidBeanInterface
Adds a Relaition between Beans
putUser(Object) - Method in class asgaard.skid.BeanBroker
Excanges an user with an authorised object (hardcoded)
putUser(Object) - Method in interface asgaard.skid.RemoteBroker
Excanges an user with an authorised object (hardcoded)
putUser(Object) - Method in class asgaard.skid.Skid
Excanges an user with an authorised object (hardcoded)

R

reconnect() - Method in class asgaard.skid.BeanBroker
Resonnecting to the database after a timeout
rekurse - Variable in class asgaard.skid.BeanKeyCall
 
REKURSE - Static variable in class asgaard.skid.BeanKeyCall
 
RemoteBean - interface asgaard.skid.RemoteBean.
Interface of an Data-Bean, normaly use SkidBean where all nessacary methods are implemented.
RemoteBroker - interface asgaard.skid.RemoteBroker.
This is the remote interface for the BeanBroker
remove() - Method in class asgaard.skid.UserSession
Removes the session from the list of valid sessions.
removeFilterList() - Method in class asgaard.skid.SkidBeanFilter
Resets the List with Filter-entries.
removeStatus(char) - Method in class asgaard.skid.UserSession
Removes a specific Atribute from this this session
replDelim(String, char) - Static method in class asgaard.skid.SkidMaintain
Replaces the Deliminator with the Quotes
Replicate(String, FilterOutputStream, Scrollbar) - Method in class asgaard.skid.SkidMaintain
Datenbank-Replication
replQuote(String, char) - Static method in class asgaard.skid.SkidMaintain
Replace some Quotes with an Deliminator
Restore(DataInputStream, Scrollbar) - Method in class asgaard.skid.SkidMaintain
Restore
run() - Method in class asgaard.skid.UserSession
Cecks whether the Session shall be removed from the list of valid sessions or not.

S

save() - Method in class asgaard.skid.UserSession
Adds the ID for a valid page in this session to the page-list
saveFormat(String, Object[]) - Static method in class asgaard.skid.SkidMaintain
Does a safe java.text.FormatMessage by temporary replacing the quotes
selectKey - Static variable in class asgaard.skid.BeanKeyCall
 
SERVER - Static variable in class asgaard.skid.Skid
The Service Name
ServerName - Static variable in class asgaard.skid.Skid
Name for the Binding-service.
setAge() - Method in class asgaard.skid.BeanLink
Set's the Age to the current (modified) timestamp
setAge() - Method in class asgaard.skid.LightBean
Sets the Age to the Modified timestamp, therefor IsChanged = false, Intended usage only from RemoteBroker.
setAge() - Method in interface asgaard.skid.RemoteBean
Sets the Age to the Modified timestamp, therefor IsChanged = false, do not use manually!
setAge() - Method in class asgaard.skid.SkidBean
Sets the Age to the Modified timestamp, therefor IsChanged = false, do not use manually!
setAge() - Method in interface asgaard.skid.SkidBeanInterface
Sets the Age to the Modified timestamp, therefor IsChanged = false, do not use manually!
setBegin(long, byte) - Method in class asgaard.skid.BeanLinkFilter
Sets the value of the Begin-Timestamp, especially used for creating an Filter.
setBy(int, byte) - Method in class asgaard.skid.BeanLinkFilter
Sets the value of the Linked-By key, especially used for creating an Filter.
setCalls(BeanBrokerCall, BeanBrokerCall, BeanBrokerCall, BeanBrokerCall) - Static method in class asgaard.skid.BeanKeyCall
Sets the handles to the call-Statements
setConnection(Connection, LogClient, ResourceBundle) - Static method in class asgaard.skid.BeanBrokerCall
Creeates a new database-call.
setCreated(long, byte) - Method in class asgaard.skid.BeanLinkFilter
Sets the value of for the Created-Timestamp, especially used for creating an Filter.
setEMail(String) - Method in class asgaard.skid.UserSession
Sets the e-Mail adress
setEncrypt(String) - Method in class asgaard.skid.UserSession
Sets the encrypted Password
setEnd(long, byte) - Method in class asgaard.skid.BeanLinkFilter
Sets the value of the End-Timestamp, especially used for creating an Filter.
setEvent(RemoteBean, RemoteBean, RemoteBean, byte, byte) - Method in class asgaard.skid.BeanBroker
Changing the State of an specific event.
setEvent(RemoteBean, RemoteBean, RemoteBean, byte, byte) - Method in interface asgaard.skid.RemoteBroker
Changing the State of an specific event.
setEvent(RemoteBean, RemoteBean, RemoteBean, byte, byte) - Method in class asgaard.skid.Skid
Changing the State of an specific event.
setExpiring(long) - Method in class asgaard.skid.UserSession
Sets when the account will expire
setFilterEntry(String, Object, byte) - Method in class asgaard.skid.SkidBeanFilter
Searches for the property and sets the corresponding clause which all have to be true.
setFrom(int, byte) - Method in class asgaard.skid.BeanLinkFilter
Sets the value of the Linked-From key, especially used for creating an Filter.
setKey(int) - Method in class asgaard.skid.UserSession
Sets the Person.Key of the current Connection
setLanguage(String, String[]) - Method in class asgaard.skid.UserSession
Sets the Language of the current Connection
setModified(long, byte) - Method in class asgaard.skid.BeanLinkFilter
Sets the value of the Modified-Timestamp, especially used for creating an Filter.
setName(String) - Method in class asgaard.skid.TestBean
Gets the qualified Name of the Bean.
setObject(Object) - Method in class asgaard.skid.LightBean
Sets (replaces if any before) the given objects.
setObject(Object) - Method in class asgaard.skid.SkidBean
Sets (replaces if any before) the given objects.
setObject(Object) - Method in class asgaard.skid.SkidBeanContainer
Sets (replaces if any before) the given objects.
setOrder(int, byte) - Method in class asgaard.skid.BeanLinkFilter
Sets the value of the order Field, especially used for creating an Filter.
setPwd(String, String) - Method in class asgaard.skid.UserSession
Sets a new Password if long enough
setState(byte) - Method in class asgaard.skid.SkidEvent
Chages the State of the event
setState(int, byte) - Method in class asgaard.skid.BeanLinkFilter
Sets the value of the Status-Field, especially used for creating an Filter.
setTo(int, byte) - Method in class asgaard.skid.BeanLinkFilter
Sets the value of the Linked-To key, especially used for creating an Filter.
setURL(String) - Method in class asgaard.skid.UserSession
Sets the url of the homepage of the user
setUserName(String) - Method in class asgaard.skid.UserSession
Sets the Name of this user only new names are accepted
SHORT - Static variable in class asgaard.skid.BeanKeyCall
 
skid - Variable in class asgaard.skid.Ping
 
skid - Variable in class asgaard.skid.TestSkid
 
Skid - class asgaard.skid.Skid.
Servertask (Objectbroker) of the Asgaard - Databaselayer - API "Skid".
Skid() - Constructor for class asgaard.skid.Skid
Instanciates an Server-Object
SkidBean - class asgaard.skid.SkidBean.
Implementation of an Data-Bean.
SkidBean() - Constructor for class asgaard.skid.SkidBean
Instanciates a Bean and does all the initialisation work for transient attributes.
SkidBeanContainer - class asgaard.skid.SkidBeanContainer.
Implementation of an wrapper for a Streamable Object carried by an DataBeanContainer, including the functionality (persistence) of an SkidBean.
SkidBeanContainer(Object) - Constructor for class asgaard.skid.SkidBeanContainer
Creates a Conainer wrapping a given object.
SkidBeanFilter - class asgaard.skid.SkidBeanFilter.
This is a Filterclass to search for a Bean about it's keys
SkidBeanFilter(Class) - Constructor for class asgaard.skid.SkidBeanFilter
Creates a new Filter for a given Class
SkidBeanInterface - interface asgaard.skid.SkidBeanInterface.
Interface of an Data-Bean, normaly use SkidBean where all nessacary methods are implemented.
SkidEvent - class asgaard.skid.SkidEvent.
An event can be produced to indicate an major modification and may be suscribed by any object to recognize this modification.
SkidEvent(int, int, int, byte, long) - Constructor for class asgaard.skid.SkidEvent
Creates a new Event
SkidException - exception asgaard.skid.SkidException.
DataObjectException wird für ungültige Datenojekt Operationen erzeugt
SkidException(String) - Constructor for class asgaard.skid.SkidException
Konstruktor, der die Exception erzegt
SkidMaintain - class asgaard.skid.SkidMaintain.
SkidMaintain holds some Methods for maintaining the Database
SkidMaintain(Connection, ResourceBundle) - Constructor for class asgaard.skid.SkidMaintain
New Instance of a maintenance-object
SkidSetup - class asgaard.skid.SkidSetup.
SkidSetup is the creation-routine if only an empty or damaged database is available.
SkidSetup() - Constructor for class asgaard.skid.SkidSetup
 
sRes - Static variable in class asgaard.skid.BeanBrokerCall
 
State - Variable in class asgaard.skid.BeanLink
 
STATUS_ADMIN - Static variable in class asgaard.skid.UserSession
Administrator
STATUS_DEFAULT - Static variable in class asgaard.skid.UserSession
The normal user with default access-rights
STATUS_DELETED - Static variable in class asgaard.skid.UserSession
The user is not in use any more
STATUS_EXPERT_FORM - Static variable in class asgaard.skid.UserSession
Kind of Expert for Form-Maintenance
STATUS_REPLY_HTML - Static variable in class asgaard.skid.UserSession
Format of the autom. reply PUSHED
STATUS_REPLY_WEEKLY - Static variable in class asgaard.skid.UserSession
Interval in which a reply is calculated
superCount - Variable in class asgaard.skid.BeanKeyCall
 
suscribeEvent(RemoteBean, RemoteBean) - Method in class asgaard.skid.LightBean
Adding an Event-Pattern and suscribing this type of event.
suscribeEvent(RemoteBean, RemoteBean) - Method in interface asgaard.skid.RemoteBean
Adding an Event-Pattern and suscribing this type of event.
suscribeEvent(RemoteBean, RemoteBean) - Method in class asgaard.skid.SkidBean
Adding an Event-Pattern and suscribing this type of event.
suscribeEvent(RemoteBean, RemoteBean, RemoteBean) - Method in class asgaard.skid.BeanBroker
Adding an Event-Pattern and suscribing this type of event.
suscribeEvent(RemoteBean, RemoteBean, RemoteBean) - Method in interface asgaard.skid.RemoteBroker
Adding an Event-Pattern and suscribing this type of event.
suscribeEvent(RemoteBean, RemoteBean, RemoteBean) - Method in class asgaard.skid.Skid
Adding an Event-Pattern and suscribing this type of event.
suscribeEvent(SkidBeanInterface, SkidBeanInterface) - Method in interface asgaard.skid.SkidBeanInterface
Adding an Event-Pattern and suscribing this type of event.

T

tableName - Variable in class asgaard.skid.BeanKeyCall
 
TestBean - class asgaard.skid.TestBean.
TestBean is a dummy for test-purpos
TestBean() - Constructor for class asgaard.skid.TestBean
Creates an instance of the TestBean class.
testIt(Object) - Method in class asgaard.skid.BeanBroker
Performs some Tests on the living Object
testIt(Object) - Method in class asgaard.skid.TestSkid
Does the remote - TEST
testMode(boolean) - Method in class asgaard.skid.BeanBroker
Switches the test - mode on / off.
testMode(boolean) - Method in interface asgaard.skid.RemoteBroker
Switches the test - mode on / off.
testMode(boolean) - Method in class asgaard.skid.Skid
Switches the test - mode on / off.
TESTSCRIPT_BEANBROKER_FINAL - Static variable in class asgaard.skid.TestSkid
 
TESTSCRIPT_BEANBROKER_INTERFACE - Static variable in class asgaard.skid.TestSkid
 
TESTSCRIPT_BEANBROKER_REMOTE - Static variable in class asgaard.skid.TestSkid
 
TestSkid - class asgaard.skid.TestSkid.
This Class is a the Test-class for the asgaard.skid package.
TestSkid() - Constructor for class asgaard.skid.TestSkid
 
THIS - Static variable in class asgaard.skid.BeanBroker
Global pointer to the BeanBroker (one per VM)
To - Variable in class asgaard.skid.BeanLink
 
tsCreated - Variable in class asgaard.skid.LightBean
 
tsModified - Variable in class asgaard.skid.LightBean
 
TYPE_BEAN - Static variable in class asgaard.skid.BeanBroker
Beantypes: A SkidBean, made persistand by complete storage through serialisation
TYPE_CLASS - Static variable in class asgaard.skid.BeanBroker
Beantypes: Holds Meta-Information about the class
TYPE_HEAVYWEIGHT - Static variable in class asgaard.skid.BeanBroker
Beantypes: A heavyweight-Bean it's content is stored in an extra table
TYPE_LIGHTWEIGHT - Static variable in class asgaard.skid.BeanBroker
Beantypes: A lightweight-Bean made persistance storing only parts of itselfe
types - Variable in class asgaard.skid.BeanKeyCall
 

U

undo(int) - Method in class asgaard.skid.LightBean
Undo Dummy - HAS TO BE THE LAST METHOD OF A REMOTEBEAN ROOT-IMPLEMENTATION
undo(int) - Method in interface asgaard.skid.RemoteBean
Undo the last steps changes (0 = all, -1 no undo but ask if any undos possible).
undo(int) - Method in class asgaard.skid.SkidBean
Undo the last steps changes (0 = all, -1 no undo but ask if any undos possible) HAS TO BE THE LAST METHOD OF A REMOTEBEAN ROOT-IMPLEMENTATION.
undo(int) - Method in interface asgaard.skid.SkidBeanInterface
Undo the last steps changes (0 = all, -1 no undo but ask if any undos possible).
UPDATE_ALL - Static variable in class asgaard.skid.BeanBroker
All modifications are done, no difference whether there are changes made or not.
UPDATE_NONE - Static variable in class asgaard.skid.BeanBroker
No Updates are done.
update_policy - Static variable in class asgaard.skid.BeanLink
Update Policy for saving modifications.
update_policy - Static variable in class asgaard.skid.LightBean
Update Policy for saving modifications.
UPDATE_STRONG - Static variable in class asgaard.skid.BeanBroker
Only if the Broker-Version of the Bean has not changed in meantime.
UPDATE_WEAK - Static variable in class asgaard.skid.BeanBroker
Only if there is no newer Bean at the Broker an update is made.
updateKeys(RemoteBean) - Method in class asgaard.skid.BeanKeyCall
Updates the Keys of an Bean.
usage(boolean) - Static method in class asgaard.skid.Skid
 
useBegin - Variable in class asgaard.skid.BeanLinkFilter
 
useBy - Variable in class asgaard.skid.BeanLinkFilter
 
useCreated - Variable in class asgaard.skid.BeanLinkFilter
 
useEnd - Variable in class asgaard.skid.BeanLinkFilter
 
useFrom - Variable in class asgaard.skid.BeanLinkFilter
 
useModified - Variable in class asgaard.skid.BeanLinkFilter
 
useOrder - Variable in class asgaard.skid.BeanLinkFilter
 
UserSession - class asgaard.skid.UserSession.
This class holds all information nessecary to identify an valid user-session
UserSession(HttpServletRequest) - Constructor for class asgaard.skid.UserSession
Creates a new User, for each class which may create a UserSession has to be registrated explicitely (hardcoded).
UserSession(String, String, String) - Constructor for class asgaard.skid.UserSession
Checks if the given user has a valid password and throws an exception if not.
UserSession(UserSession, String) - Constructor for class asgaard.skid.UserSession
Checks the access-rights from the asking session and replys an instance in maintenance mode
useState - Variable in class asgaard.skid.BeanLinkFilter
 
useTo - Variable in class asgaard.skid.BeanLinkFilter
 

V

VERSION - Static variable in class asgaard.skid.Skid
The version number

W

waitFor - Static variable in class asgaard.skid.UserSession
 

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