Commit Log (Page 26 of 64)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »

Summary Period: 2003-02-17 to 2003-02-11 (Commits 1889-1938 of 3188)

stefanp 2003-02-17 18:25

include docs in dist

3 lines of code changed in:

stefanp 2003-02-17 18:15

updated to latest changes

44 lines of code changed in:

stefanp 2003-02-17 17:51

updated demo apps to api-changes

47 lines of code changed in:

stefanp 2003-02-17 17:42

changed and simplified API for scripting, less fesi-specific code

12 lines of code changed in:

stefanp 2003-02-17 17:41

added and implemented interface ExecuteHandler that is used by Group
to run the execute()-callback against a helma application

41 lines of code changed in:

stefanp 2003-02-17 17:40

added methods execute() and callback _execute() that runs a function call
against all local clients

63 lines of code changed in:

stefanp 2003-02-17 17:37

added REQUEST_EXECUTE constant

4 lines of code changed in:

stefanp 2003-02-17 17:35

let a group object know if its root

9 lines of code changed in:

stefanp 2003-02-17 17:32

added a class that wraps the reply of a remote execute-request

53 lines of code changed in:

stefanp 2003-02-15 17:10

set generic example ips

3 lines of code changed in:

stefanp 2003-02-15 12:46

updated to current API

103 lines of code changed in:

stefanp 2003-02-15 12:45

added members property

4 lines of code changed in:

stefanp 2003-02-14 17:47

no message

1 lines of code changed in:

stefanp 2003-02-14 17:46

changed packaging, upgraded version, added help

47 lines of code changed in:

stefanp 2003-02-14 17:45

first update

15 lines of code changed in:

stefanp 2003-02-14 17:21

no message

0 lines of code changed in:

stefanp 2003-02-14 17:20

obsolete

0 lines of code changed in:

stefanp 2003-02-14 16:48

updated demo app with new features

6 lines of code changed in:

stefanp 2003-02-14 16:44

added config files for udp- and tcp-stack and debugging

193 lines of code changed in:

stefanp 2003-02-14 16:35

updated demo app with new features

54 lines of code changed in:

stefanp 2003-02-14 16:26

no message

143 lines of code changed in:

stefanp 2003-02-14 16:26

added comments

18 lines of code changed in:

stefanp 2003-02-14 16:19

added methods reset() and destroy() that are exposed via the info-object
and affect the whole group.

60 lines of code changed in:

stefanp 2003-02-14 16:19

moved state of GroupObject to GroupConstants

21 lines of code changed in:

stefanp 2003-02-14 15:30

parse accessrights from app.properties

12 lines of code changed in:

stefanp 2003-02-14 15:25

check access before write-operations

14 lines of code changed in:

stefanp 2003-02-14 15:24

store rights with the actual group object as a key not its name

15 lines of code changed in:

stefanp 2003-02-14 14:49

added basic rights-management

46 lines of code changed in:

stefanp 2003-02-14 13:51

fixed syntax, imports, comments
added applicationShutdown()

26 lines of code changed in:

stefanp 2003-02-14 13:50

reformatted the whole class (API and syntax), added comments, removed
the last bits of the old state transfer

195 lines of code changed in:

stefanp 2003-02-14 13:46

added comments

19 lines of code changed in:

stefanp 2003-02-14 13:45

added allContent property which includes the properties and made
content-property just printing the keys

9 lines of code changed in:

stefanp 2003-02-14 13:44

named constants ACTION_* to REQUEST_*

8 lines of code changed in:

stefanp 2003-02-13 18:01

completely overhauled initial state transfer: no tcp-server, no asynchronous
transfer anymore, therefore kicked out all State* classes.

new state transfer uses the channel with a high fragmentation (to be faster) for
asynchronous transfer and then applies all the messages it received in the
meantime.

118 lines of code changed in:

stefanp 2003-02-13 17:58

construct Message object using superclass Address instead if IpAddress

2 lines of code changed in:

stefanp 2003-02-13 17:57

reflect moving of fesi classes to their own package
some minor changes (testfunctions etc)

39 lines of code changed in:

stefanp 2003-02-13 17:56

a Hashtable that automatically expires its content a given period after they've
been added

130 lines of code changed in:

stefanp 2003-02-12 17:45

added an inner class that can be used as a stop watch

22 lines of code changed in:

stefanp 2003-02-12 17:44

moved FESI-related classes to their own package

8 lines of code changed in:

stefanp 2003-02-12 16:14

added method switch ACTION_STATE_TRANSFER_PORT

1 lines of code changed in:

stefanp 2003-02-12 16:13

- put the actual processing of the request into its own invokeRequest() method
- final switch from MethodCall to Request
- removed static reference to methodGetStateFetcherPort

40 lines of code changed in:

stefanp 2003-02-12 16:10

changed getStateFetcherPort() to use Request instead of MethodCall

6 lines of code changed in:

stefanp 2003-02-12 16:10

changed to run with Request instead of MethodCall

5 lines of code changed in:

stefanp 2003-02-12 15:35

switched from javagroups' RpcDispatcher to a generic method invocation that
runs without java.lang.reflect (and is faster therefore). actions aren't wrapped
into org.javagroups.blocks.MethodCall but in a Request which features
just the stuff needed by Group

114 lines of code changed in:

stefanp 2003-02-11 19:42

ouch

2 lines of code changed in:

stefanp 2003-02-11 19:35

added more info fields

44 lines of code changed in:

stefanp 2003-02-11 18:40

moved generic information and methods to DetailBean instead of making
an extra fesi-function for each item

15 lines of code changed in:

stefanp 2003-02-11 18:14

- bugfix in checkDebug(): checksum was retrieved too early so that
jg-trace-init didn't work
- added applicationUpdated()
- reworked app-group-management-mechanism: it's now possible to connect
and disconnect groups on the fly using the app.properties file

88 lines of code changed in:

stefanp 2003-02-11 18:09

- name of a channel is not customizable anymore
- added setConfig(File), xmlConfigToString()
- add/removeLocalClient() uses HashSet instead of Vector

36 lines of code changed in:

stefanp 2003-02-11 18:05

group._XXX returns a bean that holds all the details and management
functions for a group.

17 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »

Generated by StatCVS 0.2.2